TopRank Skills

Home / Claw Skills / API 集成 / Bookmark Intelligence
Official OpenClaw rules 54%

Bookmark Intelligence

🔖 Bookmark Intelligence

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Bookmark Intelligence 技能。 若已安装,则直接安装 Bookmark Intelligence 技能。

Overview

Skill Key
bkrigmo1/bookmark-intelligence
Author
bkrigmo1
Source Repo
openclaw/skills
Version
-
Source Path
skills/bkrigmo1/bookmark-intelligence
Latest Commit SHA
8874de63718d104ae4b49e21d8733c49b0edf633

Extracted Content

SKILL.md excerpt

# 🔖 Bookmark Intelligence

**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.

---

## 💎 Pricing & Tiers

Bookmark Intelligence offers three tiers to fit your needs:

### 🆓 Free Tier
**Perfect for trying it out**
- **Price:** $0/month
- **10 bookmarks** per month
- Manual run only (no automation)
- Basic keyword analysis (no AI)
- No notifications
- Rate limited: 1 run per hour

### ⭐ Pro Tier - $9/month
**Best for individuals**
- **Unlimited bookmarks**
- Automated monitoring (background daemon)
- Full AI-powered analysis (GPT-4o-mini)
- Telegram notifications
- Priority support

### 🚀 Enterprise Tier - $29/month
**For teams and power users**
- Everything in Pro, plus:
- Team sharing & collaboration
- Custom AI models (bring your own API keys)
- API access for integrations
- Slack & Discord notifications
- Webhook support
- Dedicated support

**Annual plans available** - Save 2 months (16% off)!

### How to Upgrade

1. **Check your current tier:**
   ```bash
   npm run license:check
   ```

2. **View upgrade options:**
   ```bash
   npm run license:upgrade
   ```

3. **Choose payment method:**
   - Credit Card (Stripe)
   - Crypto (USDC on Polygon)

4. **Activate your license:**
   ```bash
   node scripts/license.js activate YOUR-LICENSE-KEY
   ```

---

## 📋 Quick Start

**Total setup time: ~5 minutes**

1. **Run the setup wizard:**
   ```bash
   cd skills/bookmark-intelligence
   npm run setup
   ```

2. **The wizard will:**
   - ✅ 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

3. **Run it once...

README excerpt

# 🔖 Bookmark Intelligence

**AI-powered bookmark analysis that actually helps you get things done.**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Node: 16+](https://img.shields.io/badge/node-16+-green.svg)](https://nodejs.org)

Turn your X (Twitter) bookmarks into actionable insights automatically. This OpenClaw skill monitors your bookmarks, extracts content from linked articles, analyzes everything with AI, and surfaces ideas relevant to YOUR specific projects.

## 💎 Pricing

### 🆓 Free Tier
- 10 bookmarks/month
- Manual run only
- Basic analysis (no AI)

### ⭐ Pro - $9/month
- **Unlimited bookmarks**
- Automated monitoring
- Full AI analysis
- Telegram notifications

### 🚀 Enterprise - $29/month
- Everything in Pro +
- Team collaboration
- Custom AI models
- API access
- Slack/Discord integration

**Annual plans save 16%** | [View full pricing](SKILL.md#-pricing--tiers)

## ✨ Features

- 📚 **Auto-monitors** your X bookmarks
- 🔍 **Fetches full content** from linked articles (not just tweets)
- 🤖 **AI analysis** extracts key concepts, actionable items, and implementation ideas
- 🎯 **Project-aware** - relates insights to YOUR active projects
- 📱 **Telegram notifications** for high-value findings (Pro+)
- 💾 **Knowledge base** - stores everything for future reference
- ⚙️ **Background daemon** mode - runs 24/7 without your input (Pro+)

## 🚀 Quick Start

```bash
cd skills/bookmark-intelligence
npm run setup        # Interactive setup wizard
npm run license:check  # Check your tier and usage
npm start            # Process bookmarks once
npm run daemon       # Run in background (Pro/Enterprise)
```

The interactive wizard will:
1. ✅ Check dependencies
2. 🍪 Guide you through getting X cookies (step-by-step)
3. 🎯 Ask about your projects & interests
4. 🧪 Test your credentials
5. ⚙️ Configure everything

**That's it!** No configuration files to edit, no docs to read (unless you want to).

##...

Related Claw Skills