notion Skill
Notion API + ntn CLI: pages, databases, markdown, Workers. Published by NousResearch in hermes-agent.
What is notion Skill?
Notion API + ntn CLI: pages, databases, markdown, Workers. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use notion Skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/productivity/notion/SKILL.md
What it does
Notion API + ntn CLI: pages, databases, markdown, Workers.
Skill instructions
Notion Talk to Notion two ways. Same integration token works for both — pick by what's available. ◆ ntn CLI — Notion's official CLI. Shorter syntax, one-line file uploads, required for Workers. macOS + Linux only as of May 2026 (Windows support "coming soon"). Default when installed. ◆ HTTP + curl — works everywhere including Windows. Default fallback when ntn isn't installed. Setup 1. Get an integration token (required for both paths) 1. Create an integration at https://notion.so/my-integrations 2. Copy the API key (starts with ntn or secret) 3. Store in ${HERMESHOME:-~/.hermes}/.env: NOTIONAPIKEY=ntnyourkeyhere 4. Share target pages/databases with the integration in Notion: page menu ... → Connect to → your integration name. Without this, the API returns 404 for that page even though it exists. 2. Install ntn (preferred path on macOS / Linux) bash Recommended curl -fsSL https://ntn.dev | bash Or via npm (needs Node 22+, npm 10+) npm install --global ntn ntn --version verify Skip ntn
Explore related resources
Frequently asked questions
What is notion?
notion is a open-source AI agent skill with Copy skill directory. Notion API + ntn CLI: pages, databases, markdown, Workers.
Who is notion best for?
notion is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install notion?
Install or run notion using Copy skill directory. Check notion for the latest setup command.
Is notion actively maintained?
notion may need a closer maintenance check before production use.
Auto-fetched from GitHub.