LaunchKit · 2026
Back to Skills

x-bookmarks

Fetch, summarize, and manage X/Twitter bookmarks via bird CLI or X API v2.

0
1.3k downloads
by @sharbelayy

Setup & Installation

openclaw skills install @sharbelayy/x-bookmarks

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install x-bookmarks

Version History

v1.1.0Feb 15, 2026 - Version note by skill developer:

Declared credential requirements (AUTH_TOKEN, CT0, X_API_BEARER_TOKEN) and security permissions to resolve suspicious flag. Added requires and security sections to SKILL.md.

What This Skill Does

Fetches and manages X/Twitter bookmarks using either bird CLI (browser cookies) or X API v2 (OAuth 2.0). Bookmarks are categorized by topic, and each category gets proposed actions the agent can execute, not just summaries. Supports scheduled digests, content recycling, pattern detection, and stale bookmark cleanup.

Supports two authentication backends so it works without an API key via browser cookies, and proposes concrete executable actions per bookmark rather than just summarizing.

When to use it

  • Getting a weekly digest of saved tweets with action suggestions
  • Categorizing bookmarks by topic like AI, crypto, or marketing
  • Finding high-engagement bookmarks to reuse as content drafts
  • Cleaning up bookmarks older than 30 days with one-line takeaways
  • Tracking which topics appear most across your bookmark history

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Give me a digest of my X bookmarks

AGENT
  1. 1Auto-detect available backend: check for bird CLI first, fall back to X API v2
  2. 2Fetch the latest 20 bookmarks in JSON format
  3. 3Categorize bookmarks by topic (AI, tools, strategy, content, etc.)
  4. 4For each category, propose specific actions the agent can take such as setting up a tool, drafting content, or summarizing advice
  5. 5Flag bookmarks older than 2 weeks as stale with a use-it-or-lose-it prompt
OUTPUT

Categorized bookmark digest grouped by topic, each entry with a proposed action the agent can execute

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AUTH_TOKEN environment variable (X/Twitter auth token extracted from browser cookies, for bird CLI)CT0 environment variable (X/Twitter CSRF token extracted from browser cookies, for bird CLI)bird CLI non-standard tool install (npm i -g bird-cli), required for bird CLI backendX Developer account with OAuth 2.0 app credentials, required for X API v2 backendX_API_BEARER_TOKEN environment variable (optional, for X API v2 Bearer token auth)