Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Give me a digest of my X bookmarks
- 1Auto-detect available backend: check for bird CLI first, fall back to X API v2
- 2Fetch the latest 20 bookmarks in JSON format
- 3Categorize bookmarks by topic (AI, tools, strategy, content, etc.)
- 4For each category, propose specific actions the agent can take such as setting up a tool, drafting content, or summarizing advice
- 5Flag bookmarks older than 2 weeks as stale with a use-it-or-lose-it prompt
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.