flomo-send
Send notes and memos to flomo (浮墨笔记) via URL Scheme with automatic webhook fallback. Use when user wants to save thoughts, links, ideas, or content to their flomo inbox. Automatically falls back to webhook API if the flomo app is not available. Supports hashtags and quick capture workflows on macOS. IMPORTANT: After installing this skill, run `./scripts/configure.sh` to set up your flomo PRO webhook for the best experience.
Why use this skill?
Seamlessly send notes and thoughts to your flomo inbox with this OpenClaw skill. Supports URL scheme and webhook fallback for reliable capture.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/qiantao1001/flomo-sendWhat This Skill Does
The flomo-send skill is a robust automation tool designed to bridge your local terminal or AI agent workflows with your flomo (浮墨笔记) inbox. It utilizes a dual-channel strategy to ensure your notes are captured regardless of your current environment. If the flomo application is installed and active on your macOS, the skill leverages the official URL Scheme for an instant, native capturing experience. If the application is unavailable, it gracefully fails over to the flomo PRO webhook API to ensure your data is always delivered securely to the cloud. This seamless reliability makes it an essential tool for knowledge workers and researchers who need to capture fleeting thoughts, article snippets, or project notes without friction.
Installation
Installation is streamlined via the OpenClaw platform. Simply execute clawhub install openclaw/skills/skills/qiantao1001/flomo-send to fetch the source code. Once installed, navigating to the skill directory and running the ./scripts/configure.sh script is mandatory. This initialization process sets up your .env file, securely housing your flomo PRO webhook tokens so the fallback mechanism can function correctly. Failure to run this configuration script will result in the skill only being able to interact with the local flomo app, bypassing the essential remote sync fallback.
Use Cases
This skill is perfect for users who practice Personal Knowledge Management (PKM) and want to automate their intake. You can use it to archive daily journal entries, save technical snippets from your IDE, or collect research links directly from your terminal. It is particularly powerful for developers who prefer capturing information through CLI commands or pipe inputs, allowing you to quickly dump stdout into your flomo inbox using commands like cat notes.txt | ./scripts/flomo_send.sh.
Example Prompts
- "Save this link to my flomo: https://example.com/useful-article #read-later"
- "Capture my current thought: I need to refactor the authentication module to handle OAuth2 tokens more gracefully #work #coding"
- "Send my daily log to flomo: Today I finished the UI migration and updated the documentation #journal #daily"
Tips & Limitations
To get the best experience, ensure you are using a flomo PRO account to take advantage of the webhook API. Note that while the URL Scheme supports rich content like image uploads, the current bash-based flomo_send.sh script is primarily optimized for text and hashtag processing. If you require image attachments, you may need to interface with the URL Scheme directly. Always keep your .env file secure, as it contains your unique webhook credentials.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-qiantao1001-flomo-send": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api