mit einem Klick
run-agent
// Execute a universal CLOD agent definition and orchestrate referenced skills.
// Execute a universal CLOD agent definition and orchestrate referenced skills.
Start, stop, restart, and check the status of the agent-cron daemon. Use when you need to manage the daemon lifecycle, check if the daemon is running, restart after config changes, or troubleshoot daemon startup issues.
Create and configure agent-cron job files from natural language descriptions.
Edit and delete existing agent-cron job files through natural language conversation.
Install, configure, and verify the agent-cron daemon.
Monitor job execution, view history, check logs, diagnose failures, and review aggregate statistics for agent-cron scheduled jobs. Use when asked about job status, execution results, or failures.
| name | run-agent |
| description | Execute a universal CLOD agent definition and orchestrate referenced skills. |
| last_validated | "2026-03-21T00:00:00.000Z" |
sequential | parallel, default: sequential) -- Whether to run skills sequentially or in parallel../skills relative to the repo root.agent_path as CLOD agent markdown.execution_mode or parallelism hints inside the agent document.args as needed.steps with timestamps, skill id, status, and output excerpt.Execution Rules
parallel, request platform-native fan-out up to max_parallel; when the platform lacks native parallelism, run sequentially.log_path provided, append JSONL events for observability.Invocation guidance by platform
agent selects the adapter (codex | gemini | opencode | claude | copilot).agent_path + args. Parallel blocks are honored only when the user/agent explicitly requests parallel work; the adapter may spawn background shell tasks when safe, otherwise runs sequentially.parallel blocks to Gemini’s native fan-out when available.parallel; otherwise it executes in order.agent: claude; this skill is bypassed.