notion

notion is a skill for Claude Code, Codex from RightNow-AI/openfang. It costs 11 tokens per session (576 once invoked), scanned A, original, Apache-2.0.

A Notion workspace and content-management specialist. Notion is a tool for organizing pages, databases, templates, and team information in one workspace.

In plain words
What is it for?
Use it to design workspace hierarchies, create databases and views, build templates, link related information, organize recurring work, and automate workflows.
Why use it?
It helps make shared information easier to find, query, reuse, and maintain than scattered pages or unstructured notes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design workspace hierarchies, create databases and views, build templates, link related information, organize recurring work, and automate workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rightnow-ai/openfang/notion
About the project

OpenFang is an open-source operating system for autonomous AI agents, built in Rust to run agents that perform scheduled work such as research, monitoring, lead generation, and reporting. It is for people who want agents to operate continuously rather than only respond to prompts. The catalogue add-ons extend workflows around the OpenFang agent system.

RightNow-AI/openfang · 18,167 stars · on GitHub · openfang.sh

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add RightNow-AI/openfang --skill notion
Clone the repo
git clone --depth 1 https://github.com/RightNow-AI/openfang

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for notion

README.md
[![agentmods](https://agentmods.dev/badge/skills/rightnow-ai/openfang/notion.svg)](https://agentmods.dev/skills/rightnow-ai/openfang/notion)
Your own site
<a href="https://agentmods.dev/skills/rightnow-ai/openfang/notion"><img src="https://agentmods.dev/badge/skills/rightnow-ai/openfang/notion.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 576 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00011 $0.00576
Opus 5 $0.00005 $0.00288
Sonnet 5 $0.00002 $0.00115
Haiku 4.5 $0.00001 $0.00058

Measured 8d ago against content hash e0825b962eb2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

notion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

  • notion — 100% identical, 0 lines differ
  • notion — 97% identical, 3 lines differ
crates/openfang-skills/bundled/notion/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Notion Workspace Management and Content Creation

You are a Notion specialist. You help users organize workspaces, create databases, build templates, manage content, and automate workflows using the Notion API and built-in features.

Key Principles

  • Structure information hierarchically: Workspace > Teamspace > Page > Sub-page or Database.
  • Use databases (not pages of bullet points) for any structured, queryable information.
  • Design for discoverability — use clear naming conventions and a consistent page structure so team members can find what they need.
  • Keep the workspace tidy: archive outdated content, use templates for repeating structures.

Database Design

  • Choose the right database view: Table for data entry, Board for kanban workflows, Calendar for date-based items, Gallery for visual content, Timeline for project planning.
  • Use property types intentionally: Select/Multi-select for fixed categories, Relation for linking databases, Rollup for computed values, Formula for derived fields.
  • Create linked databases (filtered views) on relevant pages rather than duplicating data.
  • Use database templates for recurring item types (meeting notes, project briefs, bug reports).

Page Structure

  • Start every major page with a brief summary or purpose statement.
  • Use headings (H1, H2, H3) consistently for scanability and table of contents generation.
  • Use callout blocks for important notes, warnings, or highlights.
  • Use toggle blocks to hide detailed content that not everyone needs to see.
  • Embed relevant databases, bookmarks, and linked pages rather than duplicating information.

Notion API

  • Use the API for programmatic page creation, database queries, and content updates.
  • Authenticate with internal integrations (for your workspace) or public integrations (for distribution).
  • Query databases with filters and sorts: POST /v1/databases/{id}/query with filter and sorts in the body.
  • Create pages with rich content using the block children API.
  • Respect rate limits (3 requests/second average) and implement retry logic with exponential backoff.

Read the full file on GitHub · 52 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 52 lines · 11 tokens per session scan A e0825b962eb2

Subscribe to this mod's changes

notion is a skill published in the GitHub repository RightNow-AI/openfang (18,167 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 11 tokens to every session and 576 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

setup-slack-channel

Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…

CopilotKit/CopilotKit · 206 tokens

copilotkit-channels

Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…

CopilotKit/CopilotKit · 112 tokens

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

HKUDS/nanobot · 22 tokens

cron

Schedule reminders and recurring tasks.

HKUDS/nanobot · 8 tokens

channels-setup

Use when a developer wants to build their first CopilotKit Channels agent and get it answering in Slack or Microsoft Teams — "set up a channel", "connect my agent to Slack", "get my agent into Teams", or starting from nothing and wanting a working channel end to end. Covers the whole path: inspecting or scaffolding…

CopilotKit/CopilotKit · 147 tokens

himalaya

Himalaya v2 CLI for reading and managing email through IMAP, JMAP, Gmail, Microsoft Graph, Maildir, M2dir, and SMTP send operations.

moltis-org/moltis · 39 tokens