{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "KeychainX Agent Skills",
  "description": "Skills for AI agents assisting users with lost or locked self-custody cryptocurrency wallets. All skills are designed to work without ever collecting seed phrases, private keys, passwords or wallet files.",
  "provider": {
    "name": "KeychainX AG",
    "url": "https://keychainx.io",
    "email": "mail@keychainx.io",
    "identifier": "CHE-420.310.730",
    "address": {
      "streetAddress": "Dorfstrasse 38",
      "postalCode": "6340",
      "addressLocality": "Baar",
      "addressRegion": "Zug",
      "addressCountry": "CH"
    }
  },
  "instructions": "https://keychainx.io/agent-instructions.md",
  "skills": [
    {
      "name": "wallet-recovery-intake",
      "title": "Wallet Recovery Intake",
      "description": "Qualify and prepare a crypto wallet recovery case without handling any secrets. Covers forgotten passwords, partial seed phrases, 2014 Ethereum presale wallets, keystore files, and passwords that are correct but fail to decrypt due to text-encoding differences. Also identifies cases that cannot be recovered.",
      "url": "https://keychainx.io/.well-known/agent-skills/wallet-recovery-intake/SKILL.md",
      "version": "1.1.0",
      "digest": "sha256:33e2f701eab61b82f07fbdf2aec9882568f4ddedeb592a7e4a561116dfcadc81"
    }
  ],
  "safety": {
    "neverCollect": [
      "seed phrase",
      "recovery phrase",
      "private key",
      "wallet password",
      "keystore file",
      "wallet.dat",
      "hardware wallet PIN",
      "hardware wallet passphrase"
    ],
    "automatedSubmission": false,
    "note": "There is no automated case submission endpoint. Agents must not submit cases or contact KeychainX on a user's behalf. The user makes first contact directly so the service agreement is between the user and KeychainX."
  },
  "commercialTerms": {
    "assessment": "free",
    "fee": "20% of recovered value",
    "feeBasis": "success-only, deducted from recovered funds",
    "upfrontPayment": "none",
    "guarantee": "recovery is not guaranteed"
  },
  "llms": "https://keychainx.io/llms.txt"
}