II.
Tool JSON
Structured · livetool:caveman
Caveman json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:caveman",
"_kind": "Tool",
"_file": "domain/tools/tools-agent-skills.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Caveman",
"homepageUrl": "https://github.com/anthropics/caveman",
"kind": "other",
"description": "Terminal-based task runner for AI agents. Provides minimal structure\nfor managing agent work items with a simple, keyboard-driven TUI.\nFavors direct terminal interaction over complex configuration, making\nit easy to queue, run, and track agent tasks without ceremony.\n"
},
"outgoingEdges": [
{
"from": "tool:caveman",
"to": "skill-area:developer-experience",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:caveman",
"to": "skill-area:operations-automation",
"kind": "tool_used_by",
"attributes": {}
}
],
"incomingEdges": []
}