Ability Name: community/notion-quick-capture#188
Open
azazrashid wants to merge 7 commits intoopenhome-dev:devfrom
Open
Ability Name: community/notion-quick-capture#188azazrashid wants to merge 7 commits intoopenhome-dev:devfrom
azazrashid wants to merge 7 commits intoopenhome-dev:devfrom
Conversation
Add notion-quick-capture community ability
Voice inbox for Notion: capture tasks and notes, search pages,
read content, and query databases by voice via the Notion API.
Deliverables:
- community/notion-quick-capture/main.py — ability logic (quick add
to database, quick note to page, search, read page, query database;
first-run setup with token validation and database discovery;
handling for multi-data-source DBs and invalid tokens)
- community/notion-quick-capture/config.json — unique_name and
matching_hotwords for trigger registration
- community/notion-quick-capture/__init__.py — package marker
- community/notion-quick-capture/README.md — setup (integration
creation, sharing with OpenHome), trigger words, example flows,
API usage, limitations
Behavior:
- Uses Notion API 2022-06-28; internal integration token (no OAuth).
- Persists integration_token, databases (nickname + schema cache),
notes_page_id in notion_capture_prefs.json (delete-then-write).
- Validates token on startup; re-runs setup if invalid.
- Skips/removes databases that use multiple data sources (unsupported).
- Quick add/query fall back to title-only or no filter when schema
fetch fails.
- Exit words and resume_normal_flow() on all paths; editor_logging_handler
only; no blocked imports.
Suggested Trigger Words
"notion",
"add to my tasks",
"new task",
"add a note",
"add to notion",
"notion note",
"search notion",
"find in notion",
"read from notion",
"notion tasks",
"what tasks",
"capture to notion"
Demo:
https://www.loom.com/share/8b19595010914807a8ec50da118bb8b5
https://www.loom.com/share/ce9d7c49a9a64556919c9684555323e8
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Ability Validation Passed |
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
Contributor
🔍 Lint Results✅
|
Signed-off-by: Abubakar Abbasi <abubakarabbasi541@gmail.com>
Contributor
|
I checked the setup on the link, and I did not get the |
Author
|
@abubakar4360 I checked and it's there. You have to go to the notion.so/profile url and create an internal integration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add notion-quick-capture community ability
Voice inbox for Notion: capture tasks and notes, search pages, read content, and query databases by voice via the Notion API.
Deliverables:
Behavior:
Suggested Trigger Words
"notion",
"add to my tasks",
"new task",
"add a note",
"add to notion",
"notion note",
"search notion",
"find in notion",
"read from notion",
"notion tasks",
"what tasks",
"capture to notion"
Demo:
https://www.loom.com/share/8b19595010914807a8ec50da118bb8b5 https://www.loom.com/share/ce9d7c49a9a64556919c9684555323e8
Type
Checklist
community/my-ability-name/main.pyfollows SDK pattern (extendsMatchingCapability, hasregister_capability+call)README.mdincluded with description, suggested triggers, and setupresume_normal_flow()called on every exit pathprint()— usingeditor_logging_handlerredis,connection_manager,user_config)asyncio.sleep()orasyncio.create_task()— usingsession_tasks