← 返回 Skills 市场
614
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install para-wallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/para-wallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 614 次。
如何安装 Para Wallet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install para-wallet」即可一键安装,无需额外配置。
Para Wallet 是免费的吗?
是的,Para Wallet 完全免费(开源免费),可自由下载、安装和使用。
Para Wallet 支持哪些平台?
Para Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Para Wallet?
由 Aditi(@adeets-22)开发并维护,当前版本 v1.0.0。
推荐 Skills