✓ Verified
📁 File Management
✓ Enhanced Data
Cubox
Save web pages and memos to Cubox using the Open API.
- Rating
- 4.2 (329 reviews)
- Downloads
- 16,491 downloads
- Version
- 1.0.0
Overview
Save web pages and memos to Cubox using the Open API.
Complete Documentation
View Source →
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:
bash
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.
bash
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)
bash
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.
bash
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)
bash
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
Installation
Terminal bash
openclaw install cubox
Copied!
💻Code Examples
export CUBOX_API_URL="https://cubox.pro/c/api/save/YOUR_TOKEN"
export-cuboxapiurlhttpscuboxprocapisaveyourtoken.txt
## 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"]
python-scriptssaveurlpy-url---title-title---description-description---tags-tag1tag2---folder-folder-name.txt
**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"
python-scriptssaveurlpy-httpsexamplecomarticle---title-great-article---tags-techreading---folder-articles.txt
### 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"]
python-scriptssavememopy-content---title-title---description-description---tags-tag1tag2---folder-folder-name.txt
**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:**Tags
#notes_and-pkm
#api
#web
Quick Info
Category File Management
Model Claude 3.5
Complexity One-Click
Author liam8
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install cubox
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0