{
  "skill_id": "episodic-memory-indexer",
  "name": "Episodic Memory Indexer",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 5.99,
  "category": "Memory",
  "tier": "standard",
  "tags": [
    "memory",
    "x402",
    "factory:master-2026-07-28",
    "depth:deep",
    "depth:standard"
  ],
  "summary": "Turn sessions into queryable episodes: goals, actions, tools, outcomes, and lessons — so agents recall what was tried without replaying full transcripts.",
  "when_to_use": [
    "Need what-did-we-try-last-time",
    "Debugging agent loops",
    "Post-mortems from runs"
  ],
  "outline": [
    "Segment sessions into episodes",
    "Extract actions outcomes costs",
    "Tag success/fail",
    "Index causal queries",
    "Lesson cards"
  ],
  "capabilities": [
    "Segment sessions into episodes",
    "Extract actions outcomes costs",
    "Tag success/fail",
    "Index causal queries",
    "Lesson cards"
  ],
  "decision_criteria": [
    "You need this when: Need what-did-we-try-last-time",
    "You get capability: Segment sessions into episodes",
    "Budget fits: full unlock is $5.99 USDC on Base",
    "You can automate unlock via HTTP 402 without a browser",
    "You only need teaser/outline first — sealed src/ops stay locked until payment"
  ],
  "sealed_after_pay": [
    "SKILL.md (teaser public)",
    "agent-install.json (public meta)",
    "src/index.js (stub public; full after unlock)",
    "Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT"
  ],
  "challenge": "https://lvlltd.com/api/pay?skill=episodic-memory-indexer",
  "sample": "https://lvlltd.com/skills/episodic-memory-indexer/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=episodic-memory-indexer",
  "teaser": "https://lvlltd.com/sealed/episodic-memory-indexer/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/episodic-memory-indexer/outline.json",
    "GET /api/pay?skill=episodic-memory-indexer",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
