Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

bookifybookify 文档

Agent Skill

bookify 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,794

周安装

155

GitHub Stars

公开资料未说明

下载量

1,228
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:bookify(bookify 文档)
来源仓库:https://github.com/danielefavi/bookify
安装命令:
openclaw skills install bookify
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install bookify

简介

将 Markdown 内容转换为样式化 PDF 或 EPUB 电子书格式。

  • 适合文档归档、出版物输出或知识库统一排版需求。
  • 支持自定义样式与元数据配置,提升阅读体验一致性。
  • 需确保输入文件路径正确且无敏感信息泄露风险。bookify 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装后请参照 README 配置模板与依赖项以避免转换失败。

SKILL.md

name
bookify
description
Convert Markdown files to styled PDF or EPUB ebook using md-bookify. Use when the user wants to generate a PDF document or EPUB ebook from markdown content or files.
source
https://www.npmjs.com/package/md-bookify
version
2.2.1
argument-hint
<file.md> [pdf|epub]
allowed-tools

Convert Markdown to PDF or EPUB

Use the md-bookify npm package via npx to convert Markdown files to styled PDF documents or EPUB ebooks.

Interpreting Arguments

  • If $ARGUMENTS contains a file path (ends in .md or .markdown), convert that file
  • If $ARGUMENTS includes pdf or epub, use that format (default: PDF)
  • If $ARGUMENTS is descriptive (e.g. "convert the README to elegant PDF"), parse the intent
  • If no file is specified, use Glob to find markdown files and ask which to convert

PDF Conversion

npx md-bookify@2.2.1 <input.md> [options]

Options:

  • -o, --output <path> — Output PDF file path (default: same name with .pdf extension)
  • -t, --title <title> — Document title (default: filename)
  • --author <name> — Author name
  • -f, --format <format> — Page format: A4 (default), Letter, Legal
  • -s, --style <name> — Style name or path to .css file (see Styles below)
  • --landscape — Landscape orientation (good for wide tables or code)
  • --margin-top <margin> — Top margin (e.g. 20mm)
  • --margin-right <margin> — Right margin
  • --margin-bottom <margin> — Bottom margin
  • --margin-left <margin> — Left margin

EPUB Conversion

npx md-bookify@2.2.1 epub <input.md> [options]

Options:

  • -o, --output <path> — Output EPUB file path (default: same name with .epub extension)
  • -t, --title <title> — Document title (default: filename)
  • --author <name> — Author name
  • --language <code> — Language code (default: en)
  • --publisher <name> — Publisher metadata
  • --description <text> — Book description metadata
  • --cover <path> — Path to cover image file

Important: EPUB ignores --style, --format, --landscape, and --margin-* flags — those are PDF-only.

Built-in Styles (PDF only)

StyleDescription
defaultClean, modern sans-serif styling
serifTraditional book appearance with serif fonts
elegantRefined typography with tasteful spacing
einkOptimized for e-ink displays, high contrast
eink-serifSerif variant optimized for e-ink readers

Use with -s: npx md-bookify@2.2.1 file.md -s elegant

You can also pass a path to any .css file: npx md-bookify@2.2.1 file.md -s ./custom.css

Supported Markdown Features

  • GitHub Flavored Markdown (tables, task lists, strikethrough)
  • Fenced code blocks with syntax highlighting (TypeScript, JavaScript, Python, Go, Rust, Java, Bash, JSON, CSS, HTML, YAML, SQL, Diff)
  • KaTeX math: $inline$ and $$block$$
  • Images with relative paths (resolved from source file directory)

Error Recovery

  • Chromium not found: Run npx puppeteer@24 browsers install chrome
  • File not found: Verify the path exists. Use Glob to search for markdown files if needed.
  • Node version: Requires Node >= 20

Examples

# Basic PDF
npx md-bookify@2.2.1 README.md

# Styled PDF with author
npx md-bookify@2.2.1 report.md -s elegant --author "Jane Doe" -o output/report.pdf

# US Letter format, landscape
npx md-bookify@2.2.1 data.md -f Letter --landscape

# EPUB ebook with cover
npx md-bookify@2.2.1 novel.md epub --author "Author Name" --cover cover.jpg

# EPUB with metadata
npx md-bookify@2.2.1 docs.md epub -t "User Guide" --publisher "Acme Corp" --description "Complete user guide"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.62%
按下载量换算941

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills