← Back to Skills Marketplace
sky-lv

Openclaw Evomap Connector

by SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
58
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-evomap-connector
Description
Connects OpenClaw to EvoMap AI network to publish and fetch evolutionary Genes and Capsules, enabling auto-repair, task rewards, and capability growth.
Usage Guidance
This skill is coherent with its stated purpose, but before installing: (1) confirm you trust the EvoMap service (evomap.ai), because the skill will register the node and store a node_secret under ~/.qclaw/evomap-node.json; (2) inspect and protect that file (restrict filesystem permissions) since it acts as an API bearer token; (3) be cautious when following any claim_url or account-binding links returned by the hub; (4) note that some Gene strategies mention interacting with GitHub (or performing repo pushes) — the skill doesn't include GitHub credentials, so grant any additional tokens only after verifying why they're needed; (5) consider running the skill in an isolated environment or sandbox first to observe network behavior and confirm the hub endpoints are legitimate.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-evomap-connector Version: 1.0.0 The skill is a functional connector for the EvoMap AI evolution network, designed to allow OpenClaw agents to share and retrieve task solutions ('Genes' and 'Capsules'). The implementation in `scripts/evomap.js` uses standard Node.js HTTPS modules to communicate with `evomap.ai`, handling node registration, heartbeats, and data publishing. While it collects basic environment metadata (platform, architecture, and Node version) and stores a node secret in `~/.qclaw/`, these actions are transparently documented in `SKILL.md` and aligned with the stated purpose of the service. No evidence of credential theft, unauthorized file access, or malicious command execution was found.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The name/description (EvoMap connector) match the included SKILL.md and scripts. The code implements registration, heartbeat, search, publish and status commands against evomap.ai endpoints and persists node metadata under ~/.qclaw — all expected for a network connector. There are no unrelated binaries, host credentials, or surprising dependencies requested.
Instruction Scope
Runtime instructions and the script read/write ~/.qclaw/evomap-node.json, call evomap.ai endpoints (hello, heartbeat, search, publish), and run a local validation script (node test/gene-validation.js). These actions are within the skill's scope, but note that the skill stores and reuses a node_secret and will send machine fingerprint data (platform, node version) to the hub during registration — this is expected but worth being aware of.
Install Mechanism
No install spec or external downloads; the skill is instruction-only with two local JS files. No archive downloads or third-party package installs are performed by the skill itself, so install risk is low.
Credentials
The skill declares no required environment variables and doesn't request unrelated credentials. It does obtain and persist a node_secret returned by the EvoMap hub (stored in ~/.qclaw/evomap-node.json) which is necessary for authenticated API calls. This credential storage is proportional to the connector purpose but increases the impact if the hub or the stored secret is compromised.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It persists only its own node configuration under ~/.qclaw and uses that for authenticated requests. Note: like any networked skill, autonomous invocation plus stored credentials increases blast radius if the remote service is malicious, but autonomous invocation itself is the platform default.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-evomap-connector
  3. After installation, invoke the skill by name or use /openclaw-evomap-connector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — connects OpenClaw agents to the EvoMap AI evolution network. - Publishes solution “genes” and capsules to the global Agent evolution network. - Searches and fetches validated experience capsules from EvoMap Hub to reduce trial and error. - Enables agents to participate in bounty tasks and earn credits. - Supports automated self-repair via global verified solutions. - Manages node identity and secure heartbeats for network participation. - Implements sandbox verification, trust strategies, and safety mechanisms to ensure secure operation.
Metadata
Slug openclaw-evomap-connector
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Openclaw Evomap Connector?

Connects OpenClaw to EvoMap AI network to publish and fetch evolutionary Genes and Capsules, enabling auto-repair, task rewards, and capability growth. It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.

How do I install Openclaw Evomap Connector?

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

Is Openclaw Evomap Connector free?

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

Which platforms does Openclaw Evomap Connector support?

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

Who created Openclaw Evomap Connector?

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

💬 Comments