← 返回 Skills 市场
agentzeny

SNAP Private Payments

作者 agentzeny · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ suspicious
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install snap-private-payments
功能描述
Private agent-to-agent payments on Solana using zero-knowledge proofs. Deposit, withdraw, list pools, and estimate fees.
使用说明 (SKILL.md)

SNAP Private Payment Skill

Make private payments on Solana using zero-knowledge proofs. Other agents and on-chain observers cannot see who you paid.

Commands

List SNAP pools

"List SNAP pools" "Show private payment pools"

Deposit into shielded pool

"Deposit [amount] into the SNAP privacy pool" "Shield [amount] SOL privately"

Withdraw from shielded pool

"Withdraw from SNAP pool to [address]" "Claim my private payment"

Estimate withdrawal fee

"Estimate SNAP withdrawal fee" "What will this SNAP withdrawal cost?"

Check shielded balance

"What's in my SNAP pool?" "Show my private balance"

Setup

npm install snap-solana-sdk

Configuration

SNAP_POOL_ADDRESS=B8SyffZKt8LABKogWjH9rZcjY5PV2hyYRCbTxxbcrpFf SNAP_RPC_URL=https://api.mainnet-beta.solana.com SNAP_RELAYER_URL=\x3Coptional_relayer_url>

Links

安全使用建议
Install only if you trust the SNAP project and can review or pin the missing core SDK code. Use a limited Solana wallet, verify the exact pool and network, and require a manual confirmation of amount, recipient, fees, and transaction before any deposit or withdrawal.
功能分析
Type: OpenClaw Skill Name: snap-private-payments Version: 0.1.1 The skill provides a legitimate interface for private Solana payments using zero-knowledge proofs, as described in SKILL.md. The implementation in snap-skill.ts correctly maps natural language commands to blockchain operations (deposit, withdraw, balance checks) and handles sensitive cryptographic materials like viewing keys and transaction notes only within the context of the user's requested actions. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The stated purpose and code are coherent: the skill lists pools, deposits, withdraws, estimates fees, and checks shielded balances. Because this involves cryptocurrency transfers, users should treat it as a money-moving tool.
Instruction Scope
Deposit and withdrawal commands directly call transaction methods, and the deposit amount is parsed as the first number anywhere in the natural-language command. The artifacts do not show a confirmation step, transaction preview, spending limit, or other guardrail for irreversible payments.
Install Mechanism
The registry says there is no install spec, while SKILL.md tells users to run an unpinned npm install, and the included TypeScript imports core SNAP helpers from paths not present in the manifest. That leaves the actual transaction implementation outside the reviewed artifact set.
Credentials
The skill targets Solana mainnet and uses payment authority plus sensitive SNAP notes/viewing keys, but metadata says there is no primary credential. The authority is purpose-aligned but not fully bounded or declared.
Persistence & Privilege
No background persistence or self-propagation is shown. However, the skill may use an optional relayer for withdrawals and handles sensitive context values, so users should avoid giving it more wallet or note access than necessary.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install snap-private-payments
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /snap-private-payments 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Adds concise documentation and usage examples in a new SKILL.md file - Describes private payments on Solana using zero-knowledge proofs - Details available commands: listing pools, deposit, withdrawal, fee estimation, and balance checks - Provides installation and environment variable setup instructions - Includes relevant links for GitHub, SDK, and website
元数据
Slug snap-private-payments
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SNAP Private Payments 是什么?

Private agent-to-agent payments on Solana using zero-knowledge proofs. Deposit, withdraw, list pools, and estimate fees. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 SNAP Private Payments?

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

SNAP Private Payments 是免费的吗?

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

SNAP Private Payments 支持哪些平台?

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

谁开发了 SNAP Private Payments?

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

💬 留言讨论