data-files
Installation
SKILL.md
Mental Model
Files are routed by type to specialized processors. This skill is the router - detection and delegation, not processing itself.
File Routing
| 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 |
Anti-Patterns (NEVER)
- Don't accept non-ASCII filenames (require rename)
- Don't process unsupported file types
- Don't bypass file size limits (50MB default)
Upload Flow
Related skills
More from jinfanzheng/kode-sdk-csharp
data-analysis
>-
61weather
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.
32hotel
>-
31food
>-
27itinerary
>-
23commute
>-
21