skills$openclaw/agenticflow-skills
seanphan3.6k

by seanphan

agenticflow-skills – OpenClaw Skill

agenticflow-skills is an OpenClaw Skills integration for ai ml workflows. 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.

3.6k stars5.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

nameagenticflow-skills
descriptionComprehensive 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. OpenClaw Skills integration.
ownerseanphan
repositoryseanphan/agenticflow-skill
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @seanphan/agenticflow-skill
last updatedFeb 7, 2026

Maintainer

seanphan

seanphan

Maintains agenticflow-skills in the OpenClaw Skills directory.

View GitHub profile
File Explorer
16 files
.
reference
agent
overview.md
2.2 KB
tools.md
3.0 KB
workflow
connections.md
2.4 KB
how-to-build.md
5.1 KB
how-to-run.md
3.0 KB
node-types.md
7.1 KB
overview.md
9.0 KB
workforce
overview.md
2.9 KB
patterns.md
4.6 KB
glossary.md
3.0 KB
_meta.json
289 B
SKILL.md
2.9 KB
SKILL.md

name: agenticflow-skills description: 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. license: MIT

AgenticFlow Skills

AgenticFlow is a platform for building AI-powered automation workflows, intelligent agents, and workforce systems.

Quick Navigation

TopicWhen to UseReference
WorkflowBuilding automation flows with nodesworkflow/overview.md
AgentCreating single intelligent agentsreference/agent/overview.md
WorkforceOrchestrating multiple agentsreference/workforce/overview.md

Workflow

Workflows are linear automation pipelines composed of sequential nodes. Each node performs a specific action.

GuideDescription
overview.mdCore concepts, schemas, execution model
how-to-build.mdStep-by-step build guide
how-to-run.mdExecute workflows and handle results
node-types.mdNode type schemas and discovery
connections.mdConnection providers and setup

Node Types Overview

CategoryExample Node TypesPurpose
AI/LLMclaude_ask, openai_chat, geminiAI model calls, text generation
Image Generationgenerate_image, dall_eCreate images from prompts
Data Processingjson_parse, text_transformTransform and manipulate data
Integrationsslack_send, gmail, notionConnect to 300+ external services (MCPs)
API Callshttp_request, webhookHTTP requests and webhooks
File Operationsfile_upload, pdf_parseUpload, download, process files

Note: Workflows in AgenticFlow are linear and sequential - nodes execute top to bottom with no branching or loops.


Agent

An Agent is an AI entity with specific capabilities, tools, and a defined persona.

To learn about agent configuration, load: reference/agent/overview.md


Workforce

Workforce systems coordinate multiple agents to solve complex tasks collaboratively.

To understand orchestration patterns, load: reference/workforce/overview.md

Common Patterns

  • Supervisor - One agent delegates to specialists
  • Swarm - Agents self-organize dynamically
  • Pipeline - Sequential agent handoffs
  • Debate - Agents discuss to reach consensus

Glossary

For terminology and definitions, see reference/glossary.md.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install agenticflow-skills?

Run openclaw add @seanphan/agenticflow-skill in your terminal. This installs agenticflow-skills into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/seanphan/agenticflow-skill. Review commits and README documentation before installing.