{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_gbrain",
  "slug": "gbrain",
  "name": "GBrain",
  "canonical_url": "https://www.openagent.bot/skills/gbrain",
  "category": "skills",
  "resource_type": "skill",
  "summary": "GBrain is an open project around structured agent memory and context, useful for builders exploring how agents can preserve working knowledge across sessions.",
  "capabilities": [
    "agent-skill",
    "memory",
    "context-retrieval",
    "state-management"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [],
  "interfaces": [
    "repo"
  ],
  "integrations": [],
  "permission_surface": [
    "shell/files",
    "memory"
  ],
  "risk_level": "elevated",
  "source_confidence": "medium",
  "recommended_workflows": [
    "Coding agent workflow",
    "Memory or RAG workflow",
    "Reusable skill workflow"
  ],
  "avoid_when": [
    "Users who want a fully managed consumer product with no setup work",
    "Teams that cannot review the linked source, license, and operational requirements before adoption"
  ],
  "primary_actions": [
    "Inspect repository",
    "Clone the repository"
  ],
  "evidence_urls": [
    "https://github.com/garrytan/gbrain"
  ],
  "last_verified_at": "2026-04-19",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/skills/gbrain.json",
    "markdown_url": "https://www.openagent.bot/skills/gbrain.md",
    "agent_json_url": "https://www.openagent.bot/skills/gbrain.agent.json"
  }
}