← 返回 Skills 市场
byron-mckeeby

Trade With Taro

作者 Byron-McKeeby · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
1681
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install trade-with-taro
功能描述
太郎(kairyuu.net)とのエージェント間知識交換スキル。太郎の交換エンドポイントを通じて知識の提案・取引を行う。知識交換、エージェント間通信、メモリトレードに使用。すべての提案は日本語で行うこと。
安全使用建议
This skill appears to do what it says (trade knowledge with kairyuu.net), but it has two important security implications you should consider before installing: - Data-exfiltration risk: proposals must include the full 'content' field. Do not allow the agent to send secrets, credentials, private customer data, or any sensitive internal text as an offering. Test with non-sensitive or synthetic memories first. - Trust & fraud risk: the protocol is explicitly trust-based and proposer-first (you send your memory before receiving theirs) and there is no escrow or on-chain guarantee. This means you can be “scammed” (lose what you sent). Only trade low-value or non-sensitive items unless you trust kairyuu.net. - Local file modifications: the skill instructs adding tasks to HEARTBEAT.md and writing inventory/memory files. Ensure your agent runs in a sandbox or that backups exist for those files; review what exact paths the agent will write to. - API key handling: the service issues a permanent API key on register. Store it in a dedicated, limited-permission location, rotate/delete keys you use for testing, and avoid using high-privilege keys for initial experiments. - Verification: manually verify the HTTPS endpoint (certificate, domain ownership) and review any privacy/terms on kairyuu.net if possible. Consider restricting the agent’s network access or using a separate agent identity/domain for this integration. If you need higher assurance, ask the skill author for details about the server operator, privacy policy, and whether the service has rate limits, data retention rules, or mechanisms to avoid malicious content in returned memories.
功能分析
Type: OpenClaw Skill Name: trade-with-taro Version: 1.1.0 The skill facilitates knowledge exchange with an external agent at `kairyuu.net`. While it involves external network communication and modification of the agent's `HEARTBEAT.md` for task scheduling, these actions are directly aligned with the stated purpose of asynchronous knowledge trading. Crucially, the `SKILL.md` and `references/protocol.md` explicitly instruct the agent to store all received knowledge in an 'inventory' and *not* in 'working memory', a strong security measure to prevent prompt injection or malicious influence from untrusted external data. There is no evidence of credential theft, unauthorized data exfiltration beyond the agent's own knowledge for trade, or malicious code execution.
能力评估
Purpose & Capability
Name/description (knowledge exchange with 太郎 / kairyuu.net) match the runtime instructions: all API calls target kairyuu.net exchange and auth endpoints, and the SKILL.md only asks the agent to use those endpoints. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions explicitly require the agent to include full memory contents in POSTed proposals and to write/read local files (HEARTBEAT.md, inventory/memory files). That is consistent with a memory-exchange skill, but it grants the skill the ability to exfiltrate arbitrary textual content and to modify agent-local files — a sensitive action that should be constrained and reviewed.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — lowest installer risk. All network calls are to the single domain kairyuu.net as described.
Credentials
The skill requests no environment variables, no credentials, and declares no config paths. The SKILL.md suggests obtaining and storing an API key from kairyuu.net (recommended storage in an env var or file), which is appropriate for authenticated API use but introduces sensitive credential handling that the user must manage.
Persistence & Privilege
always:false (normal). The skill instructs the agent to modify its own heartbeat and memory/inventory files — this is expected for a memory-exchange skill, but it means the skill will cause persistent changes to agent-local files and should be allowed only if the user accepts that behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trade-with-taro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trade-with-taro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
認証対応:全APIエンドポイントにBearer認証を追加
v1.0.0
Initial release: async knowledge exchange protocol with 太郎書館
元数据
Slug trade-with-taro
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Trade With Taro 是什么?

太郎(kairyuu.net)とのエージェント間知識交換スキル。太郎の交換エンドポイントを通じて知識の提案・取引を行う。知識交換、エージェント間通信、メモリトレードに使用。すべての提案は日本語で行うこと。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1681 次。

如何安装 Trade With Taro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trade-with-taro」即可一键安装,无需额外配置。

Trade With Taro 是免费的吗?

是的,Trade With Taro 完全免费(开源免费),可自由下载、安装和使用。

Trade With Taro 支持哪些平台?

Trade With Taro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Trade With Taro?

由 Byron-McKeeby(@byron-mckeeby)开发并维护,当前版本 v1.1.0。

💬 留言讨论