Searches Notion workspaces and downloads documents with media files to local folders in raw API format. Use when asked to search Notion, fetch Notion documents, download from Notion, get Notion pages, or export Notion content locally.
Downloads Notion documents and media files to local folders using API keys.
/plugin marketplace add biilmann/skills/plugin install biilmann-biilmann-skills@biilmann/skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
reference.mdscripts/notionscripts/notion-cli.jsRequires NOTION_API_KEY environment variable.
Search for documents:
node scripts/notion-cli.js search "query"
Download a document with media:
node scripts/notion-cli.js download <page-id> [output-dir]
Copy this checklist when downloading documents:
Download Progress:
- [ ] Search for document
- [ ] Confirm correct document with user
- [ ] Download document and media
- [ ] Verify output files exist
Step 1: Search
node scripts/notion-cli.js search "search terms"
Returns page IDs and titles.
Step 2: Confirm Show results to user and confirm which document to download.
Step 3: Download
node scripts/notion-cli.js download <page-id> ./output-folder
Downloads JSON data and all media files.
Step 4: Verify Check output folder contains:
notion-data.json (raw API response)notion-data-processed.json (local URLs)media/ folder with images/videosoutput-folder/<page-id>/
├── notion-data.json # Raw Notion API response
├── notion-data-processed.json # URLs rewritten to local paths
├── media-mapping.json # Original URL → local path mapping
└── media/
└── [downloaded images and videos]
Use notion-data-processed.json for further processing—URLs point to local ./media/ files.
For API response format and block types, see reference.md.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.