← 返回 Skills 市场
dotheworknow

OpenClaw Flomo Skill

作者 DoTheWorkNow · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
379
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-flomo-skill
功能描述
Read and write flomo memos on macOS. Use when user asks to fetch recent flomo notes, search memo text in local flomo cache, or create/write a new memo to flo...
安全使用建议
This skill appears to do what it says: to work it reads your local flomo desktop data (config.json and IndexedDB) to obtain the access_token and to discover incoming webhook paths, and it calls flomo APIs/webhooks. That access is necessary for functionality but is sensitive: do not share your flomo config.json. Before installing, verify you trust the skill source and review scripts/flomo_tool.py yourself. Note the registry metadata does not declare required binaries (the script invokes curl and strings) or the optional env vars documented in README; ensure you are comfortable giving the script read access to ~/Library/Containers/com.flomoapp.m/... and network access to flomoapp.com. If you prefer tighter control, set FLOMO_ACCESS_TOKEN or FLOMO_CONFIG_PATH to a limited/throwaway token or run the script in a confined environment and inspect its output (it masks webhook URLs when printing).
功能分析
Type: OpenClaw Skill Name: openclaw-flomo-skill Version: 1.0.0 The OpenClaw Flomo skill is designed to interact with the local Flomo macOS application, reading its configuration and using its API for memo management. The `scripts/flomo_tool.py` accesses local Flomo application files (`config.json`, `IndexedDB`, `renderer.log`) to retrieve necessary tokens and state, which is transparently documented in `README.md` as part of its security model. Network calls are made to `flomoapp.com` using `curl` via `subprocess.run` with arguments passed as lists, mitigating shell injection risks. User-provided content for memo writing is properly JSON-encoded or URL-encoded. The `SKILL.md` instructions guide the AI agent appropriately, including a positive security practice of masking webhook URLs. There is no evidence of intentional data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation. The capability to specify a webhook URL could be misused by a malicious user, but the skill itself does not exhibit malicious intent.
能力评估
Purpose & Capability
The name/description (read/write flomo memos on macOS) aligns with what the code and docs do: the script reads the local flomo config/IndexedDB and calls flomo APIs or incoming webhook URLs to read/write memos. The declared purpose justifies access to the config and flomo API.
Instruction Scope
SKILL.md instructs running the included Python script. The script reads local files (config.json, IndexedDB .ldb, renderer.log), extracts tokens/entries, and performs network calls to flomo endpoints. Reading the local flomo config and IndexedDB is necessary for the stated features, but these files contain sensitive tokens/webhook paths, so this is notable and should be expected by the user.
Install Mechanism
This is an instruction-only skill with a bundled script; there is no external download or install step. Nothing is being pulled from remote sources at install time.
Credentials
The registry metadata lists no required env vars, but README and the script allow/expect several optional env vars (FLOMO_CONFIG_PATH, FLOMO_ACCESS_TOKEN, FLOMO_API_BASE, etc.). The script will read ~/Library/.../config.json and IndexedDB to obtain access_token and webhook info — this is required for function but is sensitive access (it can expose your flomo access token/webhook). The code also invokes system binaries (curl, strings) though the registry did not declare these requirements.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and has no install that persists system-wide beyond being copied into the OpenClaw workspace. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-flomo-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-flomo-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release of flomo read/write skill.
元数据
Slug openclaw-flomo-skill
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Flomo Skill 是什么?

Read and write flomo memos on macOS. Use when user asks to fetch recent flomo notes, search memo text in local flomo cache, or create/write a new memo to flo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。

如何安装 OpenClaw Flomo Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-flomo-skill」即可一键安装,无需额外配置。

OpenClaw Flomo Skill 是免费的吗?

是的,OpenClaw Flomo Skill 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Flomo Skill 支持哪些平台?

OpenClaw Flomo Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Flomo Skill?

由 DoTheWorkNow(@dotheworknow)开发并维护,当前版本 v1.0.0。

💬 留言讨论