flomo-send for Openclaw

A high-reliability bridge for sending thoughts, links, and memos directly to your flomo inbox using automated workflows.

qiantao1001
v1.0.0
Feb 8, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install flomo-send

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install flomo-send using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is flomo-send?

The flomo-send skill is a specialized integration designed to streamline the process of capturing ideas, research, and daily reflections directly into flomo. By leveraging the power of Openclaw Skills, this tool provides a developer-friendly interface to manage your personal knowledge base without leaving your workflow. It is built with a focus on reliability, ensuring that your data is always synced whether you are working locally on macOS or remotely via a server.

At its core, this skill utilizes a dual-channel strategy for communication. It primarily attempts to use the macOS URL Scheme for an instant, local experience with the flomo app. If the app is unavailable, it gracefully transitions to a Webhook API fallback, making it one of the most resilient Openclaw Skills for note-taking. This ensures that your capture workflow remains uninterrupted regardless of your environment setup.

flomo-send Use Cases

  • Capturing fleeting thoughts and brainstormed ideas during coding sessions.
  • Automating the archival of web links and research snippets into your flomo inbox.
  • Creating structured daily journals with automated hashtags for better organization.
  • Forwarding server logs or terminal output to your mobile devices via flomo's cloud sync.
  • Building custom capture workflows that bridge terminal tools with personal knowledge management systems.

How flomo-send Works

  1. The user or AI agent invokes the script with the desired note content and optional hashtags.
  2. The system checks for the presence of the flomo app and attempts to trigger the flomo://create URL scheme.
  3. If the local application call is successful, the note is created instantly within the macOS app.
  4. If the URL scheme fails or the app is not installed, the script automatically switches to the Webhook fallback.
  5. The content is sent via an HTTP POST request to the flomo API using the configured PRO webhook token.
  6. A confirmation status is returned, ensuring the data has been safely handed off to the flomo ecosystem.

flomo-send Setup

To get started with this integration from the collection of Openclaw Skills, follow these steps:

  1. Run the interactive configuration script to set up your environment:
./scripts/configure.sh
  1. Provide your flomo PRO Webhook token when prompted. This will be saved to a local .env file.
  2. Alternatively, you can manually export your credentials in your shell profile:
export FLOMO_WEBHOOK_TOKEN="your_unique_token_here"
  1. Test the installation by sending a sample note:
./scripts/flomo_send.sh "Hello from Openclaw Skills" "#test"

flomo-send Data Schema & Taxonomy

The skill manages data through a combination of environment variables and structured CLI arguments. Below is the primary data structure used for captures:

Property Format Description
Content Plain Text The primary memo body, supporting up to 5000 characters.
Tags Space-separated Hashtags starting with # (e.g., #work #idea).
Image URLs JSON Array (URL Scheme Only) A list of up to 9 publicly accessible image links.
Webhook URL URL String The unique endpoint provided by flomo PRO for API access.

flomo-send Advanced Features

  • Dual-channel failover: Automatically switches between local URL schemes and cloud-based webhooks.
  • Clipboard Integration: Easily pipe contents from the macOS clipboard into your flomo inbox using pbpaste.
  • Multi-line Support: Handles complex, multi-line notes and logs without losing formatting.
  • Headless Operation: Works perfectly in SSH sessions or remote servers where a GUI is not available.
  • UTF-8 Encoding: Built-in Python-based encoding ensures that Chinese characters and special symbols are processed correctly.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*