← 返回 Skills 市场
akshat-mishra101

wachaimandates

作者 Akshat-Mishra101 · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
1880
总下载
1
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install wachai-mandates
功能描述
Create, sign, and verify WachAI Mandates (verifiable agent-to-agent agreements)
安全使用建议
This skill appears internally consistent, but before installing and using it: 1) Verify the npm package and its source (review the GitHub repo / package contents) before running npm install -g. 2) Protect private keys: avoid exporting WACHAI_PRIVATE_KEY on shared systems; prefer the local wallet file and secure filesystem permissions. 3) Be aware the CLI will persist wallet.json and received XMTP messages to disk (default ~/.wachai or whatever you set in WACHAI_STORAGE_DIR) — choose a secure location. 4) XMTP receive will open a network/listener pattern and will store incoming messages; only accept mandates from trusted peers. 5) If you want to allow autonomous agent use, make sure you trust the skill and review the CLI behavior; the skill is not always-enabled by default. If you are unsure, inspect the published npm package source code before installing.
功能分析
Type: OpenClaw Skill Name: wachai-mandates Version: 1.0.2 The skill bundle provides instructions for installing and using the `wachai` CLI tool, which facilitates creating, signing, and verifying verifiable agent-to-agent agreements (mandates) and exchanging them via XMTP. All commands and instructions, including `npm install -g @quillai-network/wachai`, `wachai wallet init`, and `wachai xmtp send/receive`, are directly aligned with the stated purpose of the skill. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation within the provided files. The skill's operations, such as handling cryptographic keys and network communication, are inherent to its described functionality and do not indicate malicious intent.
能力评估
Purpose & Capability
Name/description (create/sign/verify mandates + XMTP transport) align with the instructions: CLI usage, signing, local wallet storage, and XMTP send/receive. Requiring 'node' and an npm package is expected for a Node CLI.
Instruction Scope
SKILL.md focuses on mandate lifecycle and XMTP transport. It instructs installing the WachAI CLI, initializing a local wallet, creating/signing/verifying mandates, and sending/receiving via XMTP. It does not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
This is an instruction-only skill (no install spec). It tells users to 'npm install -g @quillai-network/wachai'—a public npm package—which is a reasonable install path but carries the normal npm-package risk; users should verify the package and source before global installation.
Credentials
The skill declares no required env vars, but documents optional overrides (WACHAI_STORAGE_DIR, WACHAI_WALLET_PATH) and a legacy WACHAI_PRIVATE_KEY. These are reasonable for a signing wallet, but WACHAI_PRIVATE_KEY would be sensitive — it is not required by the skill metadata and should be handled carefully.
Persistence & Privilege
always is false. The skill expects to store wallet.json and mandates under ~/.wachai by default (or a user-specified storage dir). Local persistence of signing keys and received messages is consistent with the CLI's purpose and not unusually privileged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wachai-mandates
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wachai-mandates 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added a new command to inspect raw mandate JSON before signing: `wachai print <mandate-id>`. - Added a sample mandate inspection command: `wachai print sample`. - No other changes; usage and functionality remain the same.
v1.0.1
- Migrated from a Python-based implementation to a Node.js CLI tool. - Removed Python-specific files (`README.md`, `requirements.txt`, `scripts/wachai_skill.py`). - Updated requirements: now requires Node.js 20+ and installs via npm. - Switched to a new codebase and CLI (`@quillai-network/wachai`) with enhanced features, including mandate sharing via XMTP. - Updated documentation to reflect new workflows, storage paths, and key management methods (supports `wallet.json`; legacy env var deprecated). - Expanded usage instructions and added support for mandate exchange over XMTP chat.
v1.0.0
Initial release of the WachAI skill for mandate creation, signing, and verification. - Create WachAI mandates (swap or custom), signed as server. - Countersign mandates as client. - Verify server and client signatures locally. - CLI-style commands for creating, signing, and verifying mandates. - No network access required for signing or verifying.
元数据
Slug wachai-mandates
版本 1.0.2
许可证
累计安装 2
当前安装数 2
历史版本数 3
常见问题

wachaimandates 是什么?

Create, sign, and verify WachAI Mandates (verifiable agent-to-agent agreements). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1880 次。

如何安装 wachaimandates?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wachai-mandates」即可一键安装,无需额外配置。

wachaimandates 是免费的吗?

是的,wachaimandates 完全免费(开源免费),可自由下载、安装和使用。

wachaimandates 支持哪些平台?

wachaimandates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 wachaimandates?

由 Akshat-Mishra101(@akshat-mishra101)开发并维护,当前版本 v1.0.2。

💬 留言讨论