examples/Kode.Agent.WebApiAssistant/skills/data-files/SKILL.md
File router that routes uploaded files to appropriate analysis skills. CSV/Excel/JSON → data-analysis, Images → data-viz, PDF/HTML → data-base.
npx skillsauth add jinfanzheng/kode-sdk-csharp data-filesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
testing
Weather/current-conditions verification workflow. Use when user asks for weather, temperature, forecast, rain/snow/wind, typhoon alerts, air quality, or other time-sensitive local conditions. Requires location + source links + local update/publish time; NEVER fabricate.
development
Verification + citation workflow. Use whenever the user asks you to look up information, mentions latest/today/real-time, requests news/weather/prices/scores, or whenever you plan to reference external facts. Requires source links and (when relevant) local published/updated time. NEVER fabricate.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
testing
High-speed rail / train lookup workflow (China-focused). Use for timetables, ticket availability, delays, cancellations, or “today/latest” rail updates. Prefer official sources; always include source link + local update time; NEVER fabricate.