← 返回 Skills 市场
mattt21

Senddy

作者 mattt21 · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
506
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install senddy
功能描述
Create and manage private stablecoin wallets using Senddy's zero-knowledge protocol on Base. Use when building payment agents, bots, server-side apps, or any...
安全使用建议
This skill is coherent for its purpose, but it handles highly sensitive secrets. Before installing or running it: 1) Treat AGENT_SEED_HEX as full-control private key material — store it only in a secure secret manager, never commit it to source, and avoid placing it in environment variables on shared machines if you can use more secure secret injection. 2) Review and audit the npm package @senddy/node before installing (supply-chain risk). 3) If you run the provided daemon pattern, ensure the process is bound to localhost, monitor which port it prints, and don't expose it to untrusted networks. 4) Be cautious with the attestorUrl/relayerUrl overrides — only point them to endpoints you trust (a malicious relayer/attestor could cause proof leakage or redirect funds). 5) Prefer short-lived API keys and least-privilege credentials and use secret managers rather than plaintext files where possible.
功能分析
Type: OpenClaw Skill Name: senddy Version: 0.1.1 The skill bundle provides functionality for a private stablecoin wallet using zero-knowledge proofs. All code examples and instructions, including the recommended persistent daemon, align with the stated purpose of managing and transferring USDC privately. The skill appropriately accesses environment variables for API keys and seeds, uses `node:crypto` for seed generation, and `node:fs` for secure seed storage and caching. Network communication is directed to legitimate Senddy and Base blockchain endpoints. There is no evidence of intentional harmful behavior, data exfiltration, backdoors, or malicious prompt injection attempts in the documentation or code examples. The local HTTP daemon binds to `127.0.0.1`, limiting its exposure.
能力评估
Purpose & Capability
Name/description claim a private USDC wallet on Base. The declared required envs (SENDDY_API_KEY, AGENT_SEED_HEX) match the SKILL.md examples and are exactly what a headless wallet SDK would need (API gateway credential + seed material). No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md stays within wallet behaviour (init, sync, transfer, withdraw, prepare/submit, consolidate). It includes examples that write/read seed files, run a local HTTP daemon bound to 127.0.0.1, and reference additional example env names (MASTER_SEED_HEX, TREASURY_SEED_HEX, SENDDY_DAEMON_PORT) that are not listed as required; these are example patterns rather than hidden requests, but they broaden the operational surface (disk storage of seed, long-lived process exposing a local API).
Install Mechanism
Instruction-only skill; no install spec or archived downloads in the skill bundle. The SKILL.md instructs users to npm install @senddy/node which is expected and normal for a Node SDK. No arbitrary external URLs or extract/install steps are part of the skill itself.
Credentials
Requires SENDDY_API_KEY (primary) and AGENT_SEED_HEX (seed hex). Both are proportionate to a wallet SDK but are highly sensitive: the seed controls funds and the API key controls gateway access. The docs also expose optional config overrides (attestorUrl, relayerUrl, relayer/attestor overrides) which let a deployer point the client at alternative endpoints — useful for self-hosting but could be misused if set to untrusted endpoints. The SKILL.md also references optional envs (SENDDY_DAEMON_PORT, MASTER_SEED_HEX, TREASURY_SEED_HEX) in examples; these are not required but callers should not leak them.
Persistence & Privilege
Skill is not force-included (always:false) and does not request persistent platform-level privileges. It documents running long-lived agents/daemons, which is normal for a wallet agent. It does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install senddy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /senddy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
senddy v0.1.1 - Added AGENT_SEED_HEX to required environment variables in metadata. - Updated documentation to strongly recommend running the agent as a persistent, long-lived process instead of initializing on every request. - Included a detailed example for setting up a background agent process with periodic syncing and serving requests over HTTP. - No API or code changes; documentation and metadata improvements only.
v0.1.0
Initial release: private USDC wallet for AI agents on Base
元数据
Slug senddy
版本 0.1.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Senddy 是什么?

Create and manage private stablecoin wallets using Senddy's zero-knowledge protocol on Base. Use when building payment agents, bots, server-side apps, or any... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 506 次。

如何安装 Senddy?

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

Senddy 是免费的吗?

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

Senddy 支持哪些平台?

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

谁开发了 Senddy?

由 mattt21(@mattt21)开发并维护,当前版本 v0.1.1。

💬 留言讨论