Opérations sur documents

Point d'entrée unifié pour les opérations sur documents : lire, écrire et extraire des fichiers PDF/Word.

Spar Skills Guide Bot
ContenuIntermédiaire
0022/07/2026
Claude CodeCopilotCursorWindsurfCodex
#document-operations#pdf#word#read#write

Recommandé pour


name: capability:document description: Document operations — read, write, and scrape PDF/Word documents argument-hint: "--action <read|write|scrap> --description <text> [options]"

document Skill

Unified entry point for document operations. Routes to the appropriate sub-command based on --action.

Parameters

| Parameter | Required | Description | |-----------------|----------|-----------------------------------------------------| | --action | Yes | Operation to perform: read, write, or scrap | | --description | No | Broader description of what to do within the action |

Action Routing

| Action | Command | Description | |---------|-------------------------------------|--------------------------------------------------| | read | @capability:document:read | Extract text from PDF/Word files into context | | write | @capability:document:write | Generate and deliver markdown documents | | scrap | @capability:document:scrap | Discover and download documents from web sources |

Instructions

  1. Parse --action from the invocation arguments
  2. Delegate to the corresponding command per the table above, forwarding all remaining arguments
  3. Follow the delegated command's own instructions in full
Skills similaires