Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions skills/notion/README.md
Original file line number Diff line number Diff line change
@@ -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)
37 changes: 37 additions & 0 deletions skills/notion/SKILL.md
Original file line number Diff line number Diff line change
@@ -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: c-dk9dgpbtk2tm0ov2awozzcv1
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 <installationId> --input '{}'
```

The installation ID is returned when you run `refly skill install`.