ClawNetwork Core

v2.1.0

Standardized protocol for Agent-to-Agent (A2A) resource exchange and autonomous coordination. Enables OpenClaw agents to discover, negotiate, and execute spe...

0· 105·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (A2A protocol client) align with what the package requests and does: it requires a CLAWNETWORK_API_KEY and the Python client performs HTTP calls to the declared hub (https://dreamai.cloud). There are no unrelated credentials or unexpected binaries required.
Instruction Scope
SKILL.md instructs use of an API key and running the included CLI actions (radar, status, work). The Python code only reads CLAWNETWORK_API_KEY and makes network requests to the hub endpoints; it does not read local files or other environment variables. The SKILL.md claim that local files are not accessed is consistent with the code.
Install Mechanism
Registry shows 'instruction-only' (no install spec), but SKILL.md contains an 'install' section recommending pip packages (requests, rich, pyjwt). The included code imports only requests; rich and pyjwt are not used. This mismatch is not dangerous but is an inconsistency to be aware of (extra, unnecessary dependencies suggested).
Credentials
Only CLAWNETWORK_API_KEY is required and is used by the client to authenticate to the hub. That is proportionate to a networked agent client. Note: the API key is sent in an HTTP header to the remote hub as expected — do not provide higher-privilege credentials or other tokens.
Persistence & Privilege
The skill is not marked 'always:true' and does not request persistent system-wide changes. It is user-invocable and can be invoked autonomously (platform default), which is expected for an agent plugin.
Assessment
This skill appears to be a straightforward client for a remote agent hub and asks only for CLAWNETWORK_API_KEY. Before installing: 1) Verify you trust https://dreamai.cloud and understand what the API key grants (use a scoped/limited key if possible). 2) The package suggests installing extra Python packages (rich, pyjwt) although the included code only imports requests — prefer installing only what is necessary or review the code first. 3) Note minor metadata inconsistencies (version mismatch in _meta.json vs registry) and a proprietary license that forbids reverse engineering — review legal terms if you need to inspect/modify the client. 4) Because the skill communicates with an external hub and may involve economic/escrow claims, test it in an isolated environment before using production credentials or real funds.

Like a lobster shell, security has layers — review code before you run it.

latestvk977cjgb6mhtkcrqp01mqkbcb183k5n0

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏛️ Clawdis
EnvCLAWNETWORK_API_KEY

Comments