Provide visibility into the "Black Box" of agent execution by tracking
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill core-andreibesleaga-gabbe-5 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Core Andreibesleaga Gabbe 5?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-core-andreibesleaga-gabbe-5)More formats (shields.io, HTML) on the badges page.
---
name: core
description: Provide visibility into the "Black Box" of agent execution by tracking
cost (tokens) and efficiency (time/loops).
---
---
name: agent-analytics
description: Tracks key performance indicators (KPIs) for AI Agents: Token Usage, Task Duration, Loop Cycles, and Success Rate.
triggers: [analytics, metrics, tokens used, cost tracking, performance report, agent stats]
context_cost: low
---
# Agent Analytics Skill
## Goal
Provide visibility into the "Black Box" of agent execution by tracking cost (tokens) and efficiency (time/loops).
## Flow
### 1. Metric Capture
**Input**: Completion of a Task / Tool Call / Phase.
**Action**: Log the following structured data:
* `timestamp`: ISO 8601
* `agent_id`: Loki / Claude / Gemini
* `task_id`: T-NNN
* `tokens_in`: (Estimated)
* `tokens_out`: (Estimated)
* `duration_ms`: Execution time
* `status`: SUCCESS | FAILURE | RETRY
### 2. Analysis & Alerts
* **Loop Detection**: If `task_id` appears > 5 times in `metrics.log` with `status: RETRY`, trigger `human_escalation`.
* **Cost Anomaly**: If `tokens_out` > 5000 for a simple task, flag as "Verbose/Inefficient".
### 3. Reporting
**Command**: `generate-report`
**Output**: `metrics/weekly_report.md`
* Total Tokens consumed.
* Average Task Duration.
* Success Rate % (First-pass vs Retry).
## Storage
* `agents/memory/metrics/analytics.jsonl` (Append-only log)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!