> ## 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).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# 用量追踪

> 在本地查看 Arka 的技能使用情况，不会收集提示内容。

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

Arka 最多在本地存储 5,000 条事件，仅包含技能名、成功状态、时长与时间戳。提示、参数、文件内容与模型响应都不会被记录。可通过 `ARKA_USAGE_TRACKING=0` 关闭。


## Related topics

- [OpenTelemetry 追踪和 SigNoz 可观测性](/cn/guides/observability.md)
- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [Arka 故障排查：LLM、路由、语音与 RAG 修复](/cn/reference/troubleshooting.md)
- [MCP 集成](/cn/guides/mcp.md)
- [使用 pytest 套件测试 Arka](/cn/guides/testing.md)
