← Back to Skills Marketplace
atmegabuzz

Zynd Agent Network

by AtmegaBuzz · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
786
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install zynd-network
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zynd-network
  3. After installation, invoke the skill by name or use /zynd-network
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug zynd-network
Version 1.0.1
License
All-time Installs 1
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 786 downloads so far.

How do I install Zynd Agent Network?

Run "/install zynd-network" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zynd Agent Network free?

Yes, Zynd Agent Network is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Zynd Agent Network support?

Zynd Agent Network is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zynd Agent Network?

It is built and maintained by AtmegaBuzz (@atmegabuzz); the current version is v1.0.1.

💬 Comments