Awesome-omni-skill notion
Integrate with Notion for knowledge management and collaboration. Use when you need to: (1) create and update Notion pages and databases, (2) search and query database content, (3) manage page properties and relations, or (4) organize workspace content and structure.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/backend/notion" ~/.claude/skills/diegosouzapw-awesome-omni-skill-notion-191213 && rm -rf "$T"
manifest:
skills/backend/notion/SKILL.mdsource content
notion
Integrate with Notion for knowledge management and collaboration. Use when you need to: (1) create and update Notion pages and databases, (2) search and query database content, (3) manage page properties and relations, or (4) organize workspace content and structure.
Installation
refly skill install skp-vlqedjjgqciz6kuyllu6ls3w
Usage
After installation, run the skill using your installation ID:
refly skill run <installationId> --input '{}'
The installation ID is returned when you run
refly skill install.