generate-book — community generate-book, community, ide skills

v1.0.0

このスキルについて

Web 検索と MCP プラグインに基づいて Wiki コンテンツを自動生成する必要があるナレッジ管理エージェントに最適です。 📖 My knowledge Wiki by scraps (https://github.com/boykush/scraps)

boykush boykush
[0]
[1]
Updated: 3/13/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
25
Canonical Locale
ja
Detected Body Locale
ja

Web 検索と MCP プラグインに基づいて Wiki コンテンツを自動生成する必要があるナレッジ管理エージェントに最適です。 📖 My knowledge Wiki by scraps (https://github.com/boykush/scraps)

このスキルを使用する理由

エージェントが $ARGUMENTS と mcp__plugin_mcp-server_scraps__list_tags を使用して包括的な Wiki ファイルを生成できるようにし、Markdown 形式の構造化データを提供し、自動タグ付けとコンテンツの整理を行い、Web スクレイピングと MCP プラグインを使用して効率的なデータの取得と処理を行う。

おすすめ

Web 検索と MCP プラグインに基づいて Wiki コンテンツを自動生成する必要があるナレッジ管理エージェントに最適です。

実現可能なユースケース for generate-book

Web 検索に基づいて本の Wiki コンテンツを自動生成する
本のメタデータを構造化して生成する、タイトル、サブタイトル、著者、画像など
mcp__plugin_mcp-server_scraps__list_tags を使用して本のコンテンツをタグ付けとカテゴリ化する

! セキュリティと制限

  • MCP プラグインが必要、特に mcp__plugin_mcp-server_scraps__list_tags と mcp__plugin_mcp-server_scraps__search_scraps
  • Web 検索結果と出版社ページの可用性に依存する
  • Markdown 形式の Wiki ファイルの生成のみに限定される

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is generate-book?

Web 検索と MCP プラグインに基づいて Wiki コンテンツを自動生成する必要があるナレッジ管理エージェントに最適です。 📖 My knowledge Wiki by scraps (https://github.com/boykush/scraps)

How do I install generate-book?

Run the command: npx killer-skills add boykush/wiki/generate-book. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for generate-book?

Key use cases include: Web 検索に基づいて本の Wiki コンテンツを自動生成する, 本のメタデータを構造化して生成する、タイトル、サブタイトル、著者、画像など, mcp__plugin_mcp-server_scraps__list_tags を使用して本のコンテンツをタグ付けとカテゴリ化する.

Which IDEs are compatible with generate-book?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for generate-book?

MCP プラグインが必要、特に mcp__plugin_mcp-server_scraps__list_tags と mcp__plugin_mcp-server_scraps__search_scraps. Web 検索結果と出版社ページの可用性に依存する. Markdown 形式の Wiki ファイルの生成のみに限定される.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add boykush/wiki/generate-book. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use generate-book immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

generate-book

Install generate-book, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

$ARGUMENTS タイトルの書籍scrapsファイルを生成します

手順

  1. $ARGUMENTS タイトルでWeb検索をし、公式出版社ページ(タイトルの言語に対応)の情報を読み取り
  2. 1から以下の情報を特定
    • タイトル(ファイル名に使用)
    • サブタイトル
    • 著者
    • 訳者(存在する場合)
    • 書籍画像URL
    • 出版社ページのOGPタイトル
    • 出版社ページのURL
    • 目次(部、章、節)
  3. mcp__plugin_mcp-server_scraps__list_tags でタグ一覧を取得し、書籍の内容に適したタグを選択(Bookは必須、他は内容に応じて追加)
  4. mcp__plugin_mcp-server_scraps__search_scraps でタイトルの重複を確認し、配置場所を決定
    • 重複あり: scraps/Book/{タイトル}.md
    • 重複なし: scraps/{タイトル}.md
  5. 以下のフォーマットでファイルを生成
  6. mcp__plugin_mcp-server_scraps__search_scraps で関連scrapsを検索し、リンクを貼るべき箇所を提案

出力フォーマット

markdown
1## {サブタイトル} 2 3### Authors: 4{著者} 5{訳者} 6 7#[[Book]] {関連タグ} 8 9![]({書籍画像URL}) 10 11[{出版社ページOGPタイトル}]({出版社ページURL}) 12 13## {部タイトル} 14 15### {章タイトル} 16 17- 18 19### {章タイトル} 20 21-

フォーマット注意事項

  • サブタイトルがない場合はh2見出しを省略
  • 訳者がない場合はその行を省略
  • 目次はh2以降の見出しを用いてレイヤを表現(部→h2、章→h3、節→h4)
  • 各章見出しの下に箇条書きプレースホルダ - を1行置く(読書時の引用メモ・リンク追記用)
  • 取得できなかった項目は省略
  • タグは #[[Book]] を必須とし、書籍内容に関連するタグを半角スペース区切りで追加(例: #[[Book]] #[[Security]] #[[Testing]]

関連スキル

Looking for an alternative to generate-book or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者