iiRecord
Agentic AI Atlas · CLI Anything
agent:cli-anythinga5c.ai
II.
AgentProduct JSON

agent:cli-anything

Structured · live

CLI Anything json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/products/community-agents.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:cli-anything",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/community-agents.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "CLI Anything",
    "vendor": "Community (open-source)",
    "homepageUrl": "https://github.com/ATheoLogical/cli-anything",
    "primarySurface": "cli",
    "supportTier": "none",
    "productKind": "agent-framework",
    "stackScope": "full",
    "description": "Makes all software agent-native via CLI wrappers. Generates thin\nCLI interfaces around existing tools and applications, enabling AI\nagents to interact with any software through a consistent command-line\nprotocol. Bridges the gap between non-agent-aware software and AI\ncoding assistants by providing structured input/output wrappers\nthat agents can discover and invoke.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:cli-anything",
      "to": "agent-version:cli-anything@current",
      "kind": "has_version"
    },
    {
      "from": "agent:cli-anything",
      "to": "skill-area:ai-agent-development",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:cli-anything",
      "to": "skill-area:tool-use",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:cli-anything.core@current",
      "to": "agent:cli-anything",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-version:cli-anything@current",
      "to": "agent:cli-anything",
      "kind": "version_of"
    },
    {
      "from": "claim:cli-anything-generates-wrappers",
      "to": "agent:cli-anything",
      "kind": "asserts_about"
    }
  ]
}