← 返回 Skills 市场
wallet
作者
Ajay Gautam
· GitHub ↗
· v1.0.2
· MIT-0
110
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install tee-wallet
功能描述
Mokshya agent-wallet: public REST API + TEE signing (Shamir/AES-GCM). Use when debugging wallets.mokshya.io, GKE deploy, create/sign HTTP flows, rate limits,...
安全使用建议
This skill is documentation-only and appears to honestly describe how the Mokshya wallet, TEE, and API interact. It does not itself request credentials or install code. Before using it: (1) treat the SKILL.md as guidance only—do not paste your TEE_MASTER_KEY or other private keys into an agent prompt or public logs; (2) if you will run the API/TEE flows for testing, ensure DATABASE_URL, TEE_BASE_URL, and INTERNAL_HMAC_SECRET are configured securely in your environment (use secrets management); (3) be cautious when allowing autonomous agent actions that could call POST /sign-transaction — consider restricting model invocation or requiring user confirmation for signing actions; (4) review the referenced upstream repo (https://github.com/mokshyaprotocol/agent-tee-wallet) and your own deployment manifests before connecting to production services.
功能分析
Type: OpenClaw Skill
Name: tee-wallet
Version: 1.0.2
The skill bundle consists of documentation and architectural instructions for an AI agent to interact with the Mokshya TEE wallet API. The content in SKILL.md is purely technical, providing troubleshooting steps, API route definitions, and environment variable requirements (e.g., DATABASE_URL, TEE_BASE_URL) to ensure the agent correctly understands the system's stateless TEE design. There is no evidence of malicious code, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The SKILL.md content matches the skill description (debugging wallet flows, TEE signing, GKE deploy issues, and HTTP create/sign routes). It references the API/TEE architecture and gives troubleshooting steps appropriate for that purpose.
Instruction Scope
The instructions reference environment variables (DATABASE_URL, TEE_BASE_URL, INTERNAL_HMAC_SECRET) and deployment scripts, and point to source-file locations for context. They do not instruct the agent to read or exfiltrate unrelated system files or secrets, but they do assume the operator will set/configure secrets when deploying or debugging.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing will be written to disk or downloaded by the skill itself. This is the lowest-risk install posture.
Credentials
The SKILL.md mentions several sensitive env vars used by the system (e.g., INTERNAL_HMAC_SECRET, TEE_MASTER_KEY) but the skill metadata does not request any credentials. Mentioning those secrets is expected for deployment/debugging documentation, but be aware that real troubleshooting or testing will require supplying secrets to the runtime environment—do not provide TEE_MASTER_KEY to the API and avoid exposing private keys.
Persistence & Privilege
The skill is not marked always:true and does not request any persistent system privileges. Model invocation is allowed by default, which is normal; the skill contains no install-time code that would persist or change agent-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tee-wallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/tee-wallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Skill renamed to "agent-wallet-open" and version bumped to 1.3.0.
- SKILL.md rewritten for clarity: open skill, concise, ClawHub/OpenClaw compatible.
- Major focus on correct architecture: API always owns agent_id; TEE uses it only as AAD (stateless).
- Explicit troubleshooting for agent_id mismatches and GKE/Postgres config.
- Usage and error cases clarified; unnecessary or wrong implementation theories debunked.
- Repository/code, routes, and environment setup summaries improved.
v1.0.1
- SKILL.md added for agent-wallet, providing in-depth documentation specific to this repository's public API, TEE signing architecture, HTTP routes, rate limits, and environment variables.
- skills.md removed; ClawHub pointers and generic skill catalog instructions are no longer included.
- Clear separation established: this skill is for agent-wallet only, not for ClawHub or general-purpose catalogs.
- Includes guidance for deployment, usage examples, and error handling—see new SKILL.md for full details.
v1.0.0
- Reorganized skill documentation to use ClawHub’s centralized skills catalog (skills.md).
- Removed dedicated wallet instructions, scripts, and security notes from the repo.
- Old wallet-focused SKILL.md and related scripts (creation, checking, and registering) were deleted.
- Users are now guided to ClawHub for finding, installing, and managing agent skills.
元数据
常见问题
wallet 是什么?
Mokshya agent-wallet: public REST API + TEE signing (Shamir/AES-GCM). Use when debugging wallets.mokshya.io, GKE deploy, create/sign HTTP flows, rate limits,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 wallet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tee-wallet」即可一键安装,无需额外配置。
wallet 是免费的吗?
是的,wallet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wallet 支持哪些平台?
wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wallet?
由 Ajay Gautam(@evilboyajay)开发并维护,当前版本 v1.0.2。
推荐 Skills