← Back to Skills Marketplace
devarogundade

FlowFi

by devarogundade · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
826
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install flowfi
Description
REST API instructions for FlowFi—authorization, smart accounts, workflows (AI generate, edit, deploy, undeploy, delete, pause, resume, stop), execution (list...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install flowfi
  3. After installation, invoke the skill by name or use /flowfi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug flowfi
Version 1.0.3
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is FlowFi?

REST API instructions for FlowFi—authorization, smart accounts, workflows (AI generate, edit, deploy, undeploy, delete, pause, resume, stop), execution (list... It is an AI Agent Skill for Claude Code / OpenClaw, with 826 downloads so far.

How do I install FlowFi?

Run "/install flowfi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is FlowFi free?

Yes, FlowFi is completely free (open-source). You can download, install and use it at no cost.

Which platforms does FlowFi support?

FlowFi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created FlowFi?

It is built and maintained by devarogundade (@devarogundade); the current version is v1.0.3.

💬 Comments