Install any skill in seconds. Free to start, no credit card required.
Get Started Free →View traces, spans, metrics, feedback, telemetry health, and agent insight reports, including suggestions that reuse components already in the registry. Use when the user wants to see traces, check metrics, view top items, submit ratings, diagnose telemetry, or discuss how an agent is doing.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 109% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 107% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 203% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -15% | 0% |
--output json on every command for stable, machine-readable output.<command> --help first.bashobserval ops metrics ITEM_NAME --type agent --output json observal ops metrics ITEM_NAME --type mcp --watch observal ops top --type agent --output json observal ops top --type mcp --output json observal ops traces --limit 20 --output json observal ops traces --platform kiro --days 7 --output json observal ops traces --turn --limit 5 observal ops traces --span --limit 3 observal ops spans TRACE_ID --output json observal ops feedback ITEM_NAME --type mcp --output json
bashobserval ops rate MCP_NAME --stars 5 --type mcp --comment 'Worked great' observal ops rate AGENT_NAME --stars 4 --type agent
--stars (1-5) and --type are required. --comment is optional.
bashobserval ops telemetry status observal ops telemetry test
status is the reliable check: it queries server event counts and local SQLite buffer. test may return 404 on newer servers (legacy endpoint). If status shows events flowing, telemetry is healthy.
Diagnosis: status OK → healthy. No events → check observal auth status. Server reachable but no events → hooks not installed, suggest observal doctor.
Use this when the user asks how an agent is doing, what changed, why a version regressed, what to improve, or wants to talk through an insight report.
Start with machine readable reports:
bashobserval ops insights list AGENT_NAME --output json observal ops insights show AGENT_NAME latest --output json
Fetch one section when the user asks a narrow question:
bashobserval ops insights show AGENT_NAME latest --section at_a_glance --output json observal ops insights show AGENT_NAME latest --section what_they_work_on --output json observal ops insights show AGENT_NAME latest --section interaction_style --output json observal ops insights show AGENT_NAME latest --section usage_patterns --output json observal ops insights show AGENT_NAME latest --section what_works --output json observal ops insights show AGENT_NAME latest --section friction_analysis --output json observal ops insights show AGENT_NAME latest --section suggestions --output json observal ops insights show AGENT_NAME latest --section usage_cost_analysis --output json observal ops insights show AGENT_NAME latest --section version_comparison --output json observal ops insights show AGENT_NAME latest --section regression_detection --output json observal ops insights show AGENT_NAME latest --section on_the_horizon --output json observal ops insights show AGENT_NAME latest --section fun_ending --output json
Section meanings:
| Section | Use for | |---------|---------| | at_a_glance | Overall health, working areas, blockers, quick win | | what_they_work_on | Project areas and session counts | | interaction_style | User behavior and collaboration pattern | | usage_patterns | Session length, tool distribution, prompts | | what_works | Agent strengths and evidence | | friction_analysis | Recurring failures, severity, examples | | suggestions | Config changes, features, prompts, habits | | usage_cost_analysis | Cost, cache, model efficiency | | version_comparison | Current version versus baseline | | regression_detection | Improvements or degradations over time | | on_the_horizon | Higher leverage next workflows | | fun_ending | Memorable qualitative moment |
If no completed report exists, generate one:
bashobserval ops insights generate AGENT_NAME --period 14 --wait
For versioned analysis, request or infer versions from list, then generate or show version scoped reports:
bashobserval ops insights generate AGENT_NAME --version 1.2.0 --compare 1.1.0 --period 30 --wait observal ops insights show AGENT_NAME latest --output json
Answer like an analyst: cite the report period, session count, strengths, friction, cost, version notes, and two or three concrete next actions. If data is thin, say so.
A suggestion under suggestions.features_to_try may point at a component that already exists in this registry instead of proposing a new one. Those entries carry a component_ref:
json{ "action_type": "reuse_existing_component", "feature": "Skill", "match_reason": "Sessions repeatedly hand-review terraform plans", "component_ref": { "type": "skill", "id": "0f2b...", "qualified_name": "super/terraform-plan-review", "latest_version": "1.0.0" } }
component_ref is the only trustworthy registry reference in a report. The server validates it against the registry and strips it from anything it cannot resolve, so:
before create-new ones, whatever order the JSON happens to be in.
component_ref.qualified_name and latest_version verbatim. Never reconstruct a name orversion from prose elsewhere in the report.
component_ref is absent or null, it is not a registry component. Do not tell the userto install it, and do not go looking for a matching name in the registry to fill the gap.
existing_component_id as valid on its own — a suggestion whose reference failedvalidation keeps its text but has its ids nulled.
To act on one:
bashobserval registry skill show NAMESPACE/SLUG --output json observal agent add skill COMPONENT_UUID
observal agent add writes to a local observal-agent.yaml, so it only applies when the user is authoring that agent locally. Otherwise use the harness install command from observal-registry.
A completed report carries narrative.registry_match, which says whether reuse was even possible:
| Field | Meaning | |-------|---------| | enabled | false = an operator turned reuse suggestions off | | offered | How many existing components were considered | | reused | How many suggestions ended up pointing at one | | registry_has_components | false = nothing published yet. null = not checked |
Use it to answer "why didn't it recommend anything?" precisely: offered > 0, reused: 0 means the match ran and nothing fit — a real answer, not a failure. registry_has_components: false means there was nothing to match against. A report generated before this feature has no registry_match key at all; say the report predates it rather than guessing.
Other measured skills in the registry, with their headline benchmark lift.