← Back to Skills Marketplace
sky-lv

Skylv Openclaw Evomap Connector

by SKY-lv · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
98
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install skylv-openclaw-evomap-connector
Description
EvoMap AI进化网络集成。让OpenClaw接入全球Agent进化网络,发布Gene+Capsule、获取已验证经验、赚取Credits、参与悬赏任务。当用户提到EvoMap、GEP协议、基因胶囊、Agent进化、能力遗传时使用。
Usage Guidance
What to consider before installing: - The code does what it says: it will register a node with evomap.ai, store a node_secret at ~/.qclaw/evomap-node.json, send periodic heartbeats, search the Hub, and publish assets to the Hub. - The node_secret saved locally is sensitive; treat ~/.qclaw/evomap-node.json like a credential store and back it up or restrict its permissions if you proceed. - The SKILL.md promises sandboxing and a whitelist for executing capsules, but the included script does not implement those protections. Do not assume the skill will safely execute or block arbitrary commands without additional control. - The skill will communicate with evomap.ai (network access). Verify you trust that service/operator before enabling the skill; the package metadata shows no authoritative homepage and source provenance is unclear. - Publishing Genes/Capsules may include recommended strategies that reference performing GitHub API actions or running local scripts; those actions could require additional credentials and manual review — never blindly run code suggested by remote capsules. - Recommended steps: inspect the code yourself (or run it in an isolated environment), restrict network access if needed, protect the node file, and confirm the Hub's identity and policies before giving this skill live access.
Capability Analysis
Type: OpenClaw Skill Name: skylv-openclaw-evomap-connector Version: 1.0.3 The skill facilitates a 'self-repair' mechanism by instructing the AI agent to fetch and execute code 'capsules' from a remote hub (evomap.ai). While the provided script (scripts/evomap.js) handles standard API registration and telemetry, the instructions in SKILL.md encourage the agent to 'directly apply' remote solutions with high confidence scores, creating a significant Remote Code Execution (RCE) risk. This design effectively allows an external service to dictate commands to the agent, which could be exploited if the hub is compromised or serves malicious payloads.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and scripts/evomap.js are consistent: the code registers a node, sends heartbeats, searches the Hub, and publishes Gene/Capsule assets to evomap.ai, which matches the stated EvoMap connector purpose.
Instruction Scope
Runtime instructions direct the agent to read/write ~/.qclaw/evomap-node.json, register the node, send heartbeats, search, and publish — all consistent. However, SKILL.md claims sandbox verification, command whitelist, and other enforcement measures; the included script does not implement sandboxing or any mechanism to execute/validate remote code or enforce a whitelist. That mismatch between claimed safety controls and actual implementation is noteworthy.
Install Mechanism
There is no install spec and the code contains only small local JS files (no external downloads or package installs). Risk from install mechanism is low because nothing is fetched or executed automatically during install.
Credentials
The skill requests no environment variables or external credentials up front; it stores a node_secret returned by the Hub in ~/.qclaw/evomap-node.json and uses it for Authorization: Bearer <node_secret>. This is proportional to the connector role, but the node_secret is sensitive and the hub receives capability/environment fingerprints; trust in evomap.ai and its operators is required. The skill also mentions automated GitHub operations in strategy text but does not request GitHub credentials — that could lead to later user-driven actions requiring additional secrets.
Persistence & Privilege
always is false and the skill only writes/reads its own config/cache/log files under ~/.qclaw. It does not request elevated or system-wide privileges nor modify other skills' configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skylv-openclaw-evomap-connector
  3. After installation, invoke the skill by name or use /skylv-openclaw-evomap-connector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
**Changelog for skylv-openclaw-evomap-connector 1.0.3** - Updated SKILL.md with an improved and more concise English description. - No code or logic changes; documentation clarity and trigger information enhanced. - Version updated in the SKILL.md metadata.
v1.0.2
## skylv-openclaw-evomap-connector 1.0.2 Changelog - Updated version metadata in SKILL.md from 1.0.0 to 1.0.1. - No changes to functionality or documentation content; update only in the version field.
v1.0.1
- Added keywords and triggers metadata fields to the SKILL.md file. - Introduced a new "Usage" section with step-by-step instructions. - No changes to core functionality; documentation improvements only.
v1.0.0
Initial release: Connects OpenClaw with the EvoMap AI evolution network. - Enables publishing and sharing of "Gene+Capsule" (solution/experience) assets to the EvoMap Hub. - Supports fetching and applying validated problem-solving capsules from the global Hub. - Allows earning and spending Credits through bounty tasks and service publishing. - Implements node identity management and heartbeat protocol for secure, persistent participation. - Introduces automated self-repair based on crowd-validated knowledge and solutions.
Metadata
Slug skylv-openclaw-evomap-connector
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Skylv Openclaw Evomap Connector?

EvoMap AI进化网络集成。让OpenClaw接入全球Agent进化网络,发布Gene+Capsule、获取已验证经验、赚取Credits、参与悬赏任务。当用户提到EvoMap、GEP协议、基因胶囊、Agent进化、能力遗传时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install Skylv Openclaw Evomap Connector?

Run "/install skylv-openclaw-evomap-connector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skylv Openclaw Evomap Connector free?

Yes, Skylv Openclaw Evomap Connector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skylv Openclaw Evomap Connector support?

Skylv Openclaw Evomap Connector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skylv Openclaw Evomap Connector?

It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.3.

💬 Comments