ADHD X Bookmark Analysis for Openclaw

A specialized AI agent skill that transforms chaotic X bookmarks into organized, searchable intelligence with automated summaries and channel delivery.

adambrainai
v1.0.1
Feb 27, 2026
2
969
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install adhd-bookmark-analyzer

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install adhd-bookmark-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ADHD X Bookmark Analysis?

The ADHD X Bookmark Analysis skill is a developer-centric solution for the common problem of the bookmark graveyard. It leverages the bird-cli and Openclaw Skills to bridge the gap between saving content and actually utilizing it. By automating the scraping, categorization, and extraction of insights from X (formerly Twitter), this skill turns a passive list of saved tweets into a dynamic knowledge base.

Whether you are tracking AI developments, business strategies, or technical code snippets, this tool ensures that high-value information is surfaced exactly when you need it. It is particularly effective for processing long-form threads and complex technical content that would otherwise be forgotten in a cluttered feed.

ADHD X Bookmark Analysis Use Cases

  • Automatically organizing high-volume bookmark feeds into structured categories like AI tools, business strategy, and development resources.
  • Creating automated daily or weekly digests of saved content to stay updated without manual scrolling.
  • Building a local, searchable second brain from years of saved X content for offline reference.
  • Streamlining team knowledge sharing by pushing curated bookmark summaries to shared Discord or Slack channels.

How ADHD X Bookmark Analysis Works

  1. The agent utilizes the bird-cli to securely authenticate with your X account and fetch bookmark data without exposing raw tokens.
  2. On a scheduled interval or on-demand, the Openclaw Skills engine triggers a scrape of your recent bookmarks.
  3. The AI agent processes each bookmark, matching content against the categorization logic defined in your rules file.
  4. Key insights and summaries are extracted from threads and long-form posts to highlight actionable data.
  5. The processed information is archived locally as JSON and dispatched to your configured messaging platforms via webhooks.

ADHD X Bookmark Analysis Setup

First, install the bird-cli and perform the initial authentication:

npm install -g bird-cli
bird login

Next, install the skill directly into your workspace using the Openclaw Skills command line:

clawhub install adhd-bookmark-analyzer

Finally, configure your delivery channels by setting environment variables for your preferred webhooks:

export BOOKMARK_DISCORD_WEBHOOK="https://discord.com/api/webhooks/..."
export BOOKMARK_SLACK_WEBHOOK="https://hooks.slack.com/services/..."

ADHD X Bookmark Analysis Data Schema & Taxonomy

The skill organizes data within a dedicated directory structure to ensure easy retrieval and indexing:

Component Format Purpose
bookmark-rules.md Markdown/YAML Defines the logic for AI-driven categorization and keyword matching.
bookmark-archive/ Directory Stores all historical data fetched from X.
[date].json JSON Contains the raw and summarized data for a specific day.
index.json JSON A consolidated index used for fast full-text searching across the archive.

ADHD X Bookmark Analysis Advanced Features

  • Custom Categorization: Edit the rules file to define niche-specific tags using custom keyword arrays.
  • Multi-Agent Support: Compatible with standard Openclaw Skills workflows for multi-agent collaboration and research tasks.
  • Scheduled Automation: Support for cron-based scheduling via HEARTBEAT.md for consistent daily reporting.
  • Searchable Archive: Integrated search capabilities that allow the agent to query your local bookmark history for specific topics or authors.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*