{
  "name": "Rentemester",
  "description": "Agent-facing project card for Rentemester, an open source local-first bookkeeping system for small Danish businesses. The site is a project and documentation surface, not a hosted bookkeeping agent endpoint.",
  "url": "https://rentemester.dk/",
  "version": "0.1.0",
  "documentationUrl": "https://rentemester.dk/llms.txt",
  "provider": {
    "organization": "Rentemester",
    "url": "https://github.com/mikkelkrogsholm/rentemester"
  },
  "supportedInterfaces": [
    {
      "url": "https://rentemester.dk/.well-known/agent-skills/index.json",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "rentemester-contribution",
      "name": "Contribute to Rentemester",
      "description": "Read the agent brief, source repository and Danish rule documentation before proposing small, tested patches."
    }
  ],
  "defaultInputModes": ["text/plain", "text/markdown"],
  "defaultOutputModes": ["text/plain", "text/markdown"]
}
