xparse-parse
Parse documents into clean markdown or structured JSON via the xparse-cli. Use this skill when the user provides a PDF, image, Office file, HTML, OFD, or other supported document and wants it read, converted, summarized, or prepared for downstream agent use. Handles encrypted PDFs, page ranges, markdown/text output, and detailed structured extraction. Prefer this skill whenever the task starts from a local file or document URL and the first step is to turn it into agent-friendly content rather than manually inspect the raw file.
What this skill does
# xparse-parse ## Overview Use the parse CLI first. Read the result before requesting any more detail. ## Routing Rules - For local document tasks, try `xparse-parse` before Python, PDF libraries, OCR tools, or custom scripts. - Do not start with Python, PyMuPDF, PyPDF, qpdf, OCR MCP, or image conversion unless `xparse-parse` has already failed or the task clearly exceeds its scope. - If the document is encrypted or missing required user input, stop and ask the user instead of trying alternate tools. - If the default parse result is sufficient, stop. Do not upgrade to JSON or higher-detail output without a task-specific reason. - Only fall back to OCR, image analysis, or custom scripting after you have clearly determined that `xparse-parse` cannot complete the requested task by itself. ## Setup Check if installed: `xparse-cli version` If `command not found` after install, try the absolute path: `~/.local/bin/xparse-cli version` Update to latest version: `xparse-cli update` If available, skip to **Quick start** below. If not found, install: | Platform | Command | |----------|---------| | Linux / macOS | ` source <(curl -fsSL https://dllf.intsig.net/download/2026/Solution/xparse-cli/install.sh) ` | | Windows (PowerShell) | `irm https://dllf.intsig.net/download/2026/Solution/xparse-cli/install.ps1 \| iex` | ## Quick start Zero config — free API, no registration needed. Supports **PDF and images** only. ```bash xparse-cli parse report.pdf # Markdown → stdout ``` > For Office, HTML, OFD, and other formats, [configure paid API credentials](references/textin-key-setup.md) first. ## Quick Reference | Goal | Command | |------|---------| | Markdown to stdout | `xparse-cli parse <FILE>` | | JSON to stdout | `xparse-cli parse <FILE> --view json` | | Save markdown | `xparse-cli parse <FILE> --view markdown --output <DIR\|FILE>` | | Save JSON | `xparse-cli parse <FILE> --view json --output <DIR\|FILE>` | | Page range | `xparse-cli parse <FILE> --page-range 1-5` | | Encrypted doc | `xparse-cli parse <FILE> --password <PWD>` | | Character details (bbox, confidence, candidate per char) | `xparse-cli parse <FILE> --view json --output <DIR\|FILE> --include-char-details` | > `--output <DIR>` auto-generates `<basename>.md` or `<basename>.json`; `--output <FILE>` writes directly. Run parse requests serially by default. Do not start another until the previous result has been inspected. Only run in parallel when the user explicitly asks for batching or parallel processing and paid API credentials are configured. For more commands, paid API setup, and output options, see [cli-guidance.md](references/cli-guidance.md). ## Default Path 1. Confirm the document should be parsed with `xparse-parse` 2. Run `xparse-cli parse <FILE>` 3. Read the markdown result 4. If the task needs more structure, then and only then upgrade to JSON 5. If required input is missing, stop and ask the user 6. If `xparse-parse` clearly cannot solve the task, explain why before switching tools ## When to Stop Stop and ask the user if: - The free limit is hit (do not retry) - The file is too large or unsupported - The document requires information the user has not provided If the error looks temporary, retry once at most. Never silently skip a failed parse. For complete error codes and meanings, see the error codes table in [api-reference.md](references/api-reference.md). ## Learn More Detailed references in skill directory: - **[api-reference.md](references/api-reference.md)** — Parameters, response fields, error codes - **[cli-guidance.md](references/cli-guidance.md)** — Commands, paid API, output views, troubleshooting - **[error-handling.md](references/error-handling.md)** — Agent decision logic (when to stop, retry rules) - **[textin-key-setup.md](references/textin-key-setup.md)** — Configure paid API credentials
Related in Image & Video
watch
IncludedWatch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video.
physical-ai-defect-image-generation
IncludedUse when the user wants to orchestrate defect image generation, run associated setup, or handle outputs on OSMO. The Day 0 path handles cold-start with USD-to-ROI, image-edit augmentation, and AnomalyGen to create initial PCBA datasets. The Day 1 path performs inference and labeling on real images. This skill helps with first-time asset setup, creation of finetuning checkpoints, and configuring deployment. Trigger keywords: defect image generation, dig workflow, dig pipeline, defect image detection workflow, aoi pipeline, aoi anomalygen, usd2roi anomalygen, day 0 pcba, day 1 pcba, day 1 real-photo alignment, day 1 manual roi, metal surface anomaly, glass defect, anomalygen finetune, setup_pcb, setup_metal, setup_glass, setup_pretrained, dig setup, dig datasets, dig pretrained checkpoint, dig image-edit endpoint.
accelint-react-best-practices
IncludedReact performance optimization and best practices. ALWAYS use this skill when working with any React code - writing components, hooks, JSX; refactoring; optimizing re-renders, memoization, state management; reviewing for performance; fixing hydration mismatches; debugging infinite re-renders, stale closures, input focus loss, animations restarting; preventing remounting; implementing transitions, lazy initialization, effect dependencies. Even simple React tasks benefit from these patterns. Covers React 19+ (useEffectEvent, Activity, ref props). Triggers - useEffect, useState, useMemo, useCallback, memo, inline components, nested components, components inside components, re-render, performance, hydration, SSR, Next.js, useDeferredValue, combined hooks.
elevenlabs-agents
IncludedBuild conversational AI voice agents with ElevenLabs Platform using React, JavaScript, React Native, or Swift SDKs. Configure agents, tools (client/server/MCP), RAG knowledge bases, multi-voice, and Scribe real-time STT. Use when: building voice chat interfaces, implementing AI phone agents with Twilio, configuring agent workflows or tools, adding RAG knowledge bases, testing with CLI "agents as code", or troubleshooting deprecated @11labs packages, Android audio cutoff, CSP violations, dynamic variables, or WebRTC config. Keywords: ElevenLabs Agents, ElevenLabs voice agents, AI voice agents, conversational AI, @elevenlabs/react, @elevenlabs/client, @elevenlabs/react-native, @elevenlabs/elevenlabs-js, @elevenlabs/agents-cli, elevenlabs SDK, voice AI, TTS, text-to-speech, ASR, speech recognition, turn-taking model, WebRTC voice, WebSocket voice, ElevenLabs conversation, agent system prompt, agent tools, agent knowledge base, RAG voice agents, multi-voice agents, pronunciation dictionary, voice speed control, elevenlabs scribe, @11labs deprecated, Android audio cutoff, CSP violation elevenlabs, dynamic variables elevenlabs, case-sensitive tool names, webhook authentication
humanizer
IncludedHumanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern detectors, 560+ AI vocabulary terms across 3 tiers, and statistical analysis (burstiness, type-token ratio, readability) for comprehensive detection. Use when asked to humanize text, de-AI writing, make content sound more natural/human, review writing for AI patterns, score text for AI detection, or improve AI-generated drafts. Covers content, language, style, communication, and filler categories.
generating-mermaid-diagrams
IncludedSalesforce architecture diagrams using Mermaid with ASCII fallback. Use this skill when generating text-based diagrams for Salesforce architecture, OAuth flows, ERDs, integration sequences, or Agentforce structure. TRIGGER when: user says "diagram", "visualize", "ERD", or asks for sequence diagrams, flowcharts, class diagrams, or architecture visualizations in Mermaid. DO NOT TRIGGER when: user wants PNG/SVG image output (use generating-visual-diagrams), or asks about non-Salesforce systems.