> ## 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.

# Script understanding memory

> Teach Arka about scripts it uses repeatedly.

Teach Arka about scripts it uses repeatedly:

```bash theme={null}
arka understand-script show scripts/build.py
arka understand-script remember scripts/build.py
arka understand-script list
```

Arka records a local summary of functions, imports, line count, and CLI hints.
Future coding and routing tasks can use this summary instead of rediscovering
the same script structure. It does not execute the script while analyzing it.
Natural language such as “remember this script tools/build.py” is supported.


## Related topics

- [Quickstart: install Arka and run your first command](/quickstart.md)
- [Voice control with wake word, STT, and TTS](/guides/voice.md)
- [Repo health](/guides/repo-health.md)
- [Installing and building Arka plugins](/guides/plugins.md)
- [Testing Arka with the pytest suite](/guides/testing.md)
