Back to Discover

agent-pulse-skills

skill

jane-o-o-o-o

View on GitHub
1 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add jane-o-o-o-o/agent-pulse-skills

README

Agent Pulse Skills

skills.sh Agent Pulse Package

Codex skill for using Agent Pulse to inspect local AI-agent sessions, token usage, model costs, health, reports, and MCP tools.

This repository is a skill package. The actual Agent operating guide lives in agent-pulse/SKILL.md.

Install

Install from GitHub with the skills CLI:

npx skills add Jane-o-O-o-O/agent-pulse-skills

List the skills exposed by this repository:

npx skills add Jane-o-O-o-O/agent-pulse-skills --list

Manual local install:

git clone git@github.com:Jane-o-O-o-O/agent-pulse-skills.git
cd agent-pulse-skills
npx skills add .

Runtime Requirement

The skill tells an agent how to use Agent Pulse, but the agent-pulse CLI must be installed separately:

pip install agentpulse-cli
agent-pulse --version

For local Agent Pulse development:

cd path/to/agent-pulse
pip install -e ".[web]"
agent-pulse --version

What Agents Use It For

User asks aboutAgent Pulse commands the skill points to
Recent usagestatus, top, root dashboard JSON
Sessions and searchsession, search, diff, snapshot
Models and costmodels, leaderboard, optimize, budget
Risk and healthalerts, health, anomaly, forecast, score
Trends and comparisonshistory, timeline, heatmap, compare, compare-projects, insights
Sharing and integrationreport, export, export-html, metrics, web, api, mcp
Setup and discoverydoctor, scan, config, plugins, frameworks, completions

Supported source keys for -P/--platform:

hermes, claude, codex, deepseek, openclaw, copilot, aider, qwen,
opencode, goose, cursor, antigravity, amp

Example Prompts

Use $agent-pulse to summarize my AI agent usage in the last 24 hours.
Use $agent-pulse to check which model cost the most this week.
Use $agent-pulse to diagnose why my dashboard has no sessions.
Use $agent-pulse to compare Codex and Claude activity over the last 7 days.
Use $agent-pulse to list the MCP tools Agent Pulse exposes.

Included Files

agent-pulse/
|-- SKILL.md
|-- agents/
|   `-- openai.yaml
`-- scripts/
    `-- run_agent_pulse_snapshot.py

The helper script runs a compact JSON-friendly snapshot:

python agent-pulse/scripts/run_agent_pulse_snapshot.py --hours 24 --days 7

It gathers diagnosis, current status, top cost sessions, model analytics, leaderboard, forecast, health, score, budget, and insights. Each subcommand has its own timeout so one slow local scan does not block the whole snapshot.

Windows Notes

Agent Pulse prints emoji and box-drawing characters. Use UTF-8 output for reliable command execution:

$env:PYTHONUTF8='1'
$env:PYTHONIOENCODING='utf-8'

Validation

Run the skill validator from the skill-creator skill:

python path/to/skill-creator/scripts/quick_validate.py path/to/agent-pulse

Expected result:

Skill is valid!

Rendered live from jane-o-o-o-o/agent-pulse-skills's GitHub README — not stored, always reflects the source repo.

0 Plugins

No plugins listed in this repo's manifest.

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.