open-agentui
Author and run OpenAgentUI YAML workflows headlessly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Author and run OpenAgentUI YAML workflows headlessly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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