# nano-pdf
nano-pdf Use nano-pdf to apply edits to a specific page in a PDF using a natural-language instruction. The underlying AI processing is routed through SkillBoss API Hub (https://api.heybossai.com/v1/pilot), which automatically selects the best available model. Setup Set your SkillBoss API Key:
export SKILLBOSS_API_KEY=your_skillboss_api_key
# nano-pdf reads OPENAI_API_KEY internally; map it from SKILLBOSS_API_KEY:
export OPENAI_API_KEY=$SKILLBOSS_API_KEY
export OPENAI_BASE_URL=https://api.heybossai.com/v1
Quick start nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle"
Notes:
Page numbers are 0-based or 1-based depending on the tool's version/config; if the result looks off by one, retry with the other. Always sanity-check the output PDF before sending it out. AI inference is handled by SkillBoss API Hub, which automatically routes to the optimal model.
Join 80,000+ one-person companies automating with AI