scrapbox-skill

Read and write Scrapbox and Cosense pages via CLI and TypeScript library.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sizumita/scrapbox-skill --skill scrapbox-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrapbox-skill
Source: https://github.com/sizumita/scrapbox-skill/tree/main
Command: npx skills add https://github.com/sizumita/scrapbox-skill --skill scrapbox-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of reading from and writing to Scrapbox and Cosense pages, streamlining your knowledge management workflow.

Core Features & Use Cases

  • Read Pages: Retrieve page content in plain text or JSON format.
  • Append Content: Add new lines or entire pages to your Scrapbox/Cosense.
  • List & Search: Browse and find existing pages efficiently.
  • Patching: Update specific parts of a page using diff patches.
  • Use Case: Quickly add meeting notes to a project page, search for a specific topic across all your notes, or update a documentation page without manual editing.

Quick Start

Use the scrapbox-skill to read the text content of the page titled 'My Project Notes'.

Frequently Asked Questions about scrapbox-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate reading and writing Scrapbox pages via CLI?

Automate Scrapbox page management via CLI using Playwright to interact with internal APIs and UI elements. It retrieves page content, appends text, and lists pages programmatically without manual browser interaction.

Can I access private Cosense projects using this CLI tool?

Access private Cosense projects by authenticating with a valid connect.sid session token. This enables the CLI to securely read, write, and search content within restricted knowledge management environments.

What is the best way to update specific parts of a Scrapbox page programmatically?

Update specific parts of a Scrapbox page programmatically by applying diff patches. This allows precise modifications to existing note content without overwriting the entire page or requiring manual editing.

Does this tool support searching for specific topics across all my notes?

Searching for specific topics across notes is fully supported. The tool queries internal APIs to list and search existing page content efficiently, streamlining knowledge discovery within Scrapbox or Cosense projects.

How do I add new meeting notes to a Scrapbox project page using a script?

Add new meeting notes to a Scrapbox project by executing a script that appends content. The library supports adding new lines or entire pages to notes, automating the knowledge capture workflow.

What format is retrieved when reading page content from Cosense?

Reading page content from Cosense retrieves data in either plain text or JSON format. This structured output allows downstream scripts and applications to parse and process knowledge management data seamlessly.