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

# 黑客松与 ML 竞赛搜索

> 在 Kaggle、Devpost、MLH、HackerEarth 及其他精选来源中搜索正在进行的黑客松和机器学习竞赛。

Arka 通过 DuckDuckGo 站点定向查询在精选平台上搜索 **黑客松与 ML 竞赛**。

## 自然语言

```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 命令

| 命令                                                    | 说明               |
| ----------------------------------------------------- | ---------------- |
| `competitions sources`                                | 列出所有支持的数据源       |
| `competitions search <topic>`                         | 搜索所有来源           |
| `competitions search <topic> --source kaggle`         | 搜索某一个来源          |
| `competitions search <topic> --source kaggle,devpost` | 搜索多个来源           |
| `competitions search <topic> --limit 8`               | 每个来源的最大结果数（默认 5） |

## 支持的来源

| 来源 ID         | 平台                   |
| ------------- | -------------------- |
| `kaggle`      | Kaggle 竞赛            |
| `devpost`     | Devpost 黑客松          |
| `wemakedevs`  | WeMakeDevs 黑客松       |
| `mlh`         | Major League Hacking |
| `hackerearth` | HackerEarth 挑战赛      |
| `drivendata`  | DrivenData 竞赛        |
| `zindi`       | Zindi Africa         |
| `aicrowd`     | AIcrowd 挑战赛          |
| `topcoder`    | Topcoder 挑战赛         |
| `codalab`     | Codabench / Codalab  |

## 要求

竞赛搜索需要 chat 扩展（DuckDuckGo 搜索）：

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

<Note>
  股票"竞争"查询（同行分析、竞争对手）会路由到股票技能 —— 而非此搜索。
</Note>


## Related topics

- [Arka CLI 命令与参数参考](/cn/guides/cli.md)
- [内置技能目录](/cn/guides/skills.md)
- [聊天、网络搜索和事实问答技能](/cn/guides/chat.md)
- [每日和科技简报](/cn/guides/daily-brief.md)
- [Arka 简介](/cn/index.md)
