File router that routes uploaded files to appropriate analysis skills. CSV/Excel/JSON → data-analysis, Images → data-viz, PDF/HTML → data-base.
Files are routed by type to specialized processors. This skill is the router - detection and delegation, not processing itself.
| Extension | Routes To | For What |
|-----------|-----------|----------|
| .csv, .xlsx, .json | data-analysis | Statistics, aggregation, patterns |
| .png, .jpg, .gif | data-viz | Chart recognition, visualization |
| .pdf, .html | data-base | Text extraction, scraping |
[File: name.csv (id) - Type: CSV, Skill: data-analysis]Filenames MUST be ASCII-only (no Chinese/non-ASCII):
data.csv, report_2025.xlsx数据.csv, 報表.pdfIf non-ASCII filename detected, ask user to rename before processing.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer