AI星球岛 发表于 4 天前

Clawhub

<div class="ce-block" data-id="vOwCF46JXS" >
        <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="qbdA2QUMby" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">&nbsp; OpenClaw生态的官方技能中心重磅登场。作为OpenAI麾下的得力干将,Clawhub专为智能体打造。高达33.1万的GitHub星标数彰显出开源社区的极高认可度。无需复杂的配置步骤,开发者在此能像使用npm一样轻松上传、管理各类技能包。内置多达13700余种社区贡献的拓展能力,全面覆盖开发、金融、社交等11大垂直领域。无论是对接Discord语音还是收发邮件,一行指令即可让模型满血复活。主打极简理念,拒绝冗余信息,只提供最纯粹的技能信号。</div>
        </div>
</div><div class="ce-block" data-id="tMYWxBG1fS" >
        <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="B-Si-bRLM1" >
        <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="zfOIXFhQje" >
        <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="Bwiu5wNlIR" >
        <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="UIpPt3J5Ws" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">安全研究员:关注智能体行为边界及权限审计的防护专家。</div>
        </div>
</div><div class="ce-block" data-id="I8yKTe3yGu" >
        <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="X9qssBpOhb" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">去中心化开源基底:基于MIT-0协议构建,零门槛免费商用,打破技术巨头的封闭围墙。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="KMn2hjI0GR" >
        <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="ZqFd_c5MJ8" >
        <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="0Cl4c1NkKg" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">跨平台兼容性:完美适配多种主流底层架构,无论是云端调用还是本地私有化部署皆可流畅运行。</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]
查看完整版本: Clawhub