agenticflow-skills
Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow. Use when designing workflows with various node types, configuring single agents, or orchestrating workforce collaboration patterns.
Why use this skill?
Master AI automation with AgenticFlow. Design intelligent workflows, configure custom agents, and orchestrate complex multi-agent systems using OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/seanphan/agenticflow-skillWhat This Skill Does
The AgenticFlow skill serves as the foundational toolkit for the OpenClaw AI agent to design, configure, and execute sophisticated automation pipelines. It enables users to move beyond simple chat interactions by constructing complex architectures including linear workflows, autonomous intelligent agents with defined personas, and multi-agent workforce systems. Whether you need to integrate external APIs via MCP providers, process data through specialized nodes, or orchestrate high-level collaborative patterns like Supervisor or Swarm models, this skill provides the schema-driven framework to manage the entire lifecycle of your automation logic.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/seanphan/agenticflow-skill
Once installed, the agent will have access to all documentation, node type schemas, and orchestration patterns defined within the AgenticFlow ecosystem, allowing for immediate architectural planning.
Use Cases
- Automated Data Pipelines: Create a linear workflow that triggers on a webhook, scrapes a website, parses the JSON, and sends a summary to Slack.
- Agentic Specialization: Configure a 'Researcher' agent to search the web and a 'Writer' agent to draft content, orchestrated by a 'Supervisor' agent to ensure quality.
- Content Systems: Combine image generation nodes with text transformation nodes to automatically create and distribute branded marketing collateral.
- API Integration: Use the integrated MCP connectors to pull data from Notion or Gmail and perform conditional logic using workflow nodes.
Example Prompts
- 'Build a linear workflow that fetches new entries from a Notion database, summarizes the content using an LLM node, and emails the result via the Gmail integration.'
- 'Set up a Supervisor workforce pattern where one agent coordinates between a research agent and a proofreading agent to produce a final report.'
- 'How do I configure a custom agent persona that uses the Claude Ask node as its primary reasoning engine?'
Tips & Limitations
- Linear Constraints: Remember that workflows in AgenticFlow are strictly linear and sequential. If you require branching logic or complex loops, you must design these as separate workforce orchestrations rather than single workflow nodes.
- Node Discovery: Always refer to the
node-types.mdreference to verify if a specific external service has a pre-built connector before attempting to build a customhttp_requestnode. - Orchestration: When using the Workforce pattern, ensure you have clearly defined the communication protocols between agents to prevent infinite loops in Swarm patterns.
- Error Handling: When building long chains, verify each node's output schema in
overview.mdto ensure data compatibility between sequential steps.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-seanphan-agenticflow-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, file-read, file-write
Related Skills
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
template-skill
Replace with description of the skill and when Claude should use it.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.