langflow

Guide Langflow runtime operations, flow execution, HITL gates, and component authoring.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edupazogle/agentic_cockpit --skill langflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: langflow
Source: https://github.com/edupazogle/agentic_cockpit/tree/main/.agents/skills/langflow
Command: npx skills add https://github.com/edupazogle/agentic_cockpit --skill langflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you operate Langflow safely by guiding you to the right runtime, API execution, HITL, and component authoring paths without risking accidental flow changes.

Core Features & Use Cases

  • Safe runtime operations: Start/stop the server, authenticate, list flows, check health, and manage credentials using the Langflow runtime workflow.
  • Flow execution guidance: Execute flows by ID/name, run with tweaks, stream or poll outputs, and parse execution results through the flows API workflow.
  • Human-in-the-loop patterns: Pause/resume flow execution using HITL decision gates and session state continuity via the HITL resume workflow.
  • Component discovery and authoring: Find built-in components, build custom components, and review/refactor Langflow frontend/backend code with the appropriate sub-skills.
  • Operational guardrails: Enforce rules like reading current flow state before modifying, testing with test_workflow, and avoiding hard-coded API keys in flow JSON.

Quick Start

Ask the AI to run a specific production flow (e.g., Insurance Underwriting) and explain what input you want to send so it selects the correct flows API approach.

Frequently Asked Questions about langflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a Langflow production flow safely using the API?

You can execute Langflow production flows by ID or name via the flows API, optionally including session_id and tweaks, while enforcing guardrails like validating changes before deployment.

What is human-in-the-loop flow orchestration in Langflow?

Human-in-the-loop flow orchestration in Langflow pauses and resumes execution using HITL decision gates, maintaining session state continuity while waiting for human decisions.

How do I add custom components to a Langflow flow?

You add custom components to Langflow by using component discovery and authoring sub-skills to find built-in options or build custom ones, then reviewing and refactoring frontend/backend code.

How can I avoid hard-coded API keys when modifying Langflow flows?

To avoid hard-coded API keys in Langflow flow JSON, apply operational guardrails that manage credentials using the runtime workflow and read current flow state before modification.

Does Langflow runtime operations support health checks and server management?

Yes, Langflow runtime operations support starting and stopping the server, authenticating, listing flows, checking health, and managing credentials through the runtime workflow.