iiRecord
Agentic AI Atlas · Napkin
tool:napkina5c.ai
II.
Tool JSON

tool:napkin

Structured · live

Napkin json

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

File · domain/tools/tools-agent-infrastructure.yamlCluster · domain
Record JSON
{
  "id": "tool:napkin",
  "_kind": "Tool",
  "_file": "domain/tools/tools-agent-infrastructure.yaml",
  "_cluster": "domain",
  "attributes": {
    "languageApplicability": "neutral",
    "displayName": "Napkin",
    "homepageUrl": "https://github.com/nichochar/napkin",
    "kind": "other",
    "description": "Local-first file-based knowledge system for AI agents. Uses a\nprogressively disclosed information architecture where agents start\nwith summaries and drill into detail on demand. Knowledge is stored\nas plain files on disk — no database, no server. Designed for agents\nthat need structured long-term knowledge without external services,\nwith a focus on reducing context window waste through progressive\ndisclosure patterns.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:napkin",
      "to": "skill-area:knowledge-fabric-design",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:napkin",
      "to": "skill-area:context-management",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:napkin",
      "to": "topic:company-brain",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:napkin",
      "to": "topic:knowledge-fabric-architecture",
      "kind": "relates_to_topic",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "knowledge-fabric-impl:napkin-fabric",
      "to": "tool:napkin",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}