cosense-quick-edit

Edit Scrapbox pages by reading content via MCP and applying URL-encoded body updates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kentoku24/project-guild --skill cosense-quick-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cosense-quick-edit
Source: https://github.com/kentoku24/project-guild/tree/main/docs/skills/cosense-quick-edit
Command: npx skills add https://github.com/kentoku24/project-guild --skill cosense-quick-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Cosense quick edit skill streamlines updating Scrapbox pages by reading content through MCP and applying edits via a browser URL with a body parameter.

Core Features & Use Cases

  • Read page content through MCP and construct an edit payload for a Scrapbox page.
  • Apply edits by opening a URL-encoded body in Scrapbox to perform a full-page update.
  • Use case: Quickly update page titles and body text without manual page-by-page edits.

Quick Start

Run /cosense-quick-edit <page-title> <edit-instructions> to update the Scrapbox page.

Frequently Asked Questions about cosense-quick-edit

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

FAQPage Schema
How do I automate Scrapbox page edits via URL?

You can automate Scrapbox page edits by reading the current content via MCP, constructing an edit payload, and opening a URL-encoded body to perform a full-page update.

Can I rename a Scrapbox page title and update body text at the same time?

Yes, you can rename a Scrapbox page title and update body text simultaneously using a single URL. The process enforces a full-page replacement strategy and excludes the title line from the body content.

What is the best way to do a full-page replacement on Scrapbox?

The best way to perform a full-page replacement on Scrapbox is by encoding the body content into a URL. This method reads the page through MCP and applies the entire updated text via the URL-encoded body parameter.

Does MCP work with Scrapbox for reading and editing pages?

MCP works with Scrapbox to read page content and construct edit payloads. After reading the content, edits are applied externally by opening a URL-encoded body in the browser rather than writing directly through MCP.

Why is the title line excluded from the body when editing Scrapbox pages?

The title line is excluded from the body during Scrapbox page edits because the editing process applies a full-page replacement strategy. Renaming the title and updating the body are handled as distinct parts of the URL payload.