Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill adhd-bookmark-analyzer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
SOC 직업 분류 기준
SKILL.md 표시 중
| name | adhd-bookmark-analyzer |
| description | ADHD X Bookmark Analyzer |
Your bookmarks are a graveyard. This brings them back to life.
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.
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:
bird CLI — session expires, requires re-login⚠️ Security Note: Never paste raw session cookies into config files. Use bird CLI for persistent, secure auth.
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.
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
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:
bird bookmarks to fetch your savesbookmark-rules.mdAdd to your agent's cron schedule (via OpenClaw cron or HEARTBEAT.md):
# Daily at 9 AM: Analyze yesterday's bookmarks
"Check my X bookmarks from the last 24 hours, categorize them, and post summary to Discord channel 123456789"
"Search my bookmark archive for 'pricing strategy'"
The agent searches bookmark-archive/ and returns matching entries with context.
📚 X Bookmark Summary — Feb 15, 2026
You saved 18 bookmarks in the last 24 hours:
🤖 AI & Tech Tools (7)
• New Claude API pricing ($0.25/M output tokens)
• OpenClaw 0.7.0 release notes
• Thread on RAG vs fine-tuning tradeoffs
💼 Business & Strategy (5)
• How @username built $50K MRR with AI agents
• Pricing psychology thread (15 tactics)
• Case study: AI replacing $200K/year ops role
🔧 Development & Code (4)
• Python async patterns for LLM calls
• GitHub repo: AI code review automation
📖 Threads Worth Reading (2)
• @username's 20-tweet thread on AI safety
• Founder story: 0 to $1M in 8 months
Default categories in bookmark-rules.md:
| Category | Matches |
|---|---|
| AI & Tech Tools | Product launches, tool reviews, API updates |
| Business & Strategy | Growth tactics, pricing, case studies |
| Development & Code | Code snippets, repos, technical threads |
| Threads Worth Reading | Long-form content, storytelling |
| Resources | Books, courses, guides, lists |
| Other | Doesn't fit above |
Customize by editing bookmark-rules.md:
categories:
- name: "Indie Hacking"
keywords: ["indie hacker", "SaaS", "MRR", "bootstrap"]
- name: "Crypto Alpha"
keywords: ["alpha", "degen", "airdrop", "farming"]
After running, the skill creates:
~/.openclaw/workspace/skills/adhd-bookmark-analyzer/
├── SKILL.md # Instructions (this file)
├── bookmark-rules.md # Categories & settings
└── bookmark-archive/ # Created by agent
├── 2026-02-15.json # Daily snapshots
└── index.json # Searchable index
Authentication: Use bird login for X access. Credentials stored in ~/.bird/, managed by the CLI.
Webhooks: Store Discord/Slack webhook URLs in environment variables, not config files:
export BOOKMARK_DISCORD_WEBHOOK="https://..."
Data Storage: Bookmark archives are stored locally in your workspace. No data is sent to external services except your configured delivery channel.
Permissions: The skill only reads your bookmarks and writes to your local archive. It does not post to X, modify bookmarks, or access DMs.
"No bookmarks found"
bird whoami # Check auth
bird bookmarks --limit 1 # Test access
Categories seem wrong
bookmark-rules.mdWant file-only (no notifications)
The goal: Make the good stuff findable when you need it. Not inbox zero for bookmarks — just signal over noise.