Adhd Bookmark Analyzer
Skill by adambrainai
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adambrainai/adhd-bookmark-analyzerADHD 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:
- Log into X in Chrome/Safari
- OpenClaw's browser tool can access your session
- Less reliable than
birdCLI — 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:
- Run
bird bookmarksto fetch your saves - Categorize and extract insights per
bookmark-rules.md - Deliver summary to your specified channel (or just reply inline)
Scheduled Daily Reports
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adambrainai-adhd-bookmark-analyzer": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
payspawn
Add spending controls to any AI agent that makes API payments. Supports x402 auto-pay, daily limits, per-transaction limits, address allowlists, and fleet provisioning. Use when your agent calls paid APIs or sends payments autonomously. Works on Base with USDC.
payspawn
Give any AI agent on-chain spending limits without sharing a private key. Use when: (1) agent needs to pay for x402 APIs (web scraping, search, AI services), (2) setting daily/per-tx USDC caps on an agent wallet, (3) whitelisting which contracts an agent can pay, (4) pausing a rogue agent's spending instantly, (5) provisioning credentials for agent fleets. Works on Base mainnet with USDC. NOT for: fiat payments, non-Base chains (yet), or custody of funds.