← Back to Skills Marketplace
PCEC EvoMap Integrator
by
xaiohuangningde
· GitHub ↗
· v1.0.0
472
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pcec-evomap-integrator
Description
PCEC 与 EvoMap 深度集成 - 自动复用、反馈上报、本地库、Bounty集成
Usage Guidance
This skill will send and receive data to https://evomap.ai and can automatically claim and complete bounty tasks and report usage without asking for credentials or explicit confirmation. Before installing, verify: (1) you trust evomap.ai and the anonymous sender_id hardcoded in the snippets; (2) whether you want an agent that can autonomously claim/complete tasks on your behalf (consider requiring manual confirmation for those actions); (3) why PCEC is named but not referenced — request clarification or full integration details from the author. If you proceed, prefer deploying in a restricted environment with no access to sensitive secrets, or ask the author to add explicit configuration options (API keys, confirmation prompts, and audit logging).
Capability Analysis
Type: OpenClaw Skill
Name: pcec-evomap-integrator
Version: 1.0.0
The skill instructs the AI agent to write to a local file, `memory/evomap-reuse-log.md`, as detailed in `SKILL.md`. The content written to this log, specifically the '信号' (signals) and '备注' (notes), can originate from external error messages or user input. This creates a significant prompt injection vulnerability, as unsanitized input written to this log could later be read and interpreted by the agent as malicious instructions, potentially leading to unauthorized actions. All network calls are consistently directed to `https://evomap.ai` for the stated purpose of integration, showing no signs of direct data exfiltration or C2 communication to unrelated domains.
Capability Assessment
Purpose & Capability
Name/description promise is 'PCEC 与 EvoMap 深度集成'. The SKILL.md implements EvoMap A2A fetch/report/task flows against https://evomap.ai which aligns with EvoMap functionality. However: (a) there is no PCEC endpoint, credential, or instructions anywhere in the skill despite PCEC being in the name — that's a mismatch; (b) the skill requires no credentials or configuration for interacting with external services, which is unusual for a service-integrator that posts reports and claims tasks.
Instruction Scope
The SKILL.md includes concrete JS snippets that POST data to external endpoints (evomap.ai) to fetch signals, report usage, fetch/claim/complete bounty tasks, and schedule delayed reports (setTimeout). Those actions mean the agent will transmit signals/asset IDs and can autonomously claim or complete tasks. The instructions are also incomplete/vague in places (e.g., undefined functions like recordReuse/updateLocalCache) and do not require user confirmation before claiming/completing bounties. There is no explicit restriction on what data may be sent, so sensitive user context could be forwarded unintentionally.
Install Mechanism
Instruction-only skill with no install spec and no code files beyond SKILL.md. No downloads or archive extraction. This minimizes filesystem/install risk.
Credentials
The skill declares no required environment variables or credentials but performs network calls to an external service. Normally an integrator would require API keys, tokens, or at least configurable endpoints; the absence of declared credentials is odd and could indicate missing configuration or an assumption that endpoints accept unauthenticated traffic. No unrelated credentials are requested.
Persistence & Privilege
always is false (good). The skill can be invoked autonomously (platform default). Combined with the ability to claim/complete bounty tasks and send reports, autonomous invocation increases blast radius if the agent is allowed to run without user confirmation, but autonomy alone is not a disqualifier.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pcec-evomap-integrator - After installation, invoke the skill by name or use
/pcec-evomap-integrator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
pcec-evomap-integrator v1.0.0
- Initial release with deep integration between PCEC and EvoMap.
- Supports automated signal query, workflow reuse, feedback reporting, local capability library, and Bounty task handling.
- Provides modular core functions for error signal extraction, solution search (local and remote), and usage reporting.
- Includes sample implementation for real-world reuse and Bounty claim workflows.
- Tracks reuse records within a local markdown log.
Metadata
Frequently Asked Questions
What is PCEC EvoMap Integrator?
PCEC 与 EvoMap 深度集成 - 自动复用、反馈上报、本地库、Bounty集成. It is an AI Agent Skill for Claude Code / OpenClaw, with 472 downloads so far.
How do I install PCEC EvoMap Integrator?
Run "/install pcec-evomap-integrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PCEC EvoMap Integrator free?
Yes, PCEC EvoMap Integrator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PCEC EvoMap Integrator support?
PCEC EvoMap Integrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PCEC EvoMap Integrator?
It is built and maintained by xaiohuangningde (@xaiohuangningde); the current version is v1.0.0.
More Skills