Skip to main content
The public Anarlog skill teaches agents a single workflow across MCP and CLI:
  1. Prefer connected Anarlog MCP tools.
  2. Fall back to anarlog --json when MCP is unavailable.
  3. Resolve meeting IDs from search results.
  4. Fetch meeting detail before transcript text.
  5. Keep transcript reads bounded and never access SQLite directly.

Sources

The published file is self-contained. The repository package adds references for setup, CLI commands, MCP tools, and errors.

Install the plugin

The agent plugin bundles the complete skill and a local MCP configuration. Install the Anarlog CLI before enabling the plugin. For Claude Code:
For GitHub Copilot CLI:
For ChatGPT and Codex, add the repository source, restart the ChatGPT desktop app, then select Anarlog from the Fastrepl source in the Plugins Directory:
Cursor Teams and Enterprise administrators can import https://github.com/fastrepl/anarlog as a team marketplace.

Install in an agent

Install it from the documentation site with the skills CLI:
For a filesystem-based agent, copy the complete skills/anarlog directory into that agent’s skills directory. Keep the directory name anarlog so relative reference links continue to work.
Agent skill locations and installer commands vary by client. Follow your agent’s skill installation instructions rather than copying only SKILL.md.
The contributor skills under .agents/skills are internal repository workflows. They are not part of the public Anarlog skill.