← Back to Skills Marketplace
privy-integration
by
Misha Kolesnik
· GitHub ↗
· v0.2.0
· MIT-0
115
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install privy-integration
Description
Integrates Privy authentication, embedded wallets, and agent payment protocols into web and agentic apps. Covers React SDK (PrivyProvider, hooks, wagmi), Nod...
Usage Guidance
This skill's content appears to be a detailed integration guide for Privy and legitimately needs high-privilege secrets (appId/appSecret, webhook signing secret) and operations like creating/exporting wallets and signing transactions. However, the skill metadata incorrectly lists no required credentials — that's a red flag because it can lull you into underestimating the risk. Before installing or enabling this skill:
- Verify the source and publisher (there is no homepage and source is unknown). Prefer official Privy documentation or packages (npm orgs, GitHub repo) you can audit.
- Do NOT place production App Secrets or private keys in the agent config or environment until you understand who/what will access them; test with a throwaway Privy app and testnet funds only.
- The skill guides you through exporting private keys and storing secrets in ~/.openclaw/openclaw.json — treat that as highly sensitive: store only in secure vaults and give the least privilege necessary.
- If you plan to enable agentic/autonomous wallets, add restrictive policies, require human approval for high-value ops, and monitor webhooks closely.
- Ask the publisher to update the registry metadata to list required env vars (PRIVY_APP_ID, PRIVY_APP_SECRET, PRIVY_WEBHOOK_SIGNING_SECRET, MPP_RECIPIENT, etc.) and to provide an authoritative source URL or signed release so you can verify provenance.
If you cannot confirm the skill's origin or are unable to test safely in an isolated environment, avoid granting it access to real credentials or production funds.
Capability Analysis
Type: OpenClaw Skill
Name: privy-integration
Version: 0.2.0
The privy-integration skill bundle is a comprehensive documentation and instruction set for integrating Privy's authentication, wallet, and payment infrastructure into web and agentic applications. It provides legitimate code snippets for React and Node.js SDKs, covers advanced topics like agentic wallets with policy-based controls, and details machine-to-machine payment protocols (x402 and MPP). The content is purely instructional, aligns perfectly with its stated purpose, and references official domains such as docs.privy.io and x402.org without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description claim to integrate Privy auth/wallets/payments — the SKILL.md and reference docs indeed describe server SDK usage, wallet creation/export, token verification, and agentic/autonomous wallets. Those capabilities legitimately require privileged secrets (appId/appSecret, webhook signing secret, MPP recipient, etc.), yet the skill's registry metadata declares no required env vars or credentials. That mismatch (no declared credentials vs. instructions that obviously need them) is incoherent.
Instruction Scope
The runtime instructions (SKILL.md + references) instruct the agent/developer to: create and manage server-side wallets, export private keys, configure webhook signing secrets, store PRIVY_APP_ID/PRIVY_APP_SECRET in agent config (~/.openclaw/openclaw.json), and install/clone third-party repos (clawhub install, git clone). These steps access and may persist sensitive secrets and private keys and also give guidance for autonomous agent wallets. The instructions go beyond purely UI integration and include high-privilege server and key-management operations.
Install Mechanism
This is an instruction-only skill with no install spec or code files to execute. That reduces direct supply-chain risk (the skill itself won't drop binaries). However, the included references encourage running external commands (clawhub, git clone) and npm installs; those are external actions initiated by the user, not performed by this skill automatically.
Credentials
Although registry metadata lists no required env vars or primary credential, the documentation repeatedly references environment variables (NEXT_PUBLIC_PRIVY_APP_ID, PRIVY_APP_ID, PRIVY_APP_SECRET, PRIVY_WEBHOOK_SIGNING_SECRET, MPP_RECIPIENT, etc.). Requiring an app secret and the ability to export private_key (references/server-sdk.md) is expected for server-side Privy usage, but the omission in metadata is misleading and increases risk: users may install without realizing the skill expects high-privilege secrets. Multiple sensitive variables are used but not declared.
Persistence & Privilege
always:false (normal). The docs instruct storing Privy credentials in the user's OpenClaw config (~/.openclaw/openclaw.json) for agent access; that is a persistent credential placement that grants any agent with access to that config the ability to call Privy APIs and operate wallets. This is not intrinsically malicious but raises the blast radius and requires explicit, cautious user consent and least-privilege practices.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install privy-integration - After installation, invoke the skill by name or use
/privy-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Initial publish
v0.1.0
Initial publish of privy-integration
Metadata
Frequently Asked Questions
What is privy-integration?
Integrates Privy authentication, embedded wallets, and agent payment protocols into web and agentic apps. Covers React SDK (PrivyProvider, hooks, wagmi), Nod... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install privy-integration?
Run "/install privy-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is privy-integration free?
Yes, privy-integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does privy-integration support?
privy-integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created privy-integration?
It is built and maintained by Misha Kolesnik (@tenequm); the current version is v0.2.0.
More Skills