โ† All skills
Tencent SkillHub ยท Developer Tools

Cubox Integration (International & China)

Save web pages and memos to Cubox using the Open API

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Save web pages and memos to Cubox using the Open API

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/save_url.py, scripts/save_memo.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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: export CUBOX_API_URL="https://cubox.pro/c/api/save/YOUR_TOKEN"

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/save_memo.py Scripts
  • scripts/save_url.py Scripts