Notion Mvp
/install notion-mvp
notion-mvp
Use this skill to write/read tasks across multiple Notion databases (aliases).
Required env vars
NOTION_TOKEN(integration token,secret_...)- one of:
NOTION_DATABASE_MAP(JSON map alias -> database_id)NOTION_DATABASE_ID(fallback default database)
Example NOTION_DATABASE_MAP:
{"agenda":"db_id_1","tarefas":"db_id_2","crm":"db_id_3"}
Command wrapper
Run:
bash {baseDir}/scripts/notion_mvp.sh \x3Ccommand> [args]
Commands:
add \x3Calias> "\x3Cbloco>" [YYYY-MM-DD] [HH:MM] ["\x3Clocal>"]→ create an item- defaults:
data=today,hora=09:00,local=""
- defaults:
today \x3Calias>→ list items withData = todayquery \x3Calias> "\x3Ctext>"→ search items byBlococontains textaliases→ list configured aliases
Expected database properties
This skill expects these Notion properties in each target database:
Bloco(title)Data(rich_text/text)Hora(rich_text)Local(rich_text)
Usage pattern
- Validate env vars and fail with clear message if missing.
- Resolve the correct database alias (
agenda,tarefas, etc.). - For schedule capture requests, call
addwith alias + Bloco/Data/Hora/Local. - For “hoje” / “today” requests, call
today \x3Calias>. - Return a concise summary after command output.
Examples
bash {baseDir}/scripts/notion_mvp.sh aliases
bash {baseDir}/scripts/notion_mvp.sh add agenda "Ligar para dermatologista" 2026-02-14 10:00 "Barra"
bash {baseDir}/scripts/notion_mvp.sh add tarefas "Consertar tela do celular" 2026-02-14 15:30 "Centro"
bash {baseDir}/scripts/notion_mvp.sh today agenda
bash {baseDir}/scripts/notion_mvp.sh query agenda "dermatologista"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notion-mvp - After installation, invoke the skill by name or use
/notion-mvp - Provide required inputs per the skill's parameter spec and get structured output
What is Notion Mvp?
Create and list Notion tasks in a single database via Notion API. Use when the user asks to add tasks, list today tasks, or capture quick todos in Notion fro... It is an AI Agent Skill for Claude Code / OpenClaw, with 653 downloads so far.
How do I install Notion Mvp?
Run "/install notion-mvp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Notion Mvp free?
Yes, Notion Mvp is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Notion Mvp support?
Notion Mvp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Notion Mvp?
It is built and maintained by luciorenovato (@luciorenovato); the current version is v1.0.0.