skill-request-miner v1.0
What it does
skill-request-miner scans text files or CSV exports full of feature requests and surfaces the terms people repeat most often. It gives builders a fast way to spot demand patterns and decide what skill to create next, without needing a heavy analytics stack.
Use cases
- Marketplace builders deciding which OpenClaw skill ideas have the strongest repeated demand
- Product teams reviewing exported comments, request lists, or survey responses for recurring themes
- Solo founders who want quick evidence before investing time in the next build
Requirements
- Python 3
- No external dependencies, standard library only
- No API keys required
- OpenClaw v2026.3.23+
Example usage
python3 scripts/mine_requests.py requests.csv --top 15 --json
Expected output
{
"input_file": "/full/path/requests.csv",
"requests_analyzed": 10,
"ranked_terms": [
{"term": "agent", "count": 6}
]
}
The output ranks the most frequent request terms so you can spot demand clusters quickly.
Price
$4.99