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

# 书签管理器

> 从终端保存、搜索和调用带标签和备注的 URL。

保存你关心的链接并稍后调用 —— 无需浏览器同步。

## 自然语言

```bash theme={null}
arka save bookmark https://docs.python.org --tags docs
arka list my bookmarks
arka search bookmarks for python
arka open bookmark 1
```

## CLI 命令

| 命令                                                         | 描述             |
| ---------------------------------------------------------- | -------------- |
| `bookmarks save <url> [--title T] [--tags a,b] [--note N]` | 保存 URL         |
| `bookmarks list [--tag TAG]`                               | 列出已保存的书签       |
| `bookmarks search <keywords>`                              | 搜索标题、URL、标签、备注 |
| `bookmarks get <index>`                                    | 按列表索引打印 URL    |
| `bookmarks open <index>`                                   | 在默认浏览器中打开      |
| `bookmarks delete <index>`                                 | 删除书签           |

书签存储在你的 Arka 配置目录（`bookmarks.json`）中。


## Related topics

- [Arka CLI 命令与参数参考](/cn/guides/cli.md)
- [教授自定义路由](/cn/guides/route-learn.md)
- [Agent Hub](/cn/guides/agent-hub.md)
- [个性化你的 Arka 体验](/cn/guides/personalize.md)
- [多提供商故障切换的 LLM 编排](/cn/concepts/llm.md)
