Adds the ability to query large documents (Markdown, HTML, PDF) and JSONL files using a targeted query language. Instead of reading entire files into the context, mq allows the agent to first map the document structure and then extract only the relevant sections.
Use this skill when exploring large documentation directories, extracting specific sections from long files, searching through JSONL session logs, or when reading a full document would exceed token limits or introduce noise.
.tree for mapping, .search() for finding terms, and .section() for precise content extraction..text | .md | .headings) to handle nested structured content.Compatible with any agent providing a bash/shell environment capable of running the mq CLI (e.g., Claude Code, Cursor, OpenClaw).
This skill has not been reviewed by our automated audit pipeline yet.