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.
Install via ClawdBot CLI:
clawdbot install xiaoluoboding/flomo-notesSave notes to Flomo using a single webhook POST.
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"
}
}
}
}
}
2) Or in your shell/service environment:
export FLOMO_WEBHOOK_URL="https://flomoapp.com/iwh/XXXXXXXX"
When triggered, run:
bash scripts/save_to_flomo.sh "<note text>"
save to flomo: buy milk, eggs记录到 flomo:下周美股大事件...FLOMO_WEBHOOK_URL="https://flomoapp.com/iwh/XXXXXXXX" \
bash scripts/save_to_flomo.sh "hello from openclaw"
Treat the webhook URL like a secret: anyone with it can post into your Flomo inbox.
AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.