agent-pulse
Agent Pulse provides a CLI interface to inspect and analyze local AI-agent activity, including session logs, token usage, model costs, and health metrics across multiple platforms like Claude, Aider, and Cursor.
Is agent-pulse safe to install?
Review the source first: our audit of agent-pulse's source files found 49 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with the local filesystem and installed CLI tools, which can modify the environment or expose local log data.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and AI engineers who need to monitor, audit, and optimize local AI-agent performance and costs.
What can you do with it?
- Monitor AI-agent session activity and token consumption
- Analyze model cost, budget status, and cost forecasts
- Diagnose setup issues with agent logs
- Generate performance reports and health checks
- Export metrics for Prometheus or web dashboards
- Integrate with other AI clients via MCP
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, providing clear command tables and workflow instructions for common user scenarios.
What does the skill file contain?
# Agent Pulse ## Purpose Use the installed `agent-pulse` CLI as the source of truth for local AI-agent activity. The PyPI package is `agentpulse-cli`, while the command remains `agent-pulse`. Prefer running commands and summarizing their output over reading the Agent Pulse source code. Always enable UTF-8 on Windows before running commands because Agent Pulse output contains emoji and box drawing: ```powershell $env:PYTHONUTF8='1' $env:PYTHONIOENCODING='utf-8' ``` If `agent-pulse` is not on PATH, ask before installing dependencies. If the user approves, install the PyPI package or try run...
Frequently asked questions
How do I check the status of my AI agents?
Run 'agent-pulse status --json' to view current activity.
Can I filter results by a specific agent platform?
Yes, use the -P or --platform flag followed by the platform name, such as 'agent-pulse --json -P codex'.
How do I troubleshoot missing data?
Run 'agent-pulse doctor --json' to diagnose setup issues or check if the data window needs to be expanded using the --hours flag.
Does this tool track actual costs?
It provides an estimate of total_cost_usd based on a local model pricing table.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.