/install cubox
Cubox Integration Skill
This skill enables saving content to Cubox using the Open API. Cubox is a read-it-later and bookmarking service that supports saving web URLs and quick memos.
Prerequisites
- Cubox Premium Membership - The Open API is a premium feature
- API Key - Get your API URL from Cubox settings:
- Go to Cubox Preferences > Extension Center and Automation > API Extension
- Enable "API Link" to get your personal API URL
⚠️ Security: Your API URL is a unique credential. Keep it private and never share it.
Environment Setup
Set the CUBOX_API_URL environment variable with your personal API URL:
export CUBOX_API_URL="https://cubox.pro/c/api/save/YOUR_TOKEN"
Available Tools
1. Save URL (scripts/save_url.py)
Save a web page URL to Cubox.
python scripts/save_url.py \x3Curl> [--title "Title"] [--description "Description"] [--tags "tag1,tag2"] [--folder "Folder Name"]
Parameters:
url(required): The web page URL to save--title: Optional title for the bookmark--description: Optional description--tags: Comma-separated list of tags--folder: Target folder name (defaults to Inbox)
Example:
python scripts/save_url.py "https://example.com/article" --title "Great Article" --tags "tech,reading" --folder "Articles"
2. Save Memo (scripts/save_memo.py)
Save a quick memo/note to Cubox.
python scripts/save_memo.py \x3Ccontent> [--title "Title"] [--description "Description"] [--tags "tag1,tag2"] [--folder "Folder Name"]
Parameters:
content(required): The memo text content--title: Optional title (Cubox will auto-generate if not provided)--description: Optional description--tags: Comma-separated list of tags--folder: Target folder name (defaults to Inbox)
Example:
python scripts/save_memo.py "Remember to review the quarterly report" --title "Todo" --tags "work,reminder"
API Rate Limits
- Premium users: 500 API calls per day
Notes
- After saving, Cubox cloud will automatically process the content (article parsing, snapshot archiving, etc.), which may take some time
- If title or description is not specified, Cubox will attempt to generate them automatically
- If no folder is specified, content will be saved to your Inbox by default
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cubox - 安装完成后,直接呼叫该 Skill 的名称或使用
/cubox触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Cubox Integration (International & China) 是什么?
Save web pages and memos to Cubox using the Open API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1477 次。
如何安装 Cubox Integration (International & China)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cubox」即可一键安装,无需额外配置。
Cubox Integration (International & China) 是免费的吗?
是的,Cubox Integration (International & China) 完全免费(开源免费),可自由下载、安装和使用。
Cubox Integration (International & China) 支持哪些平台?
Cubox Integration (International & China) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cubox Integration (International & China)?
由 Liam(@liam8)开发并维护,当前版本 v1.0.0。