โ† All skills
Tencent SkillHub ยท Productivity

Notion Md

Convert Markdown to Notion blocks with full format support. Handles bold, italic, strikethrough, inline code, headings, lists, tables, callouts, and more.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Convert Markdown to Notion blocks with full format support. Handles bold, italic, strikethrough, inline code, headings, lists, tables, callouts, and more.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, dist/README.md, dist/SKILL.md, dist/requirements.txt, requirements.txt

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

notion-md

Convert Markdown to Notion blocks with full format support.

Features

Rich Text: Bold, italic, strikethrough, inline code, underline, color Headings: H1, H2, H3 with proper styling Lists: Bulleted, numbered, toggle lists Blocks: Quotes, callouts, dividers, code blocks Advanced: Tables, nested content, links Parent Page: Configurable parent page ID

1. Get Notion API Key

Go to https://www.notion.so/my-integrations Create new integration Copy the API key (starts with ntn_)

2. Configure API Key

# Option A: Environment variable export NOTION_API_KEY="ntn_your_key" # Option B: Config file mkdir -p ~/.config/notion echo "ntn_your_key" > ~/.config/notion/api_key

3. Get Parent Page ID

The parent page where new pages will be created: notion-md list-pages Or set default: export NOTION_PARENT_PAGE_ID="parent_page_id"

Create Page from File

notion-md create --file article.md --title "My Article" --emoji ๐Ÿ“

Create from stdin

echo "# Hello World" | notion-md create "Page Title"

Options

OptionDescription--file, -fInput Markdown file--title, -tPage title (required)--emoji, -ePage icon (default: ๐Ÿ“„)--parent-id, -pParent page ID--dry-runPreview without creating

List Pages

notion-md list-pages

Append to Page

echo "## New Section" | notion-md append --page-id "abc123..."

Notion Format Mapping

MarkdownNotion Block# Titleheading_1## Titleheading_2### Titleheading_3**bold**bold annotation*italic*italic annotation~~text~~strikethrough`code`code annotation---divider- itembulleted_list_item1. itemnumbered_list_item> quotequotetextcode block::: calloutcallout| table |table (basic)

Rich Content

# My Article **This is bold** and *this is italic*. > Important quote here ## Code Example ```python def hello(): print("Hello World") Item 1 Item 2 ### Create with Options ```bash notion-md create \ --file blog-post.md \ --title "My Blog Post" \ --emoji โœ๏ธ \ --parent-id "page_id_here"

Environment Variables

VariableDescriptionNOTION_API_KEYNotion API keyNOTION_PARENT_PAGE_IDDefault parent page ID

API Version

Notion API: 2022-06-28

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Files
  • SKILL.md Primary doc
  • dist/README.md Docs
  • dist/SKILL.md Docs
  • README.md Docs
  • dist/requirements.txt Files
  • requirements.txt Files