data-files

Files are routed by type to specialized processors. This skill is the router - detection and delegation, not processing itself.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "data-files" with this command: npx skills add jinfanzheng/kode-sdk-csharp/jinfanzheng-kode-sdk-csharp-data-files

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

  • User uploads file via Web UI

  • Detect type by extension/MIME

  • Inject metadata into message: [File: name.csv (id) - Type: CSV, Skill: data-analysis]

  • Activate appropriate skill

  • Return results to user

Critical Constraints

Filenames MUST be ASCII-only (no Chinese/non-ASCII):

  • ✅ Good: data.csv , report_2025.xlsx

  • ❌ Bad: 数据.csv , 報表.pdf

If non-ASCII filename detected, ask user to rename before processing.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

weather

No summary provided by upstream source.

Repository SourceNeeds Review
General

hotel

No summary provided by upstream source.

Repository SourceNeeds Review
General

data-base

No summary provided by upstream source.

Repository SourceNeeds Review
General

email

No summary provided by upstream source.

Repository SourceNeeds Review