← 返回 Skills 市场
devarogundade

FlowFi

作者 devarogundade · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
826
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install flowfi
功能描述
REST API instructions for FlowFi—authorization, smart accounts, workflows (AI generate, edit, deploy, undeploy, delete, pause, resume, stop), execution (list...
使用说明 (SKILL.md)

\r \r

FlowFi OpenClaw skill\r

\r Instructions for the FlowFi backend API. Base URL is the backend API root (e.g. https://api.seimoney.link). Protected routes use JWT via Authorization: Bearer \x3Ctoken>.\r \r Grouped docs (content split by topic):\r \r | Topic | File |\r |-------|------|\r | Authorization | docs/authorization.md |\r | Smart accounts | docs/smart-accounts.md |\r | AI workflows (generate, suggestions, edit by prompt) | docs/ai-workflows.md |\r | Workflows (lifecycle, deploy/undeploy/pause/resume/stop/delete, list, draft) | docs/workflows.md |\r | DTOs & request/response shapes | docs/dto.md |\r | Execution (REST) | docs/execution.md |\r | WebSocket (real-time) | docs/websocket.md |\r | Price | docs/price.md |\r | Templates | docs/templates.md |\r | Endpoint summary table | docs/summary.md |\r \r See docs/README.md for the full index.\r \r Quick entry points: Generate workflow → POST /ai/generate-workflow (prompt + smartAccountId). Deploy → POST /workflows/:id/deploy. List workflows → GET /workflows. Real-time → WebSocket namespace /workflow-status; subscribe to execution/workflow/simulation.\r

安全使用建议
This doc-only skill appears to be a straightforward API reference. Before using it, only provide a JWT you trust and understand the token's scope/expiry (prefer short-lived or scoped tokens). Be aware that many endpoints are destructive (DELETE /workflows/:id, POST /workflows/:id/deploy, POST /templates/:id/clone, WebSocket workflow:update) so any automated agent using this skill can change or remove workflows on your backend. Confirm the correct base URL for your environment (docs show different example domains) and avoid handing over tokens with broad/long-lived permissions unless you intend the agent to operate with those privileges.
功能分析
Type: OpenClaw Skill Name: flowfi Version: 1.0.3 The skill bundle provides comprehensive documentation and instructions for an AI agent to interact with the FlowFi backend API, covering authorization, workflow management (generate, deploy, edit, delete), execution, real-time updates via WebSocket, and price information. All described API interactions and instructions are aligned with the stated purpose of managing workflows and smart accounts. There is no evidence of prompt injection against the OpenClaw agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The external domains (`api.seimoney.link`, `api.flowfi.com`) are the legitimate target API endpoints for the skill's functionality.
能力评估
Purpose & Capability
The name/description describe a REST/WebSocket API for workflow management; the files only contain API docs and example endpoints. There are no unrelated binaries, installs, or credentials requested, so required resources are proportionate to the stated purpose.
Instruction Scope
SKILL.md and the docs restrict actions to calling FlowFi REST endpoints and WebSocket messages using a user-supplied JWT. The instructions do not direct reading local files, environment variables, or other system state, nor do they instruct exfiltration to unexpected endpoints. They do allow writing changes to the backend (e.g., deploy, delete, clone, workflow:update) which is expected for this API.
Install Mechanism
No install spec and no code files — this is instruction-only and nothing is written to disk or downloaded during install.
Credentials
The skill declares no required env vars or credentials. It expects the user to supply a JWT for protected routes, which is appropriate for an API-integration doc. No unrelated secrets or multiple unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does describe API actions that are destructive (delete, deploy, clone) but those are legitimate parts of the described API and operate against the remote backend only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install flowfi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /flowfi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Summary: Documentation has been modularized by topic with new files for each major API group. - Split documentation into separate files: authorization, smart accounts, AI workflows, workflows, DTOs, execution, websocket, price, templates, and endpoint summary. - Added a documentation index in docs/README.md and provided links to each topic from the main SKILL.md. - Replaced inlined API instructions with references to the new topic-specific documentation files. - Updated quick entry points for common actions using the more modular documentation structure.
v1.0.2
**flowfi 1.0.2 Changelog** - Expanded documentation to cover new workflow actions: delete, pause, resume, and stop. - Added sections for workflow execution management: list, start, cancel, and fetch execution events. - Introduced real-time integration via WebSocket (workflow-status namespace; subscribe to execution/workflow/simulation updates). - Included endpoints and details for token price lookups and template management (list, categories, display, get by ID, clone). - Documented all request/response (DTO) shapes, including pagination details. - Enhanced overall API capability descriptions and clarified lifecycle management instructions.
v1.0.1
- Full rewrite of API usage instructions and capabilities. - Added detailed steps for JWT authorization, smart account management, and workflow operations. - Explained endpoints for generating workflows via prompt, editing, getting suggestions, deploying, and undeploying. - Removed old node and reference documentation (nodes.md, reference.md). - Provided example prompts and summarized key API endpoints and expected request/response formats.
v1.0.0
Initial release introducing FlowFi – OpenClaw skill: - Allows OpenClaw agents to interact with the FlowFi API for workflow management and automation. - Supports creating, listing, updating, and deploying workflows via REST API with Bearer token authentication. - Provides guidance on using authentication, API endpoints, and error handling. - Documentation includes usage instructions and references to detailed endpoint and node specifications.
元数据
Slug flowfi
版本 1.0.3
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

FlowFi 是什么?

REST API instructions for FlowFi—authorization, smart accounts, workflows (AI generate, edit, deploy, undeploy, delete, pause, resume, stop), execution (list... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 826 次。

如何安装 FlowFi?

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

FlowFi 是免费的吗?

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

FlowFi 支持哪些平台?

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

谁开发了 FlowFi?

由 devarogundade(@devarogundade)开发并维护,当前版本 v1.0.3。

💬 留言讨论