Notion Skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Notion Skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
A comprehensive marketplace of Claude skills for productive Notion workflows. Transform how you work with Notion by leveraging AI-powered assistance for knowledge capture, meeting intelligence, research documentation, and specification implementation.
Notion Skills provides four specialized, autonomous Claude skills that integrate seamlessly with Notion:
These skills automatically activate when relevant to your task, enhancing productivity without requiring explicit invocation.
notion-skills/
├── .claude-plugin/
│ ├── marketplace.json # Marketplace registry
│ └── plugin.json # Root plugin metadata (deprecated)
├── .gitignore
├── CLAUDE.md # Claude Code integration guide
├── README.md # This file
├── plugins/
│ └── notion-skills/
│ ├── .claude-plugin/
│ │ └── plugin.json # Notion Skills plugin metadata
│ ├── skills/
│ │ ├── knowledge-capture/
│ │ │ ├── SKILL.md # Skill definition
│ │ │ ├── reference/ # Templates and guides
│ │ │ ├── evaluations/ # Test scenarios
│ │ │ └── examples/ # Usage examples
│ │ ├── meeting-intelligence/
│ │ ├── research-documentation/
│ │ └── spec-to-implementation/
│ ├── agents/ # (Optional) Custom agent definitions
│ ├── commands/ # (Optional) Slash commands
│ ├── CLAUDE.md # Plugin-specific integration guide
│ └── README.md # Plugin-specific documentation
├── LICENSE
└── CONTRIBUTING.md# Clone the repository to your Claude plugins directory
git clone https://github.com/tommy-ca/notion-skills.git \
~/.claude/plugins/notion-skills
# Restart Claude Code
# Skills will automatically load and become availablenotion-skills directory into ~/.claude/plugins/For each database you want the skills to access:
export NOTION_API_TOKEN=your_token_hereOr configure in Claude Code settings for persistent storage.
Transform conversations into structured documentation.
Activates when you:
Example:
"Document this discussion in Notion with decisions and action items"
→ Knowledge Capture activates
→ Creates meeting summary with clear structureOutputs:
More Info: See plugins/notion-skills/skills/knowledge-capture/
Prepare for productive meetings with comprehensive context.
Activates when you:
Example:
"Help me prepare for my 2pm meeting with the product team"
→ Meeting Intelligence activates
→ Gathers relevant context, creates agendaOutputs:
More Info: See plugins/notion-skills/skills/meeting-intelligence/
Document research findings with proper sourcing.
Activates when you:
Example:
"Research React vs Vue frameworks and document findings in Notion"
→ Research Documentation activates
→ Conducts research, creates sourced summaryOutputs:
More Info: See plugins/notion-skills/skills/research-documentation/
Convert specifications into detailed implementation plans.
Activates when you:
Example:
"Create an implementation plan for this API specification"
→ Spec-to-Implementation activates
→ Generates detailed task breakdown with timelineOutputs:
More Info: See plugins/notion-skills/skills/spec-to-implementation/
Claude skills are model-invoked, meaning Claude automatically decides when to activate a skill based on:
You don't need to explicitly call skills - they activate automatically when appropriate.
Skills are designed to be token-efficient:
plugins/notion-skills/skills/SKILL.md) are under 500 linesreference/ subdirectoriesevaluations/ subdirectoriesexamples/ subdirectoriesplugins/notion-skills/skills/your-skill-name/SKILL.md with YAML frontmatter: ---
name: your-skill-name
description: Brief description of the skill
---reference/ - Documentation and templatesevaluations/ - Test scenariosexamples/ - Usage examplesyour-skill-name/
├── SKILL.md # Main skill definition
├── reference/
│ ├── guide-1.md
│ └── guide-2.md
├── evaluations/
│ ├── README.md
│ └── scenario-1.json
└── examples/
└── example-1.mdEach skill includes evaluation scenarios in the evaluations/ directory. To test a skill:
We follow the Every Marketplace pattern:
marketplace.json) for plugin discoveryplugins/notion-skills/We follow the Notion Cookbook pattern:
Check:
Solution:
Check:
Debug:
curl -H "Authorization: Bearer $TOKEN" https://api.notion.com/v1/users/meOptimize:
For issues, questions, or feedback:
MIT License - See LICENSE file for details
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Ready to enhance your Notion workflows? Install Notion Skills and let Claude help you capture knowledge, prepare for meetings, conduct research, and implement specifications more effectively.
For detailed integration instructions, see CLAUDE.md.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.