由人工智能驱动的 PDF 生成器,用于生成法律文档、推介材料和报告。 SAFE、NDA、条款清单、白皮书。 npx ai-pdf-builder。与 Claude、Cursor、GPT、Copilot 一起工作。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ai-pdf-builder或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ai-pdf-builder⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ai-pdf-builder/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ai-pdf-builder description: AI-powered PDF generator for legal docs, pitch decks, and reports. SAFEs, NDAs, term sheets, whitepapers. npx ai-pdf-builder. Works with Claude, Cursor, GPT, Copilot. version: 1.2.3 keywords: pdf-generator, ai-pdf, legal-docs, pitch-deck, startup-docs, investor-docs, ai-writing, document-automation, ycombinator, safe-agreement, nda, term-sheet, whitepaper, ai, ai-agent, ai-coding, llm, cursor, claude, claude-code, gpt, copilot, vibe-coding, mcp, agentic, coding-agent ---
YC-style docs in seconds. AI-powered PDF generator for legal documents, pitch decks, and professional reports.
Generate SAFEs, NDAs, term sheets, whitepapers, and memos from simple prompts. Works with Claude, GPT, Cursor, and AI coding agents. Perfect for:
--company Flag - Inject company name directly via CLIenhance Command - Improve existing content with AIsummarize Command - Generate executive summaries from documentsOption A: Local Generation (Free, Unlimited)
# macOS
brew install pandoc
brew install --cask basictex
sudo tlmgr install collection-fontsrecommended fancyhdr titlesec enumitem xcolor booktabs longtable geometry hyperref graphicx setspace array multirow
# Linux
sudo apt-get install pandoc texlive-full
Option B: Cloud API (Coming Soon) No install required. Get API key at ai-pdf-builder.com
For AI Features: Set your Anthropic API key:
export ANTHROPIC_API_KEY="your-key-here"
npx ai-pdf-builder check
# From markdown file
npx ai-pdf-builder generate whitepaper ./content.md -o output.pdf
# With company name
npx ai-pdf-builder generate whitepaper ./content.md -o output.pdf --company "Acme Corp"
# Document types: whitepaper, memo, agreement, termsheet, safe, nda, report, proposal
# Generate a whitepaper from a prompt
npx ai-pdf-builder ai whitepaper "Write a whitepaper about decentralized identity" -o identity.pdf
# Generate with company branding
npx ai-pdf-builder ai whitepaper "AI in healthcare" -o healthcare.pdf --company "HealthTech Inc"
# Generate other document types
npx ai-pdf-builder ai termsheet "Series A for a fintech startup" -o termsheet.pdf
npx ai-pdf-builder ai memo "Q4 strategy update" -o memo.pdf --company "TechCorp"
# Improve and expand existing markdown
npx ai-pdf-builder enhance ./draft.md -o enhanced.md
# Enhance and convert to PDF in one step
npx ai-pdf-builder enhance ./draft.md -o enhanced.pdf --pdf
# Generate executive summary
npx ai-pdf-builder summarize ./long-document.md -o summary.md
# Summarize as PDF
npx ai-pdf-builder summarize ./report.pdf -o summary.pdf --pdf
import { generateWhitepaper, generateTermsheet, generateSAFE, aiGenerate, enhance, summarize } from 'ai-pdf-builder';
// AI-Generated Whitepaper
const aiResult = await aiGenerate('whitepaper',
'Write about blockchain scalability solutions',
{ company: 'ScaleChain Labs' }
);
// Whitepaper from content
const result = await generateWhitepaper(
'# My Whitepaper\n\nContent here...',
{ title: 'Project Name', author: 'Your Name', version: 'v1.0', company: 'Acme Corp' }
);
if (result.success) {
fs.writeFileSync('whitepaper.pdf', result.buffer);
}
// Enhance existing content
const enhanced = await enhance(existingMarkdown);
// Summarize a document
const summary = await summarize(longDocument);
// Term Sheet with company
const termsheet = await generateTermsheet(
'# Series Seed Term Sheet\n\n## Investment Amount\n\n$500,000...',
{ title: 'Series Seed', subtitle: 'Your Company Inc.', company: 'Investor LLC' }
);
// SAFE
const safe = await generateSAFE(
'# Simple Agreement for Future Equity\n\n...',
{ title: 'SAFE Agreement', subtitle: 'Your Company Inc.' }
);
| Type | Function | Best For | |------|----------|----------| | whitepaper | generateWhitepaper() | Technical docs, litepapers | | memo | generateMemo() | Executive summaries | | agreement | generateAgreement() | Legal contracts | | termsheet | generateTermsheet() | Investment terms | | safe | generateSAFE() | SAFE agreements | | nda | generateNDA() | Non-disclosure agreements | | report | generateReport() | Business reports | | proposal | generateProposal() | Business proposals |
const result = await generateWhitepaper(content, metadata, {
customColors: {
primary: '#E85D04', // Signal Orange
secondary: '#14B8A6', // Coordinate Teal
accent: '#0D0D0D' // Frontier Dark
},
fontSize: 11,
margin: '1in',
paperSize: 'letter'
});
When a user asks to generate a PDF:
--company flag to inject company brandingwhich pandocAI Commands Quick Reference:
ai "" - Generate new document from promptenhance - Improve existing contentsummarize - Create executive summary--company "Name" - Add company branding to any command---
Built by @NextXFrontier & @DLhugly
安装 Ai PDF 生成器 后,可以对 AI 说这些话来触发它
Help me get started with Ai Pdf Builder
Explains what Ai Pdf Builder does, walks through the setup, and runs a quick demo based on your current project
Use Ai Pdf Builder to aI-powered PDF generator for legal docs, pitch decks, and reports
Invokes Ai Pdf Builder with the right parameters and returns the result directly in the conversation
What can I do with Ai Pdf Builder in my documents & notes workflow?
Lists the top use cases for Ai Pdf Builder, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ai-pdf-builder/ 目录(个人级,所有项目可用),或 .claude/skills/ai-pdf-builder/(项目级)。重启 AI 客户端后,用 /ai-pdf-builder 主动调用,或让 AI 根据上下文自动发现并使用。
Ai PDF 生成器 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Ai PDF 生成器 可免费安装使用。请查阅仓库了解许可证信息。
由人工智能驱动的 PDF 生成器,用于生成法律文档、推介材料和报告。 SAFE、NDA、条款清单、白皮书。 npx ai-pdf-builder。与 Claude、Cursor、GPT、Copilot 一起工作。
Ai PDF 生成器 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Ai Pdf Builder
Identifies repetitive steps in your workflow and sets up Ai Pdf Builder to handle them automatically