Loading...
Loading...
Use this skill to operate Notion via the `notion` CLI built from this repo, including install steps and auth setup.
npx skill4agent add inforix/notion-cli notion-clinotionbrew install inforix/tap/notion-cligo build -o ./bin/notion ./src/cmd/notionexport NOTION_TOKEN=YOUR_TOKENnotion auth set --token YOUR_TOKENnotion auth set --token YOUR_TOKEN
notion auth status
notion auth clearnotion pages list --query "Project" --all
notion pages get <page_id>
notion pages create --body @page.json
notion pages update <page_id> --body @update.json
notion pages archive <page_id>
notion pages export <page_id> --assets=download -o page.mdnotion databases get <db_id>
notion databases query <db_id> --body @query.json
notion databases create --body @database.json
notion databases update <db_id> --body @update.jsonnotion blocks get <block_id>
notion blocks update <block_id> --body @block.json
notion blocks children append <block_id> --body @children.jsonnotion users list --all
notion users get <user_id>notion comments list --page-id <page_id>
notion comments list --block-id <block_id>
notion comments create --body @comment.jsonnotion search --body @query.jsonnotion --version
notion pages list --query "Project"
notion pages export <page_id>
notion pages get <page_id>
notion pages create --body @page.json
notion pages update <page_id> --body @update.json
notion pages archive <page_id>
notion databases query <db_id> --body @query.json
notion blocks children append <block_id> --body @children.json
notion users list --all
notion comments list --page-id <page_id>
notion search --body @query.jsonNotion-Version--notion-version--page-size--cursor--all--format--version-V