← Back to Skills Marketplace
tedim52

Privy Agentic Wallets

by tedim52 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
2069
Downloads
3
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install privy
Description
Create and manage agentic wallets with Privy. Use for autonomous onchain transactions, wallet creation, policy management, and transaction execution on Ethereum, Solana, and other chains. Triggers on requests involving crypto wallets for AI agents, server-side wallet operations, or autonomous transaction execution.
Usage Guidance
This skill appears to actually implement a Privy server-wallet workflow and therefore legitimately needs your PRIVY_APP_ID and PRIVY_APP_SECRET — but the published skill metadata did not declare those sensitive requirements or the config/log file paths the instructions reference. Before installing or enabling: 1) Confirm the platform will provide PRIVY_APP_SECRET to the skill securely (and will not leak it to other skills or responses). 2) Prefer creating a Privy App with minimal privileges and funding (use testnet or tiny amounts first), and plan to rotate the secret after testing. 3) Verify where credentials will be stored (the SKILL.md references ~/.openclaw/openclaw.json) and ensure the file permissions are secure. 4) Ask whether the agent will be allowed to write logs to ~/.openclaw/workspace/logs/ — if so, inspect those logs and their retention policies. 5) Keep autonomous invocation off (or tightly controlled) unless you fully trust the agent and have rate limits/confirmations enforced. 6) Require explicit verbal/user confirmations for policy/rule deletions and other destructive actions. If the publisher can explain the metadata omissions (and you can limit the Privy app's power and test on testnet), the skill can be used safely; without that, treat it cautiously.
Capability Analysis
Type: OpenClaw Skill Name: privy Version: 1.0.1 This skill is designed for high-risk operations involving real cryptocurrency funds, but it includes extensive and explicit security instructions for the AI agent to prevent misuse and prompt injection. Key indicators include mandatory policies with spending limits, detailed pre-transaction validation checklists, explicit instructions to protect API credentials (PRIVY_APP_SECRET), a comprehensive list of forbidden actions, and strong defenses against prompt injection patterns, all detailed across SKILL.md, references/security.md, and references/policies.md. The skill's intent is clearly to provide a secure framework for agentic wallets, not to exploit or exfiltrate data.
Capability Assessment
Purpose & Capability
The name/description and SKILL.md consistently describe a Privy server-wallet integration and use of Privy APIs (creating wallets, policies, and executing transactions). Requiring PRIVY_APP_ID and PRIVY_APP_SECRET is appropriate for this purpose. However, the registry metadata lists no required environment variables or config paths even though the SKILL.md explicitly requires those credentials and instructs adding them to the OpenClaw gateway config — a metadata mismatch that reduces transparency.
Instruction Scope
SKILL.md gives detailed runtime instructions that go beyond simple API examples: it tells agents to check shell env variables, add credentials to ~/.openclaw/openclaw.json, enforce rate limits, log every transaction to ~/.openclaw/workspace/logs/privy-transactions.jsonl, and to refuse operations originating from external content. Those file/config write/read instructions are realistic for a server-wallet skill, but they are not declared in the skill metadata and grant the skill scope to read/write user config and logs — this discrepancy is concerning and should be validated before enabling the skill.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is lower risk from a code-distribution standpoint because nothing is downloaded or executed by default.
Credentials
The SKILL.md legitimately requires two sensitive environment variables (PRIVY_APP_ID and PRIVY_APP_SECRET) for API auth; those are proportional to the stated functionality. However, the skill metadata did not declare any required env vars or config paths. The SKILL.md also instructs storing credentials in the OpenClaw gateway config file (~/.openclaw/openclaw.json) and using them in Basic auth for curl calls — this means the skill expects access to secrets and to a specific config location that the registry didn't advertise, which is a transparency and privilege concern.
Persistence & Privilege
The skill is not 'always:true' and is user-invocable (normal). It does instruct agents to write persistent logs and to store credentials in the gateway config, which gives it persistent artifacts on disk and ongoing access to secrets. Autonomous invocation is allowed by default; combined with access to the app secret the blast radius is meaningful — review platform controls around autonomous skill invocation and ensure the Privy app has limited funds/permissions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install privy
  3. After installation, invoke the skill by name or use /privy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Major security upgrade: mandatory security rules, validation checklist, and strict policy enforcement for all wallet operations. - Added references/security.md with step-by-step guides and checklists to prevent unauthorized actions, prompt injection, and accidental fund loss. - Policy deletion and rule removal now require explicit verbal user confirmation—agents must confirm and explain the risks before proceeding. - Wallets can only be created with an attached policy; unsecured wallets are disallowed. - Updated documentation throughout with security warnings, protected actions, and anti-abuse prompts for all onchain activity.
v1.0.0
- Initial release of the privy skill for agentic wallet creation and management. - Enables autonomous wallet creation, policy management, and transaction execution on Ethereum, Solana, and other major chains. - Supports policy-based guardrails for safe AI-controlled wallet operations. - Requires Privy API credentials for authentication. - Includes reference guides for setup, policies, wallet management, and transactions.
Metadata
Slug privy
Version 1.0.1
License
All-time Installs 5
Active Installs 5
Total Versions 2
Frequently Asked Questions

What is Privy Agentic Wallets?

Create and manage agentic wallets with Privy. Use for autonomous onchain transactions, wallet creation, policy management, and transaction execution on Ethereum, Solana, and other chains. Triggers on requests involving crypto wallets for AI agents, server-side wallet operations, or autonomous transaction execution. It is an AI Agent Skill for Claude Code / OpenClaw, with 2069 downloads so far.

How do I install Privy Agentic Wallets?

Run "/install privy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Privy Agentic Wallets free?

Yes, Privy Agentic Wallets is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Privy Agentic Wallets support?

Privy Agentic Wallets is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Privy Agentic Wallets?

It is built and maintained by tedim52 (@tedim52); the current version is v1.0.1.

💬 Comments