Cubox Integration by liam8/skills-cubox-integration-skill
npx skills add https://github.com/liam8/skills-cubox-integration-skill --skill 'Cubox Integration'此技能支持使用 Open API 将内容保存至 Cubox。Cubox 是一款稍后阅读和书签服务,支持保存网页 URL 和快速备忘录。
⚠️ 安全提示:您的 API URL 是唯一的凭证。请妥善保管,切勿分享。
使用您的个人 API URL 设置 CUBOX_API_URL 环境变量:
export CUBOX_API_URL="https://cubox.pro/c/api/save/YOUR_TOKEN"
scripts/save_url.py)将网页 URL 保存到 Cubox。
python scripts/save_url.py <url> [--title "Title"] [--description "Description"] [--tags "tag1,tag2"] [--folder "Folder Name"]
参数:
url (必填):要保存的网页 URL--title:书签的可选标题--description:可选描述--tags:逗号分隔的标签列表--folder:目标文件夹名称(默认为收件箱)示例:
python scripts/save_url.py "https://example.com/article" --title "Great Article" --tags "tech,reading" --folder "Articles"
scripts/save_memo.py)将快速备忘录/笔记保存到 Cubox。
python scripts/save_memo.py <content> [--title "Title"] [--description "Description"] [--tags "tag1,tag2"] [--folder "Folder Name"]
参数:
content (必填):备忘录的文本内容--title:可选标题(如未提供,Cubox 将自动生成)--description:可选描述--tags:逗号分隔的标签列表--folder:目标文件夹名称(默认为收件箱)示例:
python scripts/save_memo.py "Remember to review the quarterly report" --title "Todo" --tags "work,reminder"
每周安装次数
–
代码仓库
首次出现
–
安全审计
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.
⚠️ 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"]
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
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"
Weekly Installs
–
Repository
First Seen
–
Security Audits
Azure RBAC 权限管理工具:查找最小角色、创建自定义角色与自动化分配
117,000 周安装