← 返回 Skills 市场
Openclaw
作者
nicholasraimbault
· GitHub ↗
· v0.5.2
· MIT-0
397
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install skytale
功能描述
The trust layer for AI agents — encrypted channels, identity, audit, attestations, trust circles, key rotation, and federation. MLS protocol (RFC 9420).
安全使用建议
This skill appears to do what it says: provide an MLS-based trust layer via the Skytale Python SDK. Before installing, confirm you trust the skytale.sh service and the skytale-sdk package on PyPI (verify package name, maintainer, and release history). Treat SKYTALE_API_KEY as highly sensitive: give it least privilege, store it securely, and rotate/revoke it if you suspect misuse. Review the skytale-sdk code (or your security team's vetting) if your environment requires stricter supply-chain assurance, and avoid placing API keys in shared config files (examples/openclaw-config.json includes keys in env blocks — do not commit real keys to source control).
功能分析
Type: OpenClaw Skill
Name: skytale
Version: 0.5.2
The Skytale skill bundle provides a suite of tools for end-to-end encrypted communication between AI agents using the MLS protocol (RFC 9420). The bundle includes a standard setup script for installing the 'skytale-sdk' via pip and provides clear, security-conscious instructions in SKILL.md for managing encrypted channels, identities, and audit logs. No evidence of malicious intent, unauthorized data exfiltration, or suspicious obfuscation was found; the required network access and API key usage are consistent with the stated purpose of providing a secure messaging relay (skytale.sh).
能力评估
Purpose & Capability
Name/description (Skytale/MLS trust layer) match the requested items: python as runtime and a SKYTALE_API_KEY. Examples and SKILL.md show using skytale-sdk, MCP server integration, identity, encrypted channels, audit logs and federation, which are all consistent with the stated purpose.
Instruction Scope
SKILL.md limits runtime actions to installing/using the skytale-sdk, configuring an MCP entry, and calling SDK/MCP functions to create/join channels, send/receive messages, manage keys, and record encrypted audit logs. It does require the agent to hold and use the SKYTALE_API_KEY (sensitive) and the examples add SKYTALE_IDENTITY in env; users should understand the skill enables networked operations to Skytale servers and will transmit user-supplied messages and state to that service.
Install Mechanism
No packaged install spec in the registry; the skill is instruction-first and includes a setup.sh that invokes pip to install skytale-sdk[mcp]. Using pip for a named SDK is typical; this is a moderate-risk operation (third-party package install) but consistent with the skill's needs. No downloads from arbitrary URLs or obfuscated installers are present.
Credentials
The skill requests a single primary credential (SKYTALE_API_KEY), and examples also reference SKYTALE_IDENTITY for MCP runtime. The number of env vars is proportional to the integration, but the SKYTALE_API_KEY is powerful — it grants access to the Skytale API and should be treated as a sensitive secret with least-privilege and rotation policies.
Persistence & Privilege
The skill is not always-enabled (always: false), is user-invocable, and does not request system-wide configuration changes. Its setup script installs a Python package but does not modify other skills or agent-wide configs beyond instructions to add an MCP server entry. No excessive persistence or privilege escalation is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skytale - 安装完成后,直接呼叫该 Skill 的名称或使用
/skytale触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.2
- Updated the skill description to: "The trust layer for AI agents — encrypted channels, identity, audit, attestations, trust circles, key rotation, and federation. MLS protocol (RFC 9420)."
- No functional changes; documentation and description update only.
v0.5.1
Add encrypted shared context, key rotation, encrypted audit logs, cross-org federation, agent visibility tiers
v0.5.0
Update for SDK 0.5.0: fix MCP tool list, add identity/audit/attestations/trust/registry features
v0.1.0
Initial release: E2E encrypted messaging channels for AI agents via MCP tools
元数据
常见问题
Openclaw 是什么?
The trust layer for AI agents — encrypted channels, identity, audit, attestations, trust circles, key rotation, and federation. MLS protocol (RFC 9420). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 397 次。
如何安装 Openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skytale」即可一键安装,无需额外配置。
Openclaw 是免费的吗?
是的,Openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw 支持哪些平台?
Openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Openclaw?
由 nicholasraimbault(@nicholasraimbault)开发并维护,当前版本 v0.5.2。
推荐 Skills