II.
AgentProduct JSON
Structured · liveagent:cyclop-one
Cyclop One json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:cyclop-one",
"_kind": "AgentProduct",
"_file": "agent-stack/products/community-agents.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Cyclop One",
"vendor": "Community (open-source)",
"homepageUrl": "https://github.com/cyclopone/cyclopone",
"primarySurface": "desktop",
"supportTier": "none",
"productKind": "full-cli-agent",
"stackScope": "full",
"description": "Autonomous macOS desktop agent powered by Claude vision. Captures\nthe screen, reasons about what it sees, and takes actions via mouse\nand keyboard. Operates at the OS level rather than within a terminal\nor IDE — can interact with any application visible on screen. Uses\nClaude's vision capabilities to understand UI elements, read text,\nand navigate graphical interfaces autonomously.\n"
},
"outgoingEdges": [
{
"from": "agent:cyclop-one",
"to": "agent-version:cyclop-one@current",
"kind": "has_version"
},
{
"from": "agent:cyclop-one",
"to": "skill-area:ai-agent-development",
"kind": "integrates_with",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:cyclop-one.core@current",
"to": "agent:cyclop-one",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-version:cyclop-one@current",
"to": "agent:cyclop-one",
"kind": "version_of"
},
{
"from": "claim:cyclop-one-uses-vision",
"to": "agent:cyclop-one",
"kind": "asserts_about"
}
]
}