skills/notion-add-to-db/SKILL.md
# Add File to Notion Database ## Trigger When the user asks to add a local file (markdown, text, etc.) to a Notion database, e.g.: - "add X to Notion Control Center" - "send this file to Notion DB" - "create a Notion page from this file in [database name]" ## Inputs 1. **File path** — local file to add (required) 2. **Database name** — Notion database to add to (default: "Control Center") 3. **Status** — property value like "To do", "To review", etc. (optional) 4. **Title override** — custom p
npx skillsauth add razbakov/skills skills/notion-add-to-dbInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When the user asks to add a local file (markdown, text, etc.) to a Notion database, e.g.:
Database ID: 32b9a1fd-a351-8064-9375-dc9a8f839d7a
Data source: collection://32b9a1fd-a351-809d-bd4d-000b0d579048
| Property | Type | Values | |----------|------|--------| | Name | title | — | | Status | status | To do, Need input, In progress, To review, Done | | Project | select | WeDance, ikigai, razbakov.com, sdtv, smm-manager, facts-collector, montuno-club, dancegods, dancegodscompany, brievcase, voice-assistant, tasks-dashboard, call-agent, skill-mix, cv, web100, ai-study-group | | Priority | select | 🔴 High, 🟡 Medium, 🟢 Low | | GTD Type | select | Action, Content Idea, Reference, Someday, Rule | | Source | select | Telegram, Manual, Daily Review, Agent, Bookmark | | Telegram ID | number | message ID | | Due Date | date | any | | Effort | select | S, M, L |
Read the file to get its content. Extract the H1 heading as the default title.
Analyze the file content and any user-provided context to set:
notion-search(query: "<database name>", page_size: 5, max_highlight_length: 0)
Find the database by name. Confirm it's type: "database".
For Control Center, skip search — use the known IDs above.
notion-fetch(id: "<database_id>")
From the response, extract:
<data-source url="collection://<data_source_id>">notion-create-pages(
parent: { data_source_id: "<data_source_id>" },
pages: [{
properties: {
"Name": "<title>",
"Status": "<status>",
"Project": "<project>",
"GTD Type": "<gtd_type>",
"Priority": "<priority>",
"Source": "<source>",
"Effort": "<effort>",
"Telegram ID": <telegram_id_or_null>
},
content: "<file content adapted to Notion markdown>",
icon: "<emoji>"
}]
)
Content adaptation rules:
S3 Analysis (required for Control Center): When adding to the Control Center database, prepend S3 analysis before the file content:
## S3 Analysis
### Tension
[1-2 sentences — what gap or dissonance prompted this]
### Driver
| Conditions | Effect | Relevance |
|------------|--------|-----------|
| [observable facts] | [consequences] | [why it matters for mission/OKRs] |
### Requirement
> [who] needs [conditions] so that [outcomes]
### Response Options
- [ ] [concrete action A]
- [ ] [alternative approach B]
- [ ] [defer/skip option]
---
[file content below]
Return the Notion page URL to the user.
A single Telegram message may contain multiple actions. When processing:
tools
--- name: handoff description: Get an agent past a browser/UI wall it can't (or must not) cross on its own — a login-gated dashboard, a CAPTCHA, a 2FA prompt, an API that keeps rejecting the write, or an irreversible click that policy says a human must make. This skill is an ESCALATION LADDER, not a first move: it tells you to try the automated browser surfaces FIRST (Chrome-in-Claude, computer-use, an autonomous browser sub-agent) and only fall back to the Handoff app — a wrapper browser that h
documentation
Summarize one or more YouTube videos from their links. Use this whenever the user pastes a youtube.com or youtu.be URL (or several) and wants to know what it's about — phrasings like "summarize to telegram", "tldr these videos", "what do these say", "summary of this talk", or just dropping links with no instruction at all. Fetches each video's real transcript via yt-dlp (not the page text, which never contains the transcript), cleans the captions, and writes a per-video summary. Default delivery is Telegram; honor any other surface the user names ("to my notes", "just here in chat", "email it"). Trigger even when the user only pastes bare links — bare YouTube links almost always mean "tell me what's in these".
data-ai
Daily Digest — Chief-of-Staff role consolidates the six top-managers into one Telegram message to the Commander, instead of six. Implements the protocol from agent-proactivity.md.
development
Seed a new or empty Instagram account with a 9-post grid (3×3) so the profile looks established the moment a new visitor lands. Designed for festivals, new businesses, product launches, conferences, communities — any time an empty IG profile would hurt conversion from external traffic (QR scans, flyer drops, cross-promo). Generates assets via /image-from-gemini (per content-publishing rules — never HTML), writes captions with hashtag sets, and outputs a posting order + cadence plan. Trigger generously: phrases like '9 posts for instagram', 'fill my IG', 'starter grid', 'launch grid', 'instagram seed', '9-post grid', 'IG account not to look empty', 'first instagram posts', 'feed bootstrap', '3x3 grid', 'instagram launch content'. Even if the user mentions only one piece (just the images, just the captions, just the order), use this skill — the grid only works as an integrated bundle.