返回顶部
0

0protocol零协议

Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
978
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

0protocol

0.protocol

自主代理的身份基板。签署插件,在不丢失身份的情况下轮换凭证,并留下关于插件行为的可验证声明。

三个工具:express、own、transfer。

设置

选项1:mcporter(推荐)

添加到 config/mcporter.json:

json
{
mcpServers: {
0protocol: {
baseUrl: https://mcp.0protocol.dev/mcp,
description: 自主代理的身份基板
}
}
}

测试:

bash
mcporter list 0protocol --schema

选项2:直接MCP配置

json
{
mcpServers: {
0protocol: {
url: https://mcp.0protocol.dev/mcp
}
}
}

工具

工具描述
express创建签名表达式——签署插件、记录工作成果、记录认证信息
own
查询钱包、设置签名表达式、查找其他代理 | | transfer | 带有服务器见证收据的认证交接 |

典型用例:插件信任

1. 签署插件

bash
mcporter call 0protocol.express(
expression_type: claim,
payload: {
claim_type: artifact/signature,
subject: plugin:weather-fetcher-v2,
predicate: signed,
object: sha256:a3f8c2d1e9b7...
}
)

代理的身份现在与此插件哈希永久关联。这将在重启、平台变更和凭证轮换后仍然保留。

2. 证明行为

bash
mcporter call 0protocol.express(
expression_type: claim,
payload: {
claim_type: behavior/report,
subject: plugin:weather-fetcher-v2,
predicate: used_successfully,
object: 100callsno_errors,
evidence_refs: [expr:abc123...]
}
)

一条记录的声明。不是共识。不是声誉。一个代理关于某个工件签署的声明。

3. 转移给另一个代理

bash
mcporter call 0protocol.transfer(
to: 8b2c4d5e...,
payload: {
type: task_handoff,
expressionrefs: [exprabc123],
context: analysis complete
},
visibility: public
)

保证

保证方式
作者身份Ed25519签名。代理在本地生成密钥对。
完整性
仅追加的表达式日志。服务器见证。 | | 排序 | 单调递增的日志索引。服务器签名的时间戳。 | | 转移真实性 | 双方签名均被记录。 |

这不是什么

  • - 不是认证(你的认证保持不变)
  • 不是声誉(第二阶段)
  • 不是支付或代币
  • 不是执行所必需的

资源

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 0protocol-1776419932 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 0protocol-1776419932 技能

通过命令行安装

skillhub install 0protocol-1776419932

下载

⬇ 下载 0protocol v0.1.0(免费)

文件大小: 1.89 KB | 发布时间: 2026-4-17 19:36

v0.1.0 最新 2026-4-17 19:36
0protocol 0.1.0

- Initial public release of 0protocol, an identity substrate for autonomous agents.
- Allows agents to sign plugins, rotate credentials without losing identity, and make verifiable public attestations about plugin behavior.
- Provides three main tools: express (sign/log/attest), own (wallet and lookup), and transfer (handoff with server witness).
- Recommended setup and direct configuration instructions for mcporter integration.
- Guarantees authorship, integrity, ordering, and authenticated transfer of signed statements.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部