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

# Hackathons और ML competitions search

> Kaggle, Devpost, MLH, HackerEarth और अन्य curated sources में सक्रिय hackathons और machine-learning competitions खोजें।

Arka DuckDuckGo site-biased queries का उपयोग करके curated platforms में **hackathons और ML competitions** खोजता है।

## Natural language

```bash theme={null}
arka find hackathons for computer vision
arka show me kaggle competitions for NLP
arka search competitions for time series forecasting
arka list competition data sources
```

## CLI commands

| Command                                               | विवरण                                  |
| ----------------------------------------------------- | -------------------------------------- |
| `competitions sources`                                | सभी समर्थित data sources सूचीबद्ध करें |
| `competitions search <topic>`                         | सभी sources खोजें                      |
| `competitions search <topic> --source kaggle`         | एक source खोजें                        |
| `competitions search <topic> --source kaggle,devpost` | कई sources खोजें                       |
| `competitions search <topic> --limit 8`               | प्रति source अधिकतम परिणाम (default 5) |

## समर्थित sources

| Source ID     | Platform                |
| ------------- | ----------------------- |
| `kaggle`      | Kaggle competitions     |
| `devpost`     | Devpost hackathons      |
| `wemakedevs`  | WeMakeDevs hackathons   |
| `mlh`         | Major League Hacking    |
| `hackerearth` | HackerEarth challenges  |
| `drivendata`  | DrivenData competitions |
| `zindi`       | Zindi Africa            |
| `aicrowd`     | AIcrowd challenges      |
| `topcoder`    | Topcoder challenges     |
| `codalab`     | Codabench / Codalab     |

## आवश्यकताएँ

Competition search के लिए chat extra (DuckDuckGo search) आवश्यक है:

```bash theme={null}
pip install 'arka-agent[chat]'
```

<Note>
  Stock "competition" queries (peer analysis, rivals) stock skill पर route होती हैं — इस search पर नहीं।
</Note>


## Related topics

- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [Hackathon discovery और planning](/hi/guides/hackathons.md)
- [Kaggle datasets](/hi/guides/kaggle.md)
- [Stock intelligence](/hi/guides/stocks.md)
- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
