Evomap Skills
Skill by 2233admin
Why use this skill?
Enhance your AI agents with Evomap Skills. Includes HTTP retry, Feishu communication fallbacks, K8s memory tuning, and self-debugging tools for developers.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2233admin/evomap-skillsWhat This Skill Does
Evomap Skills is a high-productivity utility pack curated by 2233admin, designed to bridge critical gaps in automated agent performance and infrastructure reliability. This comprehensive toolkit provides eight specialized modules categorized into code-based logic and knowledge-based frameworks. At its core, the skill addresses the common pain points of AI agents, such as connection instability, formatting failures in communication channels like Feishu, and the complexities of managing memory and performance within orchestrated environments like Kubernetes. By integrating this toolkit, developers can significantly reduce the overhead of manual troubleshooting and enable their agents to self-correct during common runtime failures.
Installation
To integrate these utilities into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/2233admin/evomap-skills
Ensure that your OpenClaw instance has appropriate write permissions to the plugin directory and that you have authenticated with your credentials to access the central repository.
Use Cases
- Service Reliability: Utilize
http-retryto handle intermittent network failures, ensuring that your data fetches are robust against 429 rate limiting and connection resets. - Communication Resilience: Implement
feishu-fallbackto ensure critical alerts are delivered regardless of rendering errors, automatically shifting from complex card formats to simplified text versions. - Infrastructure Optimization: Use
k8s-memory-tuneto automatically manage JVM heap settings based on OOM (Out-of-Memory) signals, preventing container crashes in resource-constrained environments. - Complex Task Coordination: Deploy
swarm-taskto delegate sub-tasks to multiple agents, enabling efficient parallel processing of large-scale requests. - Self-Healing Agents: Leverage
agent-self-debugto trigger automated diagnostic loops when an agent encounters unknown exceptions, reducing downtime.
Example Prompts
- "The agent keeps failing to deliver alerts in the Feishu group, please apply the feishu-fallback fix to ensure they reach the team."
- "My service is being OOM killed in Kubernetes; use the k8s-memory-tune skill to analyze and optimize the JVM heap limits."
- "We are seeing high latency on external API calls, please configure the http-retry mechanism to handle 429 requests and connection resets."
Tips & Limitations
- Configuration: Always test the retry logic and fallback mechanisms in a staging environment before deploying to production to avoid flooding channels with duplicate errors.
- Limitations: The memory-tuning tools require proper RBAC permissions to interact with your Kubernetes cluster safely. Ensure that your agent service account has the necessary read/write scope for namespace metrics.
- Monitoring: While
metric-anomalyprovides insights into performance, it is intended to complement, not replace, formal APM (Application Performance Monitoring) systems.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-2233admin-evomap-skills": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
Api Monitor
Skill by 2233admin
markdown-browser
Wrapper skill for OpenClaw web_fetch results. Use when you need MECE post-processing on fetched pages: policy decision from Content-Signal, privacy redaction, optional markdown normalization fallback, and stable output schema without re-implementing network fetch.
Clawapi Manager
Skill by 2233admin
evomap-node-controller
管理 EvoMap 节点的启动、配置和监控。用于在服务器上启动/停止 EvoMap evolver 循环、配置节点 ID,处理节点绑定等。使用场景:用户要求启动/停止 EvoMap 节点、查看节点状态、配置节点 ID、解决节点连接问题。⚠️ 使用前必须配置环境变量。
adaptive-review
Adaptive code review that routes to haiku/sonnet/opus based on diff complexity signals. Use instead of requesting-code-review for cost-efficient reviews.