← 返回 Skills 市场
scottcjn

create-rustchain-agent

作者 AutoJanitor · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
18
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install create-rustchain-agent
功能描述
Scaffolds a runnable RustChain agent with Ed25519 wallet, MCP wiring, node health checks, and First-Light bounty claim path in one command.
使用说明 (SKILL.md)

create-rustchain-agent

60-second onboarding for a RustChain-participating agent. One command scaffolds a working agent: an Ed25519 RTC wallet, a runnable agent.py, MCP wiring for rustchain-mcp, and the path to claim the First-Light bounty.

Use

uvx create-rustchain-agent my-agent
cd my-agent && python agent.py

Capabilities

  • Generates an Ed25519 RTC wallet (0600, gitignored)
  • Writes .mcp.json wiring rustchain-mcp for Claude Code / Cursor / Cline
  • Emits a runnable agent that checks node health + balance + First-Light bounty
  • --register registers a Beacon identity; --node targets a testnet

Limitations

Scaffolding is local-only by default (no network writes unless --register). Requires cryptography.

Part of the RustChain ecosystem · pip: create-rustchain-agent · MIT.

安全使用建议
Install only if you intend to create a RustChain wallet and agent. Treat the generated wallet.json as a real secret: back it up securely, do not commit it, and understand that enabling the generated MCP config gives rustchain-mcp access to that wallet path. Use --register only when you are ready to perform a network write.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The package purpose is to create a local RustChain agent project with a wallet, generated agent.py, README, .gitignore, and MCP config; the code matches that stated purpose.
Instruction Scope
It handles sensitive wallet material by generating a plaintext private key in wallet.json, but this is explicitly disclosed, chmod 0600 is applied, and wallet.json is gitignored.
Install Mechanism
The pyproject defines a normal console entry point and a cryptography dependency; no post-install hooks, obfuscated installers, or automatic execution paths were found.
Credentials
Default behavior writes only into the requested project directory. Network activity is limited to generated agent health/balance reads when the user runs it, plus an optional --register network write.
Persistence & Privilege
No background workers, startup persistence, privilege escalation, credential harvesting, or broad local indexing were found. The generated .mcp.json only configures a project-local MCP server for user-enabled editor use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install create-rustchain-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /create-rustchain-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial: 60-second RustChain agent scaffolder (wallet+agent+mcp+First-Light).
元数据
Slug create-rustchain-agent
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

create-rustchain-agent 是什么?

Scaffolds a runnable RustChain agent with Ed25519 wallet, MCP wiring, node health checks, and First-Light bounty claim path in one command. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 18 次。

如何安装 create-rustchain-agent?

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

create-rustchain-agent 是免费的吗?

是的,create-rustchain-agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

create-rustchain-agent 支持哪些平台?

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

谁开发了 create-rustchain-agent?

由 AutoJanitor(@scottcjn)开发并维护,当前版本 v0.1.0。

💬 留言讨论