What problem does it solve?
This Skill executes registered Betty agents by orchestrating the complete lifecycle: loading manifests, generating Claude-friendly prompts, invoking the Claude API (or simulating), executing planned skills, and logging all results. It supports both iterative and oneshot reasoning modes, providing a reliable execution engine for agent-based automation.
Core Features & Use Cases
- Load agent manifests from path or agent name
- Generate Claude-optimized system prompts with capabilities and workflow patterns
- Optional Claude API integration (with mock fallback for development)
- Support for both iterative and oneshot reasoning modes
- Skill selection and execution orchestration
- Comprehensive execution logging to agent_logs/<agent>_<timestamp>.json
- Structured JSON output for programmatic integration
- Error handling with detailed diagnostics and telemetry
Quick Start
Run an agent by name:
python3 skills/agent.run/agent_run.py api.designer "Design a REST API for user management"