ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Adhd Bookmark Analyzer

Skill by adambrainai

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adambrainai/adhd-bookmark-analyzer
Or

ADHD X Bookmark Analysis

Your bookmarks are a graveyard. This brings them back to life.

What This Skill Does

You bookmark 50 tweets a day. You read maybe 2. That thread about the $200K agency architecture? Buried. The AI tool that would save you hours? Forgotten.

This skill turns your X bookmark chaos into actionable intelligence. Your agent scrapes your bookmarks, categorizes them by topic, extracts the key insights, and delivers a summary to your preferred channel.

No more bookmark graveyards. No more "I saved something about that..." Just organized, searchable knowledge from everything you thought was worth saving.

Built for ADHD brains who collect everything and process nothing.

Capabilities

  • Automatic X bookmark scraping (scheduled or on-demand)
  • Smart categorization by topic (AI, business, tools, threads)
  • Key insight extraction from threads and long-form content
  • Channel delivery (Discord, Slack, Telegram, or file-only)
  • Searchable archive of everything you saved

Requirements

X Authentication (Required)

Option A: bird CLI (Recommended)

# Install bird CLI
npm install -g bird-cli

# Authenticate (opens browser for OAuth)
bird login

# Verify access
bird whoami
bird bookmarks --limit 5

Credentials are stored securely in ~/.bird/ by the CLI. The skill never handles raw tokens directly.

Option B: Browser Session (Advanced)

If you prefer browser cookies:

  1. Log into X in Chrome/Safari
  2. OpenClaw's browser tool can access your session
  3. Less reliable than bird CLI — session expires, requires re-login

⚠️ Security Note: Never paste raw session cookies into config files. Use bird CLI for persistent, secure auth.

Message Delivery (Optional)

To receive summaries in Discord/Slack/Telegram, configure via environment variables (not plaintext files):

# Discord (using OpenClaw's built-in message tool)
# No extra config needed — just specify channel ID in your prompt

# Or use a webhook (store securely):
export BOOKMARK_DISCORD_WEBHOOK="https://discord.com/api/webhooks/..."

# Slack
export BOOKMARK_SLACK_WEBHOOK="https://hooks.slack.com/services/..."

The skill reads these from environment. Never commit webhooks to files.

Installation

clawhub install adhd-bookmark-analyzer

Or manually copy to your workspace:

~/.openclaw/workspace/skills/adhd-bookmark-analyzer/
├── SKILL.md           # This file (instructions for your agent)
├── bookmark-rules.md  # Categorization logic & settings

Usage

On-Demand Analysis

Just ask your agent:

"Analyze my X bookmarks from this week"
"What did I bookmark about AI agents?"
"Summarize my bookmarks and send to Discord"

The agent will:

  1. Run bird bookmarks to fetch your saves
  2. Categorize and extract insights per bookmark-rules.md
  3. Deliver summary to your specified channel (or just reply inline)

Scheduled Daily Reports

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adambrainai-adhd-bookmark-analyzer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.