ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

flowfi

REST API instructions for FlowFi—authorization, smart accounts, workflows (AI generate, edit, deploy, undeploy, delete, pause, resume, stop), execution (list, start, cancel, events), WebSocket (workflow-status namespace, subscribe execution/workflow/simulation), price (token/USD), templates (list, get, clone), DTO/request/response shapes (pagination, workflow, template, execution), and workflow knowledge base. Use when integrating with the backend API or when the user asks about workflow, execution, real-time, price, templates, DTOs, or auth endpoints.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/devarogundade/flowfi
Or

FlowFi OpenClaw skill

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 <token>.

Grouped docs (content split by topic):

TopicFile
Authorizationdocs/authorization.md
Smart accountsdocs/smart-accounts.md
AI workflows (generate, suggestions, edit by prompt)docs/ai-workflows.md
Workflows (lifecycle, deploy/undeploy/pause/resume/stop/delete, list, draft)docs/workflows.md
DTOs & request/response shapesdocs/dto.md
Execution (REST)docs/execution.md
WebSocket (real-time)docs/websocket.md
Pricedocs/price.md
Templatesdocs/templates.md
Endpoint summary tabledocs/summary.md

See docs/README.md for the full index.

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.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-devarogundade-flowfi": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.