Claude Skill

eunomia-bpf/agentsight

AgentSight 利用 eBPF 为 Claude Code、OpenClaw、Gemini-CLI 等 LLM 和 AI 代理提供零指令可观测性,无需修改代码即可实时监控代理行为。

概览

Stars358
Forks57
语言C
最后更新2026-06-02
最近同步2026-06-13
前往 GitHub

仓库信息

拥有者eunomia-bpf
仓库agentsight
完整名称eunomia-bpf/agentsight
Repo ID1,015,665,264

安装这个 Skill

git clone https://github.com/eunomia-bpf/agentsight.git

Registry 信息

类型mcp_server
质量分75/100
验证状态readme_parsed
最近验证2026-06-13
平台
ClaudeMCPOpenClawCodex
能力
browsermemorysearchterminalworkflowagentebpfllmobservability
识别文件
README.mdREADME.zh-CN.mddocs

项目简介

AgentSight 是一款基于 eBPF 的零指令可观测性工具,专为 LLM 和 AI 代理(如 Claude Code、OpenClaw、Gemini-CLI)设计,无需修改应用代码即可实现深度行为监控。

英文描述

Zero instrucment LLM and AI agent (e.g. claude code, openclaw, gemini-cli) observability in eBPF

要点

  • AI 代理的零指令可观测性
  • 基于 eBPF 的低开销监控
  • 支持 Claude Code、OpenClaw、Gemini-CLI
  • 实时代理行为追踪
  • 无需修改代码

使用场景

  • 监控 Claude Code 代理交互
  • 调试 AI 代理性能问题
  • 观察生产环境中的 LLM 调用模式
  • 代理活动安全审计
  • AI 工作流合规监控

README 摘要

# AgentSight: System-wide AI agent tracing and monitoring with eBPF [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![CI](https://github.com/eunomia-bpf/agentsight/actions/workflows/ci.yml/badge.svg)](https://github.com/eunomia-bpf/agentsight/actions/workflows/ci.yml) [![arXiv:2508.02736](https://img.shields.io/badge/arXiv-2508.02736-b31b1b.svg)](https://arxiv.org/abs/2508.02736) [![DOI:10.1145/3766882.3767169](https://img.shields.io/badge/DOI-10.1145%2F3766882.3767169-blue.svg)](https://dl.acm.org/doi/10.1145/3766882.3767169) **English** | [中文](https://github.com/eunomia-bpf/agentsight/blob/master/README.zh-CN.md) Your local first `perf`/`top`/`strace`/`nsight`-like tool for AI agents. See what agents actually do to your machine, and connect those actions back to the prompts, model calls, and tool decisions that triggered them. Run `agentsight` around Claude Code, Codex, Gemini CLI, OpenCode, OpenClaw, or any command. AgentSight records a local trace of: - processes and child processes, shell commands, cwd, argv, exit status, and duration - files created, written, truncated, renamed, or deleted - network destinations contacted - prompts, responses, tool intent, and LLM/model/token No SDK, no proxy, no vendor integration. AgentSight observes with eBPF and TLS traffic tracing, so it works even when the agent is a closed-source CLI. **✨ Zero Instrumentation Required** ## Quick Start ```bash cargo install agentsight # or: wget https://github.com/eunomia-bpf/agentsight/releases/latest/download/agentsight && chmod +x agentsight sudo agentsight top ``` <div align="center"> <img src="https://github.com/eunomia-bpf/agentsight/raw/master/docs/top-mode-demo.png" alt="AgentSight top live session view" width="10

话题

探索更多

数据来自 GitHub,同步时间:2026-06-13