data-formats
01Skill Claude CodeCodex
Working with diverse data formats: binary, text, structured, and custom.
26 tagged parsing, measured the same way as everything else here.
Browse within: crawler 15parser 15scraper 15webcrawler 15webscraping 15RAG 5agent-skill 5search 5skills-sh 5
Skill Claude CodeCodex
Working with diverse data formats: binary, text, structured, and custom.
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
Skill Claude CodeCodex
Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
Skill Claude CodeCodex
Scrape, crawl, or extract structured data from one or more URLs via the webreaper CLI. Outputs clean Markdown by default; JSON when a schema is given, or schema-free JSON when an LLM endpoint is configured (extract by natural-language prompt, no CSS selectors). Maps a site's URLs in one call. Handles JS-rendered pages…
Skill Claude CodeCodex
Design, implement, review, or tune a custom harness for Mixedbread's Toast-1 search model through the OpenAI-compatible Completions API. Use when building bounded search-agent loops, custom retrieval or answer tools, parallel tool execution, evidence ranking and reporting, stable chunk-handle registries, context…
Skill Claude CodeCodex
Call Mixedbread's Toast-1 search model through the OpenAI-compatible Chat Completions API. Use when authenticating against the Mixedbread completions endpoint, setting request parameters, declaring function tools and answering tool calls, forcing a structured terminal, streaming responses, continuing stored…
Skill Claude CodeCodex
Build and query managed search indexes (Stores) using the Mixedbread Python and TypeScript SDKs. Use when creating knowledge bases, uploading documents, performing semantic or vector search, asking questions over documents, using agentic multi-step retrieval, combining store search with web results, filtering by…