From a356b1437465eacbca1789ea1be7a32f8b7d3d92 Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:23:47 +0000 Subject: [PATCH 1/2] Add skill: notion --- skills/notion/README.md | 28 ++++++++++++++++++++++++++++ skills/notion/SKILL.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 skills/notion/README.md create mode 100644 skills/notion/SKILL.md diff --git a/skills/notion/README.md b/skills/notion/README.md new file mode 100644 index 0000000..0f73533 --- /dev/null +++ b/skills/notion/README.md @@ -0,0 +1,28 @@ +# 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 + +```bash +refly skill install skp-vlqedjjgqciz6kuyllu6ls3w +``` + +## Triggers + +- notion +- notion page +- notion database +- knowledge base + +## Tags + +`productivity` `knowledge` `database` `collaboration` + +## Author + +chizblank + +## Links + +- [View on Refly](https://refly.ai/skill/skp-vlqedjjgqciz6kuyllu6ls3w) diff --git a/skills/notion/SKILL.md b/skills/notion/SKILL.md new file mode 100644 index 0000000..f17591f --- /dev/null +++ b/skills/notion/SKILL.md @@ -0,0 +1,37 @@ +--- +name: notion +description: 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. +skillId: skp-vlqedjjgqciz6kuyllu6ls3w +workflowId: see-workflow-mapping +triggers: + - notion + - notion page + - notion database + - knowledge base +tags: + - productivity + - knowledge + - database + - collaboration +version: 1.0.0 +--- + +# 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 + +```bash +refly skill install skp-vlqedjjgqciz6kuyllu6ls3w +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`. From a7cbd60fbe8ca113c428936ff352d4a3fdd626ed Mon Sep 17 00:00:00 2001 From: a1chiz Date: Mon, 2 Feb 2026 22:43:36 +0800 Subject: [PATCH 2/2] Update workflowId for notion skill --- skills/notion/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/notion/SKILL.md b/skills/notion/SKILL.md index f17591f..74c9b80 100644 --- a/skills/notion/SKILL.md +++ b/skills/notion/SKILL.md @@ -2,7 +2,7 @@ name: notion description: 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. skillId: skp-vlqedjjgqciz6kuyllu6ls3w -workflowId: see-workflow-mapping +workflowId: c-dk9dgpbtk2tm0ov2awozzcv1 triggers: - notion - notion page