Save web pages and memos to Cubox using the Open API
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install cubox或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install cubox⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/cubox/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Cubox Integration description: Save web pages and memos to Cubox using the Open API ---
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.
- 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.
Set the CUBOX_API_URL environment variable with your personal API URL:
export CUBOX_API_URL="https://cubox.pro/c/api/save/YOUR_TOKEN"
scripts/save_url.py)Save a web page URL to Cubox.
python scripts/save_url.py <url> [--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"
scripts/save_memo.py)Save a quick memo/note to Cubox.
python scripts/save_memo.py <content> [--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"
安装 Cubox Integration (International & China) 后,可以对 AI 说这些话来触发它
Help me get started with Cubox Integration (International & China)
Explains what Cubox Integration (International & China) does, walks through the setup, and runs a quick demo based on your current project
Use Cubox Integration (International & China) to save web pages and memos to Cubox using the Open API
Invokes Cubox Integration (International & China) with the right parameters and returns the result directly in the conversation
What can I do with Cubox Integration (International & China) in my documents & notes workflow?
将技能文件夹放到 ~/.claude/skills/cubox/ 目录(个人级,所有项目可用),或 .claude/skills/cubox/(项目级)。重启 AI 客户端后,用 /cubox 主动调用,或让 AI 根据上下文自动发现并使用。
Cubox Integration (International & China) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Cubox Integration (International & China) 可免费安装使用。请查阅仓库了解许可证信息。
Save web pages and memos to Cubox using the Open API
Cubox Integration (International & China) 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Lists the top use cases for Cubox Integration (International & China), with example commands for each scenario
Automate my documents & notes tasks using Cubox Integration (International & China)
Identifies repetitive steps in your workflow and sets up Cubox Integration (International & China) to handle them automatically