AI星球岛 发表于 2026-7-6 19:59:30

Agent Skills

<div class="ce-block" data-id="13FNJeQ2bK" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">关于产品</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="9nOphDJgK6" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">Agent Skills构筑了一个庞大且充满活力的AI技能检索枢纽。当前平台已经收录了超过34000项专业技能指令与工作流脚本。让智能体告别只会聊天的尴尬境地。找技能就像逛超市一样省心,不管是让AI操控Trello看板,还是接管本地的Obsidian笔记库,全都能在这里找到现成的解决方案。</div>
        </div>
</div><div class="ce-block" data-id="LOcTHA6Fah" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">适合谁?</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="FQwjneJfti" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">独立开发者与极客玩家:急切渴求为自有AI项目装配多维度的操作能力,借此打破技术壁垒并拔高产品体验。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="wpReEqPSHD" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">企业运维与自动化团队:苦于业务流程难以标准化,迫切需要现成的工作流模板来压缩开发周期与人力成本。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="nX42AOq6Nz" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">提示词工程师与研究人员:专注于探索智能体的能力边界,极为看重真实环境下的技能包编写范式与设计灵感。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="JO5CYA6ISH" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">SaaS增长与营销负责人:时刻盯着市场数据的变化,企图通过自动化抓取与分析技能实现业务的精准爆破。</div>
        </div>
</div><div class="ce-block" data-id="sXRg-sn-nh" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">产品特色</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="jSbN0Q1VeJ" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">极简的即插即用架构:坚决摒弃繁文缛节的代码嵌入,单靠纯文本文件夹结构即可搞定复杂的技能挂载。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="JM00GQYZD8" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">跨平台的强互操作性:坚持采用通用且开放的标准协议,保障技能包能在多个主流AI代理框架之间随意流转。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="p8fp3euBR_" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">极具深度的专业赋能:涵盖从底层代码提交到上层多媒体渲染的硬核操作,强硬突破常规对话大模型的能力天花板。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="18cD10aIo8" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">极致透明的运行机制:技能的触发条件与执行边界清晰可见,干脆利落地消除AI黑盒效应所带来的种种隐患。</div>
        </div>
</div><style type="text/css">
.ce-block {
        margin-top: 20px;
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
/**
* Plugin styles
*/
.ce-header {
position: relative;
padding: 1px 0px 1px 15px;
margin: 0;
line-height: 1.25em;
outline: none;
margin-bottom: 10px;
}

.ce-header p,
.ce-header div {
padding: 0 !important;
margin: 0 !important;
}
.ce-header::before {
        content: "";
        background-color: #3e8fe3;
        width: 6px;
        height: 100%;
        position: absolute;
        left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}
/**
* Styles for Plugin icon in Toolbar
*/
.ce-header__icon {
}

.ce-header::before {
position: absolute;
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
display: none;
cursor: text;
}

.ce-header:empty::before {
display: block;
}

.ce-header:empty:focus::before {
display: none;
}
/* FontSize */
h1.ce-header {
    font-size: 2.0em;
}
h2.ce-header {
    font-size: 1.7em;
}
h3.ce-header {
    font-size: 1.4em;
}
h4.ce-header {
    font-size: 1.15em;
}
h5.ce-header {
    font-size: 0.95em;
}
h6.ce-header {
    font-size: 0.8em;
}
/* Alignment*/
.ce-header--right {
text-align: right;
}
.ce-header--center {
text-align: center;
}
.ce-header--left {
text-align: left;
}
.ce-header--justify {
text-align: justify;
}
</style><style type="text/css">
.ce-block {
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
.ce-paragraph {
    line-height: 1.6em;
    outline: none;
    text-indent: 2em;
    font-size: 16px;
}
.ce-paragraph--right {
    text-align: right;
}
.ce-paragraph--center {
    text-align: center;
}
.ce-paragraph--left {
    text-align: left;
}

.ce-paragraph--justify {
    text-align: justify;
}

.ce-paragraph-text-indent {
    text-align: justify;
}
.ce-paragraph:empty::before{
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
opacity: 0;
}

/** Show placeholder at the first paragraph if Editor is empty */
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {
opacity: 1;
}

.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {
opacity: 0;
}

.ce-paragraph p:first-of-type{
    margin-top: 0;
}

.ce-paragraph p:last-of-type{
    margin-bottom: 0;
}


.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #4691f6;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}
</style><style type="text/css">
.inline-code {
background: rgba(250, 239, 240, 0.78);
color: #b44437;
padding: 3px 4px;
border-radius: 5px;
margin: 0 1px;
font-family: inherit;
font-size: 0.86em;
font-weight: 500;
letter-spacing: 0.3px;
}
</style>
页: [1]
查看完整版本: Agent Skills