> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Usage tracking

> Inspect Arka skill usage locally without collecting prompt content.

```bash theme={null}
arka usage
```

Arka stores up to 5,000 local events containing only the skill name, success
state, duration, and timestamp. Prompts, arguments, file contents, and model
responses are not recorded. Disable it with `ARKA_USAGE_TRACKING=0`.


## Related topics

- [Session memory, heartbeat, and skill gates](/guides/openclaw-features.md)
- [Running the autonomous goal agent](/guides/goal-agent.md)
- [Google Gemini CLI integration](/guides/gemini-cli.md)
- [Arka CLI command and flag reference](/guides/cli.md)
- [Symbolic and LLM routing pipeline](/concepts/routing.md)
