Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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...
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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use this skill to write/read tasks across multiple Notion databases (aliases).
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"}
Run: bash {baseDir}/scripts/notion_mvp.sh <command> [args] Commands: add <alias> "<bloco>" [YYYY-MM-DD] [HH:MM] ["<local>"] β create an item defaults: data=today, hora=09:00, local="" today <alias> β list items with Data = today query <alias> "<text>" β search items by Bloco contains text aliases β list configured aliases
This skill expects these Notion properties in each target database: Bloco (title) Data (rich_text/text) Hora (rich_text) Local (rich_text)
Validate env vars and fail with clear message if missing. Resolve the correct database alias (agenda, tarefas, etc.). For schedule capture requests, call add with alias + Bloco/Data/Hora/Local. For βhojeβ / βtodayβ requests, call today <alias>. Return a concise summary after command output.
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"
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.