Home Tutorials Categories Skills About
ZH EN JA KO
📌

PinchTab

Browser Browser & Automation

Install Command

npx clawhub@latest install pinchtab

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install PinchTab to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm PinchTab appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Tab Management Web Bookmarks Reading List

Detailed Description

PinchTab lets OpenClaw manage your web bookmarks and reading list, using conversation to save, categorize, and search webpages you find interesting.

Core Features

  • Bookmark Saving: Save webpage URLs with automatic title and summary retrieval
  • Category Management: Organize bookmarks by tags or folders
  • Full-Text Search: Search saved bookmarks by title, description, and content
  • Reading List: Maintain a "read later" list with reminders
  • Bulk Import: Import existing collections from browser bookmark files

Configuration

{
  skills: {
    pinchtab: {
      storagePath: "~/.openclaw/bookmarks.json",
      autoFetchContent: true,
      categories: ["Tech", "Design", "Product", "Other"]
    }
  }
}

Use Cases

  • "Save this page for me, tag it as Tech"
  • "I bookmarked an article about Redis performance optimization a while back, help me find it"
  • "List all unread bookmarks"
  • "Clean up articles in the reading list that are over a month old"