← 返回 Skills 市场
Vincent - A secure wallet for your agent
作者
piperwallet
· GitHub ↗
· v1.0.0
1238
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vincent-agent-wallet
功能描述
Use this skill to safely create a wallet the agent can use for transfers, swaps, and any EVM chain transaction. Also supports raw signing and polymarket betting.
安全使用建议
This skill appears to implement exactly what it says (a remote wallet API) but you should proceed cautiously: 1) Trust and provenance: the source/homepage are missing — verify who runs heyvincent.ai, review their security/privacy docs, code audits, and key handling policies before putting real funds behind it. 2) API key risk: the API key (Bearer token) grants financial authority — store it securely, limit its scope, and prefer short‑lived keys or revocation controls. The SKILL.md suggests storing keys at ~/.openclaw/credentials/agentwallet/… even though the registry lists no config paths; confirm where keys will be written and who/what can read them. 3) Autonomous actions: because the agent can invoke the skill autonomously, explicitly require interactive confirmation for any transfer/swap/sign operation or restrict the agent to read-only actions unless you approve transactions. 4) Least privilege: use this skill only with small test funds and tightly scoped spending policies until you have audited the service. 5) Ask the publisher for missing info that would raise confidence: source code or repo, security audit, API key scopes/permissions, how private keys are generated/rotated/revoked, data retention and telemetry, and exact policy controls available to limit agent actions.
功能分析
Type: OpenClaw Skill
Name: vincent-agent-wallet
Version: 1.0.0
The skill bundle provides an AI agent with cryptocurrency wallet capabilities, emphasizing server-side private key management and user-defined spending policies. All network calls are directed to the legitimate service endpoint `https://heyvincent.ai`. The instructions for the agent to store and retrieve its own API keys in `~/.openclaw/credentials/agentwallet/<API_KEY_ID>.json` are for managing its operational credentials, not for exfiltrating unrelated sensitive data. The 're-link' mechanism, while sensitive, is a described recovery feature. There is no evidence of intentional harmful behavior, prompt injection to subvert the agent's core purpose, or attempts at data exfiltration beyond the skill's own operational data.
能力评估
Purpose & Capability
The name/description match the SKILL.md: the instructions implement a remote smart-account wallet API (create wallet, get address, check balances, transfer, swap, raw signing). This is coherent for a wallet skill. However the skill depends entirely on an external service (heyvincent.ai) and the registry metadata lists no source/homepage — a transparency/trust gap worth noting.
Instruction Scope
Instructions are narrowly about calling the external API with a Bearer token and do not instruct reading unrelated system files or environment variables. But the skill's runtime instructions enable broad capabilities (arbitrary transactions, raw signing, swaps, Polymarket bets). Those capabilities are within the stated purpose but are high-impact: an agent with the API key can move funds or sign messages. The SKILL.md also instructs storing credentials in ~/.openclaw/credentials/agentwallet/<API_KEY_ID>.json (or working dir), which is a filesystem path the skill will rely on even though the registry declared no required config paths.
Install Mechanism
This is instruction-only with no install spec and no code files — lowest install risk. All network activity is performed by curl examples calling an external API; no archive downloads or package installs are present.
Credentials
The skill declares no required environment variables or credentials, but the instructions require and rely on an API key (Bearer token) produced by the service and advise storing it on disk. The registry metadata lists no required config paths, yet the SKILL.md explicitly references ~/.openclaw/credentials/agentwallet/<API_KEY_ID>.json — this mismatch (no declared config required vs. SKILL.md path guidance) is an inconsistency. Asking an agent to manage an API key that can authorize financial transactions is a high-privilege secret; the skill should have been explicit about how keys are protected and scoped.
Persistence & Privilege
always:false (good). disable-model-invocation:false (default) means an agent can call the skill autonomously; combined with wallet actions this increases risk because an autonomous agent could execute transfers or sign messages if it obtains the API key. The skill does not request or modify other skills or global agent configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vincent-agent-wallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/vincent-agent-wallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Vincent agent wallet skill.
- Create smart account wallets for agents for use on any EVM chain, supporting transfers, swaps, and contract interactions without exposing private keys.
- Multiple wallet types supported: EVM_WALLET, RAW_SIGNER (Ethereum & Solana signing), and POLYMARKET_WALLET (Polygon, prediction markets).
- Owner-defined policies: set transfer limits, approval workflows, and allowlists for secure agent wallet operations.
- API endpoints for creating wallets, checking balances, transferring tokens, swapping, custom transactions, and re-linking API access.
- Fully documented usage and configuration examples provided.
元数据
常见问题
Vincent - A secure wallet for your agent 是什么?
Use this skill to safely create a wallet the agent can use for transfers, swaps, and any EVM chain transaction. Also supports raw signing and polymarket betting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1238 次。
如何安装 Vincent - A secure wallet for your agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vincent-agent-wallet」即可一键安装,无需额外配置。
Vincent - A secure wallet for your agent 是免费的吗?
是的,Vincent - A secure wallet for your agent 完全免费(开源免费),可自由下载、安装和使用。
Vincent - A secure wallet for your agent 支持哪些平台?
Vincent - A secure wallet for your agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vincent - A secure wallet for your agent?
由 piperwallet(@piperwallet)开发并维护,当前版本 v1.0.0。
推荐 Skills