vibeguard-observe

vibeguard-observe is a skill for Claude Code, Codex from majiayu000/vibeguard. It costs 42 tokens per session (825 once invoked), scanned A, original, MIT.

A local observability skill for VibeGuard, a Codex App plugin that monitors coding-agent hooks and related activity. It uses local scripts and JSONL log files, where each line stores one JSON record.

In plain words
What is it for?
Use it to view a local VibeGuard dashboard, inspect hook health and statistics, run diagnostics, export metrics, or check local observability status.
Why use it?
It helps determine whether hooks are installed, slow, noisy, stale, or blocking without relying on external telemetry by default.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash plugins/vibeguard/scripts/vibeguard-plugin.sh dashboard.

Good fit Use it to view a local VibeGuard dashboard, inspect hook health and statistics, run diagnostics, export metrics, or check local observability status.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/majiayu000/vibeguard
agentmods
npx agentmods add skills/majiayu000/vibeguard/vibeguard-observe

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vibeguard-observe

README.md
[![agentmods](https://agentmods.dev/badge/skills/majiayu000/vibeguard/vibeguard-observe/github.svg)](https://agentmods.dev/skills/majiayu000/vibeguard/vibeguard-observe)
Your own site
<a href="https://agentmods.dev/skills/majiayu000/vibeguard/vibeguard-observe"><img src="https://agentmods.dev/badge/skills/majiayu000/vibeguard/vibeguard-observe/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vibeguard-observe

Your own site · 80×15
<a href="https://agentmods.dev/skills/majiayu000/vibeguard/vibeguard-observe"><img src="https://agentmods.dev/badge/skills/majiayu000/vibeguard/vibeguard-observe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 825 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00825
Opus 5 $0.00021 $0.00413
Sonnet 5 $0.00008 $0.00165
Haiku 4.5 $0.00004 $0.00082

Measured 12d ago against content hash d6fd3d5eab65, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

vibeguard-observe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/vibeguard/skills/vibeguard-observe/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

VibeGuard Observe

This skill uses VibeGuard's local observability commands through the Codex App plugin bridge. Observability is local-first: use repository scripts and local JSONL logs before discussing external telemetry.

When to Activate

  • User asks to show a VibeGuard dashboard or GUI.
  • User asks whether hooks are installed, noisy, slow, warning, blocking, or stale.
  • User asks for project/global hook stats, health, doctor output, or metrics.
  • User asks to inspect the VibeGuard website/product page from the plugin.

Red Flags

  • No custom Codex panel - the documented plugin manifest does not expose a local HTML panel field. Use the generated local dashboard instead.
  • Runtime/eval collapse - hook health and eval quality are separate surfaces.
  • Remote telemetry drift - do not enable Prometheus, Victoria, OpenTelemetry, or hosted Sites by default.
  • Raw data leak - do not paste local logs, prompts, secrets, or full command payloads unless the user explicitly asks and it is safe.

Checklist

  • Resolve the source checkout with plugins/vibeguard/scripts/vibeguard-plugin.sh repo-dir.
  • Use dashboard for a local HTML first-win overview.
  • Use health for recent hook health.
  • Use stats for project/global trigger summaries.
  • Use doctor or codex-status for install/capability diagnosis.
  • Keep setup changes explicit; do not install hooks while answering observe-only requests.

Commands

From a VibeGuard checkout:

bash plugins/vibeguard/scripts/vibeguard-plugin.sh dashboard
bash plugins/vibeguard/scripts/vibeguard-plugin.sh dashboard --no-open --output /tmp/vibeguard-dashboard.html
bash plugins/vibeguard/scripts/vibeguard-plugin.sh health 24
bash plugins/vibeguard/scripts/vibeguard-plugin.sh stats all
bash plugins/vibeguard/scripts/vibeguard-plugin.sh stats --scope global all
bash plugins/vibeguard/scripts/vibeguard-plugin.sh doctor
bash plugins/vibeguard/scripts/vibeguard-plugin.sh metrics-export
bash plugins/vibeguard/scripts/vibeguard-plugin.sh open-site

Read the full file on GitHub · 81 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 81 lines · 42 tokens per session scan A d6fd3d5eab65

Subscribe to this mod's changes

vibeguard-observe is a skill published in the GitHub repository majiayu000/vibeguard (41 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 825 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ring:exploring-codebases

Exploring a codebase across phases: scopes the target, detects architecture, components, and layers, deep-dives each discovered perspective, then synthesizes findings into actionable guidance with file:line evidence. Use to understand how a feature or system works before planning changes, or to orient on an unfamiliar…

LerianStudio/ring · 91 tokens

ring:instrumenting-streaming-events

Instrumenting streaming events: wires lib-streaming event emission end-to-end into a Lerian Go service via a 13-gate cycle (catalog, Builder bootstrap, Emit sites, outbox, HTTP manifest, NoopEmitter fallback, integration and chaos tests), dispatching ring:backend-go under TDD. Consumes the validated…

LerianStudio/ring · 102 tokens

ring:mapping-feature-relationships

Mapping how features relate and phasing the work: categorizing PRD features, grouping them into domains, charting cross-feature journeys, dependencies, and integration points, and defining the binding Phases that plan.md mirrors one-to-one at Gate 7. Gate 2 of ring:planning-large-features; runs after…

LerianStudio/ring · 104 tokens

ring:auditing-dependency-security

Auditing a dependency for supply-chain risk before install (pip/npm/go/cargo): checks typosquatting, maintainer/age risk, vulnerability DBs (OSV, GHSA, Socket), and lockfile hash pinning, then emits a risk score and approve/conditional/escalate/block decision. Use when adding or updating a dependency, reviewing a…

LerianStudio/ring · 102 tokens

ring:validating-ux-completeness

Validating that UX specifications are complete before technical design: a read-only checklist over wireframes, states, responsive behavior, accessibility, and component-library alignment, emitting a DESIGN VALIDATED / NEEDS REVISION verdict to design-validation.md. Standalone utility — run after a product-designer…

LerianStudio/ring · 113 tokens

ring:structuring-documentation

Structuring documentation: content hierarchy, overview/conceptual/task page structures, section dividers, navigation, tables-vs-lists, code placement, cross-linking, and page-length targets. Use when planning doc structure, organizing a content hierarchy, splitting content across pages, or designing navigation. Skip…

LerianStudio/ring · 87 tokens