II.
Tool JSON
Structured · livetool:cctop
cctop json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:cctop",
"_kind": "Tool",
"_file": "domain/tools/tools-agent-skills.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "cctop",
"homepageUrl": "https://github.com/anthropics/cctop",
"kind": "other",
"description": "htop-like terminal dashboard for monitoring Claude Code sessions in\nreal-time. Displays active sessions, token usage, tool calls, costs,\nand system resource consumption in a TUI interface. Enables developers\nrunning multiple concurrent Claude Code sessions to monitor activity,\nspot runaway sessions, and track aggregate spend from a single\nterminal pane.\n"
},
"outgoingEdges": [
{
"from": "tool:cctop",
"to": "skill-area:observability-instrumentation",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:cctop",
"to": "skill-area:developer-experience",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:cctop",
"to": "topic:agent-session-management",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:cctop",
"to": "orch-primitive:progress-stream",
"kind": "relates_to_topic",
"attributes": {}
}
],
"incomingEdges": []
}