← 返回
开发者工具 Key 中文

Cubox Integration (International & China)

Save web pages and memos to Cubox using the Open API
使用 Open API 将网页和备忘录保存到 Cubox
liam8
开发者工具 clawhub v1.0.0 1 版本 99948.6 Key: 需要
★ 3
Stars
📥 1,883
下载
💾 23
安装
1
版本
#latest

概述

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

  1. Cubox Premium Membership - The Open API is a premium feature
  2. 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 <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"

2. Save Memo (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"

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 19:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,847
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,727
data-analysis

Crypto Market Data Skill (No Key Required)

liam8
免费层无需 API Key。专业级加密货币与股市数据集成,支持实时行情、公司概况及全球分析。基于 Node.js,零外部依赖。
★ 13 📥 15,910