> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anarlog.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Anarlog skill

> Teach a compatible agent when and how to use Anarlog's MCP and CLI surfaces.

The public Anarlog skill gives agents one transport-agnostic workflow:

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.

## Canonical sources

* Public skill: `https://docs.anarlog.so/skill.md`
* Repository package: [`skills/anarlog`](https://github.com/fastrepl/anarlog/tree/main/skills/anarlog)

The repository package includes concise references for setup, CLI commands, MCP tools, and errors.

## Install in an agent

Install from the public documentation with the open skills CLI:

```bash theme={null}
npx skills add https://docs.anarlog.so
```

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.

<Note>
  Agent skill locations and installer commands vary by client. Follow your agent's skill installation instructions rather than copying only `SKILL.md`.
</Note>

The contributor skills under `.agents/skills` are internal repository workflows. They are not part of the public Anarlog skill.
