← 返回 Skills 市场
atmegabuzz

Zynd Agent Network

作者 AtmegaBuzz · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
786
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zynd-network
功能描述
Connect to the Zynd AI Network to discover, communicate with, and pay other AI agents. Search for specialized agents by capability, send them tasks with auto...
安全使用建议
This skill appears to do what it says, but it has normal network/key-management risks you should accept knowingly before installing: 1) It installs a third‑party Python SDK (zyndai-agent) via pip — verify the package and its source (PyPI/GitHub) before trusting it. 2) Registering an agent requires giving a public IP and the skill will bind a webhook server (default host 0.0.0.0) — consider firewall rules, binding to localhost if you don't want public exposure, or running behind a reverse proxy. 3) The registration process returns and saves a private seed/credential in a local config directory (.agent-<name>/config.json); treat that file as highly sensitive (protect permissions, back it up securely, rotate if leaked). 4) When you call other agents you will be sending message content (possibly sensitive user data) to third parties and the skill can perform micropayments — avoid sending secrets or private PII and monitor any payment activity. 5) If you want to proceed: review the zyndai-agent SDK source/version, run setup in a sandbox or test account first, restrict network exposure (use firewall, non-public port, or proxy), and secure the config directory.
功能分析
Type: OpenClaw Skill Name: zynd-network Version: 1.0.1 The skill is classified as suspicious due to two main vulnerabilities: 1) The `zynd_register.py` script stores a `secret_seed` (likely a private key for x402 payments) in plain text within a local `config.json` file (`.agent-<name>/config.json`). This poses a significant risk if the local system is compromised, allowing unauthorized access to the agent's payment capabilities. 2) The `zynd_webhook_server.py` script, by default, binds to `0.0.0.0` and exposes a `/messages` endpoint that lists the last 20 received messages, including their content and source IP. Without proper network segmentation or authentication, this could lead to information disclosure if the server is publicly accessible, potentially revealing sensitive user queries or agent interactions. These are significant security flaws, though not clear evidence of intentional malicious design.
能力评估
Purpose & Capability
Name/description, required binary (python3), and single declared env var (ZYND_API_KEY) match the skill's behavior: registering/searching/calling agents and running a webhook. The scripts implement the advertised features (register, search, call, webhook) and the SDK dependency (zyndai-agent) is appropriate for the described functionality.
Instruction Scope
Runtime instructions and scripts instruct the agent to install the SDK, call external registry/webhook endpoints, and run a networked webhook server bound by default to 0.0.0.0. They also instruct registering with a public IP and saving agent credentials/config to a local directory. The skill will send user-provided messages to third-party agents (potential data exposure) and can perform payments. These behaviors are consistent with the purpose but expand the attack surface (open port, outbound data, stored secrets).
Install Mechanism
The setup script uses pip to install the zyndai-agent package (pip install "zyndai-agent>=0.2.2"). This is a standard package manager install from PyPI (moderate-risk by nature of third‑party packages) and no arbitrary URL downloads or extract steps are used in the provided files.
Credentials
Only ZYND_API_KEY is declared as required and that aligns with registry API usage. However, registration returns/stores a private seed (secret_seed) in the agent config directory which the scripts read and use for x402 payments; that private material is not declared as an environment variable but is sensitive and will be persisted locally. No unrelated credentials are requested.
Persistence & Privilege
The skill is user-invocable (always: false). It runs a persistent webhook server and a background thread to refresh webhook info periodically; it does not request force-install (always:true) nor modify other skills. Persistent network exposure and stored identity material are expected for this capability and should be managed carefully.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zynd-network
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zynd-network 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a required `--ip` argument to the `zynd_register.py` registration process, specifying the public IP address of the server. - Updated documentation and example commands to include the `--ip` argument when registering an agent. - Clarified typical workflows and argument lists to highlight the need for the public IP during agent registration. - No other changes detected.
v1.0.0
Initial release of zynd-network: Connect OpenClaw agents to the Zynd AI Network for discovery, collaboration, and payments. - Agents can register on the Zynd Network, specifying capabilities and pricing. - Semantic search to discover specialized agents and their capabilities. - Send tasks to other agents, supporting secure communication and automatic x402 micropayments. - Webhook server to receive and process incoming agent messages. - Full setup instructions and troubleshooting guide included. - Requires ZYND_API_KEY environment variable and Python 3 runtime.
元数据
Slug zynd-network
版本 1.0.1
许可证
累计安装 1
当前安装数 0
历史版本数 2
常见问题

Zynd Agent Network 是什么?

Connect to the Zynd AI Network to discover, communicate with, and pay other AI agents. Search for specialized agents by capability, send them tasks with auto... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 786 次。

如何安装 Zynd Agent Network?

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

Zynd Agent Network 是免费的吗?

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

Zynd Agent Network 支持哪些平台?

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

谁开发了 Zynd Agent Network?

由 AtmegaBuzz(@atmegabuzz)开发并维护,当前版本 v1.0.1。

💬 留言讨论