Skill Detail

Record system-level agent activity with AgentSight

Wrap Claude Code, Codex, Gemini CLI, OpenClaw, or another agent command with AgentSight to capture processes, files, network destinations, prompts, and reports.

Monitoring & AlertsMulti-Framework
Monitoring & Alerts Multi-Framework Security Reviewed
⭐ 469 GitHub stars ⬇ 18/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill record-system-level-agent-activity-with-agentsight Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Linux with eBPF support, sudo or equivalent probe permissions, Rust Cargo or AgentSight release binary, target agent CLI such as Claude Code, Codex, Gemini CLI, OpenCode, or OpenClaw
Install & setup
Install with cargo install agentsight or download the latest release binary, verify Linux eBPF and sudo access, run sudo agentsight top for live sessions or run sudo agentsight record followed by the target agent command to capture a run, then inspect the saved session with agentsight report commands.
Author
eunomia-bpf
Publisher
Organization
Last updated
Jun 23, 2026
Quick brief

Use AgentSight when an operator needs to understand what an existing agent CLI actually did on a Linux machine without adding SDK instrumentation or routing traffic through a proxy. The workflow is to install the binary, run live top mode or record a specific command such as Claude Code, Codex, Gemini CLI, OpenCode, OpenClaw, or any local agent process, then inspect saved SQLite-backed reports for subprocesses, file writes, network destinations, prompts, responses, tokens, and audit events. This is useful for auditing risky automation, debugging unexpected tool behavior, reviewing agent side effects, or comparing what a CLI reported with what happened at the operating-system boundary. Invoke this instead of normal application observability when the agent is closed-source, shell-heavy, or crossing process and filesystem boundaries that framework traces miss. The boundary is system-level agent session recording and audit reporting with eBPF/TLS tracing; it is not a generic observability dashboard or an SDK integration.