← 返回 Skills 市场
koba42corp

Sage Wallet

作者 Koba42Corp · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1641
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sage-wallet
功能描述
Interact with the Sage Chia blockchain wallet via RPC. Use for XCH transactions, CAT tokens, NFTs, DIDs, offers, options, coin management, and wallet configuration. Supports cross-platform setups (Mac/Linux/Windows) with configurable RPC endpoints and SSL certificates. Invoke with /sage commands or natural language like "send XCH", "check my NFTs", "create an offer", "mint a CAT token".
安全使用建议
This skill appears to be what it claims: a local RPC client for the Sage/Chia wallet. Before installing or using it, consider: 1) The scripts require access to your wallet client certificate and private key (files under your home or APPDATA). Those files enable authenticated RPC calls — if misused they can be used to move funds or reveal mnemonics. 2) The sub-skill 'sage-auth' exposes endpoints such as get_secret_key and login; do not run those commands unless you trust the skill and the environment. 3) Keep rpc_url pointed at a local or trusted node (default is https://127.0.0.1:9257). Do not point the skill to remote or unknown RPC endpoints. 4) Prefer running tests in dry mode first (scripts support --live flags) and verify cert/key file paths before running live operations. 5) Because the repository/source is unknown, prefer obtaining this skill from a trusted source (official Sage or verified registry entry), inspect code locally, and avoid enabling auto-login or saving secrets unless necessary. If you need further checks, provide the omitted sub-skill files for a deeper review or confirm checksum/signature from a trusted upstream repository.
功能分析
Type: OpenClaw Skill Name: sage-wallet Version: 1.0.0 This skill is designed to interact with a local Sage Chia blockchain wallet via its RPC interface. It uses shell scripts (`sage-config.sh`, `sage-rpc.sh`) to manage configuration and make authenticated RPC calls using `curl`. While it accesses sensitive files like wallet certificates and private keys (`~/.local/share/sage/ssl/wallet.crt`, `~/.local/share/sage/ssl/wallet.key`) and performs network operations, this is a functional requirement for mutual TLS authentication with the local wallet RPC. The documentation (`SKILL.md`, `README.md`, sub-skill markdown files) is transparent about its capabilities, explicitly states it does not store or transmit mnemonics, and provides security best practices. There is no evidence of intentional data exfiltration to external endpoints (default RPC is localhost), malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description (Sage Chia wallet RPC) matches the included scripts and sub-skills. Config management and an mTLS RPC helper are expected for this purpose; listed endpoints and sub-skills correspond to wallet operations (XCH, CATs, NFTs, DIDs, offers, etc.). There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md and the scripts instruct the agent to read and write a local config file and to read client certificate and key files (platform-specific defaults under user home or APPDATA). These actions are necessary for mTLS RPC calls and wallet operations, but they are sensitive: the skill exposes endpoints that can return mnemonics and perform transfers (e.g., get_secret_key/login/send_xch). The instructions do not attempt to read unrelated system files or call external endpoints beyond the configured RPC URL.
Install Mechanism
No install spec is provided (instruction-only with bundled scripts). That is low-risk compared to arbitrary downloads; the included shell scripts are plain and sourceable. No external archives or obscure URLs are used.
Credentials
The skill requests no environment variables in registry metadata, but its scripts will read configuration (SAGE_CONFIG_DIR/SAGE_CONFIG_FILE if set) and default to user-local cert/key locations (home or APPDATA). Access to wallet cert, key, and the ability to call RPC endpoints is necessary for the stated functionality. These are sensitive assets (private keys, mnemonics); their presence is proportionate to a wallet RPC skill but requires user caution.
Persistence & Privilege
Skill has no 'always: true' flag and is user-invocable. It does not attempt to modify other skills or system-wide agent settings. It writes/reads only its own config file under user config directories; that is expected behavior for a skill that manages wallet config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sage-wallet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sage-wallet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 112 RPC endpoints, 12 sub-skills, cross-platform support (Mac/Linux/Windows), full test suite
元数据
Slug sage-wallet
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sage Wallet 是什么?

Interact with the Sage Chia blockchain wallet via RPC. Use for XCH transactions, CAT tokens, NFTs, DIDs, offers, options, coin management, and wallet configuration. Supports cross-platform setups (Mac/Linux/Windows) with configurable RPC endpoints and SSL certificates. Invoke with /sage commands or natural language like "send XCH", "check my NFTs", "create an offer", "mint a CAT token". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1641 次。

如何安装 Sage Wallet?

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

Sage Wallet 是免费的吗?

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

Sage Wallet 支持哪些平台?

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

谁开发了 Sage Wallet?

由 Koba42Corp(@koba42corp)开发并维护,当前版本 v1.0.0。

💬 留言讨论