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

# Command aliases, subcommand synonyms, और skill नाम

> Arka के command aliases, agent name overrides, subcommand synonyms, और skill-name equivalents के लिए reference जो आपको एक ही feature को कई तरीकों से invoke करने देते हैं।

Arka कई स्तरों पर aliases का उपयोग करता है: मुख्य command नाम, helper functions, subcommand synonyms, और skill-name equivalents।

## Main command

| Command     | यह क्या है                             |
| ----------- | -------------------------------------- |
| `arka`      | Default entry point                    |
| `agent`     | हमेशा उपलब्ध; समान NL router           |
| Custom name | `.env` में `AGENT_NAME=mybot` set करें |

Wake phrases में agent नाम शामिल है: **"hey arka, …"**

## Subcommand synonyms

| Synonyms                               | पर maps होते हैं                      |
| -------------------------------------- | ------------------------------------- |
| `reload` / `refresh` / `relink`        | Config reload                         |
| `start` / `up`                         | Services start                        |
| `stop` / `down`                        | Services stop                         |
| `youtube` / `yt`                       | YouTube commands                      |
| `youtube_bulk` / `yt_bulk`             | Bulk downloads                        |
| `youtube_download` / `yt_download`     | Single download                       |
| `youtube_research` / `yt_research`     | YouTube research                      |
| `predict` / `predictions` / `forecast` | Predictions talent                    |
| `stock` / `stocks` / `market`          | Stock intelligence                    |
| `skills` / `plugins` / `extensions`    | Plugin management                     |
| `supermemory` / `sm` / `memory-cloud`  | Cloud memory                          |
| `pdf` / `document` / `docs`            | PDF RAG                               |
| `download` / `dl`                      | Download media                        |
| `quiz` / `quiz_practice`               | Quiz practice                         |
| `council` / `deliberate`               | Arka Council                          |
| `open` / `browse` / `open_url`         | ब्राउज़र में URL खोलें                |
| `timezone_convert` / `tz_convert`      | Timezone conversion                   |
| `interesting_fact` / `fun fact`        | दिलचस्प trivia                        |
| `self` / `self_improve`                | Self-improve loop                     |
| `provider`                             | LLM provider selection                |
| `mode`                                 | Operation mode (agent/ask/plan/debug) |

## Skill-name equivalents

| Names                        | Notes                        |
| ---------------------------- | ---------------------------- |
| `stock` / `stock_analysis`   | Market bridge                |
| `pass` / `generate_password` | Password vault               |
| `doc_*` / `pdf_*`            | Document RAG                 |
| `macro`                      | `stock macro` के लिए Alias   |
| `emotion`                    | `stock emotion` के लिए Alias |

## Fish shell helpers

| Function           | Equivalent                            |
| ------------------ | ------------------------------------- |
| `arka agent_route` | बिना execute किए routing preview करें |
| `arka route`       | अंतिम routing decision                |
| `arka route`       | skill choice समझाएँ                   |
| `yt_research`      | `youtube_research`                    |
| `arka yt_bulk`     | `youtube_bulk`                        |
| `arka yt_download` | `youtube_download`                    |

## अपनी मशीन पर discover करें

```bash theme={null}
arka help
arka skills list
grep AGENT_NAME ~/.config/arka/.env
```


## Related topics

- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [Skills catalog: 70+ built-in Arka commands](/hi/guides/skills.md)
- [Symbolic और LLM routing pipeline](/hi/concepts/routing.md)
