Automatically monitors your X bookmarks, fetches linked articles, analyzes content with AI, and delivers insights relevant to your projects via notifications.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bookmark-intelligence或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bookmark-intelligence⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bookmark-intelligence/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Turn your X (Twitter) bookmarks into actionable insights, automatically.
Bookmark Intelligence watches your X bookmarks, fetches the full content from linked articles, analyzes everything with AI, and surfaces ideas relevant to YOUR projects. Stop letting great content sit in your bookmarks — let AI extract the value for you.
---
Bookmark Intelligence offers three tiers to fit your needs:
Perfect for trying it out
Best for individuals
For teams and power users
Annual plans available - Save 2 months (16% off)!
```bash npm run license:check ```
```bash npm run license:upgrade ```
- Credit Card (Stripe) - Crypto (USDC on Polygon)
```bash node scripts/license.js activate YOUR-LICENSE-KEY ```
---
Total setup time: ~5 minutes
```bash cd skills/bookmark-intelligence npm run setup ```
- ✅ Check if you have the required tools installed - 🍪 Guide you through getting your X cookies (step-by-step) - 🎯 Ask about your active projects & interests - ⚙️ Configure notification preferences - 🧪 Test your credentials
```bash npm start ```
```bash npm run daemon ```
That's it! You're done. 🎉
---
You bookmark tons of great content on X, but:
Bookmark Intelligence:
You bookmark a tweet about "vector embeddings for AI memory" → The skill:
life/resources/bookmarks/bookmark-123.jsonSee examples/sample-analysis.json for a full example.
---
You need two cookies from X.com. Don't worry, this is safe and takes 2 minutes.
- Expand Cookies - Click https://x.com
- auth_token → Copy the Value column - ct0 → Copy the Value column
┌─────────────────────────────────────────┐
│ Application Console Sources ... │ ← Click "Application"
├─────────────────────────────────────────┤
│ ▼ Storage │
│ ▼ Cookies │
│ ▶ https://x.com ← Click this │
│ │
│ Name Value │
│ auth_token abc123... ← Copy this │
│ ct0 xyz789... ← Copy this │
└─────────────────────────────────────────┘
auth_token and ct0 values- Safari → Preferences → Advanced - Check "Show Develop menu in menu bar"
auth_token and ct0.env with strict permissions (600 = only you can read)The setup wizard creates a .env file that looks like this:
AUTH_TOKEN=your_long_token_here
CT0=your_other_token_here
---
```bash npm install -g bird ```
```bash npm install -g pm2 ```
The setup wizard checks all of this automatically!
---
After running npm run setup, you'll have two files:
.env - Your CredentialsAUTH_TOKEN=your_token_here
CT0=your_ct0_here
Never commit this file! It's in .gitignore.
config.json - Your Preferences{
"credentialsFile": ".env",
"bookmarkCount": 50,
"checkIntervalMinutes": 60,
"storageDir": "../../life/resources/bookmarks",
"notifyTelegram": true,
"contextProjects": [
"trading bot",
"agent memory",
"your other projects..."
]
}
Key settings:
bookmarkCount - How many recent bookmarks to check (default: 50)checkIntervalMinutes - How often to check for new bookmarks (default: 60)contextProjects - Your active projects - the more specific, the better the AI analysis!notifyTelegram - Get notified about high-value insights (requires OpenClaw)You can edit config.json anytime. Changes take effect on next run.
---
npm start
Processes your recent bookmarks once and exits.
npm test
Shows what it would process without actually doing it.
npm run daemon
This runs Bookmark Intelligence in the background, checking for new bookmarks every hour (configurable).
Managing the daemon:
pm2 status bookmark-intelligence # Check if it's running
pm2 logs bookmark-intelligence # View recent logs
pm2 stop bookmark-intelligence # Pause it
pm2 restart bookmark-intelligence # Restart it
pm2 delete bookmark-intelligence # Remove it completely
---
skills/bookmark-intelligence/
├── .env # Your credentials (SECRET - never commit!)
├── config.json # Your preferences
├── bookmarks.json # Processing state (tracks what's been analyzed)
├── monitor.js # Main script
├── analyzer.js # AI analysis engine
├── scripts/
│ ├── setup.js # Setup wizard
│ └── uninstall.js # Clean uninstall
└── examples/ # Sample outputs to show you what to expect
...安装 Bookmark Intelligence 后,可以对 AI 说这些话来触发它
Help me get started with Bookmark Intelligence
Explains what Bookmark Intelligence does, walks through the setup, and runs a quick demo based on your current project
Use Bookmark Intelligence to automatically monitors your X bookmarks, fetches linked articles, a...
Invokes Bookmark Intelligence with the right parameters and returns the result directly in the conversation
What can I do with Bookmark Intelligence in my design & creative workflow?
Lists the top use cases for Bookmark Intelligence, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bookmark-intelligence/ 目录(个人级,所有项目可用),或 .claude/skills/bookmark-intelligence/(项目级)。重启 AI 客户端后,用 /bookmark-intelligence 主动调用,或让 AI 根据上下文自动发现并使用。
Bookmark Intelligence 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Bookmark Intelligence 可免费安装使用。请查阅仓库了解许可证信息。
Automatically monitors your X bookmarks, fetches linked articles, analyzes content with AI, and delivers insights relevant to your projects via notifications.
Bookmark Intelligence 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Bookmark Intelligence
Identifies repetitive steps in your workflow and sets up Bookmark Intelligence to handle them automatically