twitter-bookmarks

Categorize Twitter bookmarks with YAML rules and route them to Obsidian.

3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/mbelinky/clawdis-skills --skill twitter-bookmarks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-bookmarks
Source: https://github.com/mbelinky/clawdis-skills/tree/main/twitter-bookmarks
Command: npx skills add https://github.com/mbelinky/clawdis-skills --skill twitter-bookmarks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the categorization and routing of Twitter bookmarks to save time and organize content.

Core Features & Use Cases

  • Automatic classification: Classify bookmarks using configurable YAML categories and keywords.
  • Routing actions: Save to Obsidian, summarize, notify via Telegram, or unbookmark.
  • State tracking: Keeps a running state to avoid reprocessing bookmarks across runs.
  • Quick use case: A user defines categories and routing to auto-save research to Obsidian and notify when important items appear.

Quick Start

Process new bookmarks to categorize and route them according to your YAML config.

Frequently Asked Questions about twitter-bookmarks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically categorize Twitter bookmarks and route them to Obsidian?

Twitter bookmarks are classified using configurable YAML categories and matched keywords. The system fetches bookmarks via the bird CLI, reads tweet context, and applies your defined categories, falling back to a default category when necessary.

How do I avoid reprocessing the same Twitter bookmarks across multiple automated runs?

To avoid reprocessing Twitter bookmarks across multiple runs, the system maintains running state tracking. This state management mechanism records processed bookmarks, ensuring only new items are fetched and categorized during each execution.

Do I need the bird CLI and Gemini to automate Twitter bookmark routing?

You need the bird CLI to fetch bookmarks and read tweet context. Gemini is optional for analysis via GeminiBin, and you can optionally integrate a summarize tool and an Obsidian vault for routing actions and notifications.

Can I send Telegram notifications for specific categorized Twitter bookmarks?

Yes, you can send Telegram notifications for specific categorized Twitter bookmarks. By defining routing actions within your YAML configuration, the system will notify you via Telegram when important categorized items appear.

What happens when a Twitter bookmark does not match any defined YAML category?

When a Twitter bookmark does not match any defined YAML category, the system handles the error by falling back to a default category. This ensures no bookmark is skipped during the categorization and routing process.

How do I automatically unbookmark tweets after categorizing and routing them?

You can automatically unbookmark tweets after categorizing and routing them by defining unbookmark as a routing action in your YAML configuration. The system executes this action after successfully processing and categorizing the bookmark.