observal-agents

Solid

Create, update, version, and manage Observal agents. Use when the user wants to create a new agent, update an existing one, release a new version, scaffold a YAML project, add components, build, publish, bulk-create, delete, or restore agents.

AI & Automation 1,827 stars 301 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Observal Agents: Agent Lifecycle Management ## Critical Rules 1. **EXECUTE commands**: run them in your shell. Set timeout to 60 seconds. 2. **Use single quotes** for `--prompt` and `--description` values. 3. **Pass `--output json`** on list/show/versions commands. 4. **Pass `--yes`** on destructive commands (`delete`, `unarchive`, `bulk-create`). 5. **Resolve 409:** `observal agent publish --update` for in-place edits, `observal agent release --bump` for reviewed releases. 6. **When in doubt about a flag, run `<command> --help` first.** --- ## Procedure: Create Agent Required: `--name`, `--description`, `--prompt`. Optional: `--model` (default: `claude-sonnet-4`), `--ide` (repeatable), `--owner`, `--prompt-file`, `--from-file`. > **WARNING:** Without `--name` and `--prompt`, the command launches an interactive wizard. Always pass at least `--name`, `--description`, and `--prompt`. ```bash observal agent create \ --name AGENT_NAME \ --description 'Short description' \ --prompt 'System prompt content' \ --model claude-sonnet-4 \ --ide kiro --ide claude-code ``` Error branching: - **`409`**: switch to Procedure: Update Agent or Release Agent Version. - **`422`**: missing required field. Check message, fix, retry. - **`Connection failed`**: server unreachable; use `observal-advanced` skill's Local Fallback. --- ## Procedure: Update Agent Skips review queue. Overwrites in place. 1. Write `observal-agent.yaml`. **Critical:** include `model_config_json: {}` ...

Details

Author
BlazeUp-AI
Repository
BlazeUp-AI/Observal
Created
2 months ago
Last Updated
today
Language
Python
License
AGPL-3.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

observal

Core Observal CLI operations: pull agents into your IDE, scan installed components, diagnose and patch IDE configs, authenticate, and manage CLI settings. Use when the user wants to install an agent, check their IDE setup, login, or configure the CLI.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-advanced

Advanced Observal operations including session reconciliation, CLI upgrades and downgrades, complete uninstallation, and local fallback mode for offline use. Use when the user wants to reconcile sessions, upgrade or downgrade the CLI, uninstall Observal, or write agent configs locally when the server is unreachable.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

observal-admin

Observal admin operations including user management, enterprise settings, submission review queue, security events, audit logs, and SSO configuration. Use when the user needs to manage users, approve or reject submissions, view security events, or configure SAML/SCIM.

1,827 Updated today
BlazeUp-AI
AI & Automation Solid

sub-agents

Create and configure Claude Code sub-agents with custom prompts, tools, and models

3,795 Updated 4 months ago
parcadei
AI & Automation Solid

oc-update-agent

Updates an existing OpenCode agent to match current platform best practices, fixes deprecated patterns, and validates the result. Use when user says "update opencode agent", "fix opencode agent", "migrate agent to opencode", or wants to modernize an existing OpenCode agent file.

38 Updated today
sequenzia