Flomo via App for Openclaw

A dual-channel automation tool for sending notes to flomo via macOS URL schemes or reliable webhook fallbacks.

qiantao1001
v1.0.8
Feb 8, 2026
2
2.9k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install flomo-via-app

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-via-app 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 via App?

This skill enables seamless integration between your local development environment and flomo (浮墨笔记). It leverages a robust dual-channel strategy, prioritizing the local macOS URL scheme for instant capture while providing an automatic fallback to the flomo PRO webhook API for maximum reliability. By using Openclaw Skills like this, developers and AI agents can automate the process of saving thoughts, code snippets, or curated links directly to a personal knowledge base.

Whether you are working locally on a Mac or remotely via SSH, this skill ensures your notes reach your inbox. It handles UTF-8 encoding for multi-language support and provides a structured way to categorize thoughts using hashtags directly from the command line.

Flomo via App Use Cases

  • Saving quick thoughts or meeting notes directly from the terminal.
  • Automating the capture of web links or reading lists with custom hashtags.
  • Integrating personal knowledge management into AI agent workflows to 'remember' context.
  • Capturing clipboard content or piped data from other CLI tools as flomo memos.
  • Reliable note-taking on remote servers or SSH sessions using secure webhook fallbacks.

How Flomo via App Works

  1. The user or AI agent triggers the skill with note content and optional hashtags.
  2. The system first attempts to use the native macOS URL scheme (flomo://create) to trigger the local app for an instant save.
  3. If the flomo app is not installed or the local command fails, the skill automatically detects the error.
  4. It then falls back to the flomo PRO Webhook API, sending an authenticated HTTP POST request to flomo servers.
  5. The skill returns a confirmation of the successful capture or provides specific troubleshooting feedback.

Flomo via App Setup

To get started with this skill, run the interactive configuration script:

./scripts/configure.sh

This script will prompt you for your flomo PRO webhook token and save it to a local .env file. For manual configuration or use in CI/CD environments, you can export your credentials directly:

export FLOMO_WEBHOOK_TOKEN="your_token_here"

Flomo via App Data Schema & Taxonomy

The skill manages note data and configuration using the following structure:

Attribute Format Description
Content String The main body of the note (supports UTF-8 and multi-line strings).
Tags String Space-separated hashtags (e.g., #work #idea) parsed by flomo.
Image URLs JSON Array (URL Scheme only) Supports up to 9 publicly accessible image URLs.
Config .env Stores the FLOMO_WEBHOOK_TOKEN and API endpoint settings locally.

Flomo via App Advanced Features

  • Dual-Channel Reliability: Intelligent switching between local app triggers and cloud-based webhooks.
  • Standard Input Support: Ability to pipe data directly into the note-taking script from other processes.
  • Automatic UTF-8 Encoding: Ensures Chinese characters and symbols are handled correctly across all platforms.
  • Multi-line Handling: Preserves formatting for long-form notes and code blocks.
  • CLI Flexibility: Supports both full webhook URLs and simple tokens for environment-agnostic setup within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

Featured*