← ClaudeAtlas

traceslisted

Query and display recent flux7-mesh traces (tool calls, policy decisions, latency)
KTCrisis/flux7-mesh · ★ 1 · AI & Automation · score 71
Install: claude install-skill KTCrisis/flux7-mesh
Query flux7-mesh traces. Arguments: - $0 = agent filter (optional, default: all) - $1 = tool filter (optional, default: all) - $2 = limit (optional, default: 20) Build the query URL: `http://localhost:9090/traces` with query params: - If $0 is provided and not empty: `?agent=$0` - If $1 is provided and not empty: `&tool=$1` Run: `curl -s "<url>" | jq '.[-${2:-20}:]'` Display results as a table: timestamp, agent, tool, action (allow/deny), latency, status.