flowise-builder

flowise-builder is a skill for Claude Code from oyi77/1ai-skills. It costs 35 tokens per session (1,136 once invoked), scanned A, original, MIT.

A visual builder for LLM workflows, where LLM means a large language model such as a chatbot model. Flowise lets you connect models, documents, data stores, and tools through a drag-and-drop interface, then expose the workflow as an API or website chatbot.

In plain words
What is it for?
Use it to build chatbots, connect models to PDFs or websites, search stored documents, call APIs, and deploy the result as a REST API or embedded website widget.
Why use it?
It lets you prototype AI applications without writing every connection in code. It also provides a visual way to assemble document-based question answering and tool-using workflows.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the 1ai-skills plugin — 209 skills, 4 commands shipped together

Good fit Use it to build chatbots, connect models to PDFs or websites, search stored documents, call APIs, and deploy the result as a REST API or embedded website widget.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oyi77/1ai-skills/flowise-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add oyi77/1ai-skills --skill flowise-builder
Clone the repo
git clone --depth 1 https://github.com/oyi77/1ai-skills

Made for: Claude Code.

Or install 1ai-skills, the plugin that ships this one along with the rest of its 209 skills, 4 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for flowise-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/oyi77/1ai-skills/flowise-builder/github.svg)](https://agentmods.dev/skills/oyi77/1ai-skills/flowise-builder)
Your own site
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/flowise-builder"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/flowise-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for flowise-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/flowise-builder"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/flowise-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,136 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Supply Chain · line 86
    Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
    Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
  • high Privilege Escalation · line 134
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium MCP Rug Pull · line 66
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 69
    Docker image references without a specific tag (:latest is implicit) or digest (@sha256:...) can be silently replaced by a malicious image.
    Fix: Pin the image: image:tag or image@sha256:abc123
  • medium Data Exfiltration · line 86
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.01136
Opus 5 $0.00017 $0.00568
Sonnet 5 $0.00007 $0.00227
Haiku 4.5 $0.00003 $0.00114

Measured 10d ago against content hash d9eaa178a546, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

flowise-builder scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST http://localhost:3000/api/v1/prediction/{chatflow-id} \
automation/flowise-builder/SKILL.md · 167 lines

How it starts

The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Overview

Flowise is an open-source visual tool for building LLM workflows. It provides a drag-drop interface to connect LLMs, document loaders, vector stores, tools, and chains — then deploy as API endpoints.

Capabilities

  • Build chatflows visually with drag-drop nodes
  • Connect to OpenAI, Anthropic, Ollama, and local models
  • Add document loaders (PDF, web, CSV, Notion)
  • Integrate vector stores (Pinecone, FAISS, Chroma, Qdrant)
  • Add tools (web search, calculator, API calls)
  • Deploy as REST API with streaming support
  • Embed chatbot widget in websites

When to Use

Trigger phrases:

  • "flowise builder"

  • "Flowise visual LLM workflow builder — drag-drop chatflows, API endpoints, docume"

  • Building LLM apps without writing code

  • Prototyping RAG chatbots quickly

  • Needing visual workflow design for AI pipelines

  • Deploying AI chatbots as APIs or website widgets

  • Self-hosting AI infrastructure

When NOT to Use

  • Task requires custom AI model training (use ML tools)
  • You need complex AI agent logic (use LangChain directly)
  • Task is about data processing, not AI app building
  • You don't have Flowise instance running
  • Task requires real-time AI inference (use dedicated AI services)
  • You need to build a custom AI application (use development tools)

Pseudo Code

Implementation patterns for common use cases with this skill.

Installation

# npm
npm install -g flowise
npx flowise start

# Docker
docker run -d -p 3000:3000 flowiseai/flowise

# Access at http://localhost:3000

Chatflow Architecture

Document Loader → Text Splitter → Embedding → Vector Store
                                                    ↓
User Question → Embedding → Vector Store Retriever → LLM Chain → Response

API Usage

# Prediction
curl -X POST http://localhost:3000/api/v1/prediction/{chatflow-id} \
  -H "Content-Type: application/json" \
  -d '{"question": "What is the return policy?", "overrideConfig": {}}'

# Streaming
curl -X POST http://localhost:3000/api/v1/prediction/{chatflow-id} \
  -H "Content-Type: application/json" \
  -d '{"question": "Hello", "streaming": true}'

Read the full file on GitHub · 167 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 167 lines · 35 tokens per session scan A d9eaa178a546

Subscribe to this mod's changes

flowise-builder is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 1,136 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.