ultimate-fork-and-skill-scanner
Scan GitHub forks and ClawHub skills for valuable changes, innovations, and enhancements. Includes insights on emerging trends and actionable improvements — all automated.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/globalcaos/ultimate-fork-and-skill-scannerUltimate Fork and Skill Scanner
Overview
Automate the discovery and analysis of community innovations:
- Fork Scanner: Analyze up to 1,000 GitHub forks per run with efficient pre-filter and sub-agent fan-out strategy.
- Skill Scanner: Review 10 skills daily, integrate top picks, and explore other works by skilled authors.
Features
- Bash Pre-Filter: Automatically discard inactive forks, saving tokens for relevant analyses.
- Insight Generator: Capture immediate performance changes, new git/skill trends, and unexpected discoveries.
- WhatsApp-Friendly Reports: Deliver top findings only if actionable items are discovered.
Usage
Automate with crons or run ad-hoc, focusing on relevance and value:
- Setup your daily cron for continuous scanning.
- Configure skill interests to align insights with your needs.
Documentation
Follow the embedded README within the skill for setup and configuration. Refer to Crontasks folder within the skill directory for detailed execution examples.
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-globalcaos-ultimate-fork-and-skill-scanner": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
jarvis-voice
Turn your AI into JARVIS. Voice, wit, and personality — the complete package. Humor cranked to maximum.
shell-security-ultimate
Classify every shell command as SAFE, WARN, or CRIT before your agent runs it.
memory-pioneer
Benchmark your agent's memory. Contribute anonymized scores to open research. Citizen science for AI memory.
subagent-overseer
Monitor sub-agent health and progress via a pull-based bash daemon. Use when spawning sub-agents that need progress tracking, staleness detection, and automatic status reporting. Replaces manual heartbeat polling with a deterministic status file the agent reads every 3 minutes. Zero AI tokens for monitoring — pure OS-level process checks and filesystem diffs.
model-router
Automatic LLM model selection for sub-agent tasks. Classifies tasks by complexity and type, then routes to the optimal model (cost vs capability). Use when spawning sub-agents, choosing models for cron jobs, or deciding which model to use for any task. Eliminates manual model specification by providing a decision tree and optional cheap-model classifier for ambiguous cases.