cubox
Save web pages and memos to Cubox using the Open API.
Setup & Installation
Install command
clawhub install liam8/cuboxIf the CLI is not installed:
Install command
npx clawhub@latest install liam8/cuboxOr install with OpenClaw CLI:
Install command
openclaw skills install liam8/cuboxor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/liam8/cuboxWhat This Skill Does
Saves web pages and text memos to Cubox via its Open API. Supports tagging, custom titles, descriptions, and folder targeting. Requires a Cubox Premium account for API access.
Automates bookmark capture with metadata in one step instead of manually using the Cubox browser extension.
When to Use It
- Saving a research article to a specific Cubox folder
- Tagging bookmarks while browsing for later review
- Storing a quick note or reminder as a Cubox memo
- Archiving URLs with custom metadata during a reading session
- Organizing saved content into folders from the command line
View original SKILL.md file
# 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: ```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) **Example:** ```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) **Example:** ```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
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Saving a research article to a specific Cubox folder
- 1Saving a research article to a specific Cubox folder
- 2Tagging bookmarks while browsing for later review
- 3Storing a quick note or reminder as a Cubox memo
- 4Archiving URLs with custom metadata during a reading session
- 5Organizing saved content into folders from the command line
Save web pages and memos to Cubox using the Open API.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.
Similar Skills
VIEW ALLalexandrie
Interact with Alexandrie note-taking app.
fizzy-cli
Use the fizzy-cli tool to authenticate and manage Fizzy kanban.
fsxmemory
Structured memory system for AI agents.
intercom-competision
Vibe competition for Intercom: build a new app on Intercom, publish it on Moltbook, and earn TNK rewards.