Jump to related tools in the same category or review the original source on GitHub.

Notes & PKM @xiaoluoboding Updated 6/28/2026 2,978 downloads 4 stars Security: Pass

Flomo Notes OpenClaw Plugin & Skill | ClawHub

Looking to integrate Flomo Notes into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate notes & pkm tasks instantly, without having to write custom tools from scratch.

What this skill does

Save notes to Flomo via the Flomo inbox webhook. Use when the user says "save to flomo", "记录到 flomo", "flomo note", or asks to store a note in flomo.

Install

ClawHub CLI
openclaw skills install @xiaoluoboding/flomo-notes
Node.js (npx)
npx clawhub@latest install flomo-notes

Full SKILL.md

Open original
Metadata table.
namedescription
flomo-notesSave notes to Flomo via the Flomo inbox webhook. Use when the user says "save to flomo", "记录到 flomo", "flomo note", or asks to store a note in flomo.

SKILL.md content below is scrollable.

flomo-notes

Save notes to Flomo using a single webhook POST.

Setup

Provide your Flomo inbox webhook URL via environment variable:

  • FLOMO_WEBHOOK_URL (required), example: https://flomoapp.com/iwh/XXXXXXXX

You can set it either:

  1. In ~/.openclaw/openclaw.json (recommended):
{
  skills: {
    entries: {
      "flomo-notes": {
        env: {
          FLOMO_WEBHOOK_URL: "https://flomoapp.com/iwh/XXXXXXXX"
        }
      }
    }
  }
}
  1. Or in your shell/service environment:
export FLOMO_WEBHOOK_URL="https://flomoapp.com/iwh/XXXXXXXX"

How the skill works

When triggered, run:

bash scripts/save_to_flomo.sh "<note text>"

Example prompts (to trigger)

  • save to flomo: buy milk, eggs
  • 记录到 flomo:下周美股大事件...

Script manual test

FLOMO_WEBHOOK_URL="https://flomoapp.com/iwh/XXXXXXXX" \
  bash scripts/save_to_flomo.sh "hello from openclaw"

Security

Treat the webhook URL like a secret: anyone with it can post into your Flomo inbox.

ClawHub Registry URL: https://clawhub.ai/xiaoluoboding/skills/flomo-notes

Related skills

If this matches your use case, these are close alternatives in the same category.