Skip to content
Back to Make Effects

Card snapshot

makefx.app · 2026-07-14 23:35:12 UTC · d5e4f27feeac15a17770852d7b95958d92031c67294a887c10f4b2ac5b01ca05

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Make Effects",
  "description": "CLI-first media generation with project memory for assets, variants, prompts, lineage, and collaboration.",
  "url": "https://makefx.app",
  "schema": "makefx-agent-discovery-v1",
  "provider": {
    "organization": "Make Effects",
    "url": "https://makefx.app"
  },
  "capabilities": {
    "stores": [
      "spaces",
      "assets",
      "variants",
      "recipes",
      "lineage"
    ],
    "public_interfaces": [
      "markdown-docs",
      "llms.txt",
      "makefx-cli"
    ]
  },
  "documentation_url": "https://makefx.app/docs",
  "llms_txt": "https://makefx.app/llms.txt",
  "llms_full_txt": "https://makefx.app/llms-full.txt",
  "skills_index_url": "https://makefx.app/.well-known/agent-skills/index.json",
  "preferred_cli": "makefx",
  "skills": [
    {
      "id": "read-docs",
      "name": "Read Make Effects docs",
      "description": "Discover public product, CLI, playbook, and parameter documentation.",
      "inputModes": [
        "text/markdown"
      ],
      "outputModes": [
        "text/markdown"
      ],
      "url": "https://makefx.app/llms.txt"
    },
    {
      "id": "use-cli",
      "name": "Use the makefx CLI",
      "description": "Generate media, inspect assets, watch jobs, upload local media, and download results.",
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "url": "https://makefx.app/docs/cli.md"
    }
  ]
}