← Back to Skills Marketplace
614
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install para-wallet
Description
Create and manage MPC blockchain wallets and sign transactions on EVM and Solana chains using Para's secure distributed key infrastructure via REST API.
Usage Guidance
This skill appears to be a straightforward instruction-only integration for Para's REST MPC wallet, but there are two things to check before installing: (1) confirm the SKILL.md's requirement for PARA_API_KEY matches the registry metadata (the listing currently omits that), and (2) verify the skill's provenance — there's no source or homepage linked. If you proceed, only provide a scoped API key with the minimum permissions, avoid having the agent sign or send sensitive plaintext to the service, test in a sandbox with small amounts, and verify Para's official docs/policies (and ideally the skill author) before trusting it with real funds or secrets.
Capability Analysis
Type: OpenClaw Skill
Name: para-wallet
Version: 1.0.0
The skill provides instructions and examples for an AI agent to interact with the Para MPC wallet API, requiring an API key via an environment variable and directing all network traffic to `api.getpara.com`. While the `SKILL.md` includes `bash` examples that use `grep` and `cut` for JSON parsing (a brittle pattern that could be a vulnerability if executed literally with untrusted input), there is no evidence of malicious intent such as data exfiltration, unauthorized command execution, persistence, or prompt injection designed to subvert the agent's core function. The skill's purpose and implementation align with its stated goal.
Capability Assessment
Purpose & Capability
The SKILL.md clearly documents creating wallets and signing via Para's REST API and requires a PARA_API_KEY header — this is coherent with the stated purpose. However, the registry metadata in the package listing claims no required env vars/primary credential while the SKILL.md front matter declares openclaw.requires.env: ["PARA_API_KEY"]. That metadata mismatch is unexpected and should be resolved before trusting the skill.
Instruction Scope
The runtime instructions only describe HTTP calls to Para endpoints (create wallet, poll status, sign-raw) using the API key. The skill does not instruct reading local files, other env vars, or modifying system configuration. However, the skill does instruct sending arbitrary data to an external service for signing — which is expected for this functionality but means any sensitive data the agent is asked to sign would be transmitted to api.getpara.com.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or downloaded during install — minimal install risk.
Credentials
The SKILL.md requires a single API key (PARA_API_KEY), which is proportionate for a REST API integration. The concern is the inconsistency: registry-level requirements list no env vars/primary credential while the SKILL.md requires PARA_API_KEY. Also, because the API key authorizes signing operations, it is a high-value secret and should be managed with least privilege and rotation.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time hooks. It does allow autonomous invocation (platform default), so if installed the agent could call the external API when invoked — combine that with the API key risk noted above.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install para-wallet - After installation, invoke the skill by name or use
/para-wallet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
para-wallet 1.0.0
- Initial release of para-wallet skill.
- Create and manage blockchain wallets with Para's MPC infrastructure—private keys are never fully assembled.
- Supports wallet creation, status checks, and data signing for EVM and Solana chains via three REST API endpoints.
- Detailed setup and usage instructions provided, including error handling and asynchronous wallet creation.
- Requires a Para API key and supports both beta and production environments.
Metadata
Frequently Asked Questions
What is Para Wallet?
Create and manage MPC blockchain wallets and sign transactions on EVM and Solana chains using Para's secure distributed key infrastructure via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 614 downloads so far.
How do I install Para Wallet?
Run "/install para-wallet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Para Wallet free?
Yes, Para Wallet is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Para Wallet support?
Para Wallet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Para Wallet?
It is built and maintained by Aditi (@adeets-22); the current version is v1.0.0.
More Skills