open-agentui
Author and run OpenAgentUI YAML workflows headlessly.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Author and run OpenAgentUI YAML workflows headlessly.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Browser automation via Playwright MCP (official Microsoft headless browser)
Image generation and manipulation via MCP
PDF parsing and extraction via MCP
Autonomous tool discovery, evaluation, and integration for agent self-enhancement
Route OpenOS tasks to the correct product skill.
Enrich CRM contacts with LinkedIn and décideur data.
| name | open-agentui |
| description | Author and run OpenAgentUI YAML workflows headlessly. |
| version | 2.1.0 |
| author | OpenPro |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["OpenAgentUI","workflow","YAML","Mistral"],"category":"open-ecosystem","related_skills":["open-brain","open-code","open-dev-workflow","open-app"]}} |
Visual workflow builder — agents author YAML, persist, and run without canvas.
Default LLM: Mistral (mistral-medium-latest) when MISTRAL_API_KEY set.
ensure_openagentui_workflow from mission controlNot for W4 ticket code — use invoke_opencode (open-code).
export MISTRAL_API_KEY=...
openagents auth add mistral
openagents model mistral:mistral-medium-latest
openagents dashboard # :9119 — required for OpenBrain MCP proxy
Enable toolset in config:
tools:
enabled_toolsets:
- openagentui
- openos_engineering
OpenBrain path: OPENAGENTS_DASHBOARD_URL=http://127.0.0.1:9119
| Path | Access |
|---|---|
| Native tools | toolset openagentui |
| OpenBrain MCP | proxies dashboard REST |
| Storage | ~/.openagents/openagentui/workflows/ |
Node reference: references/workflow-nodes.md in this skill folder.
list_openagentui_workflows() — avoid duplicatesstart → agent → end minimum)ensure_openagentui_workflow(name, yaml)run_openagentui_workflow(workflow=name, inputs={...})waiting-approval → resolve_openagentui_approval or /OpenAgentConfig approveRequires dashboard running. Tools: list_openagentui_workflows, ensure_openagentui_workflow, run_openagentui_workflow. Resource: company-brain://openagentui/workflows.
| Need | Path |
|---|---|
| Local OpenAgents agent | Path A native tools |
| OpenBrain-centric agent | Path B MCP + dashboard |
| Ticket implementation | invoke_opencode not workflow |
openagentui toolset enabledarcade/guardrails nodes (import-only)list_openagentui_workflows returns saved namerun_openagentui_workflow completes or pauses at approval with clear idexport_openagentui_workflow_yaml matches intent (optional)/OpenAgentConfig list
/OpenAgentConfig run "My Automation" ticket_id=OP-42
/OpenAgentConfig approve exec_abc123