{
  "name": "@axon-chain/axon-skills",
  "version": "0.2.0",
  "description": "Installable Axon skill bundles that teach AI agents how to handle Axon mainnet wallet and validator workflows.",
  "type": "module",
  "bin": {
    "axon-skills": "./bin/axon-skills.js"
  },
  "files": [
    "bin",
    "lib",
    "skills"
  ],
  "scripts": {
    "test": "node --test"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "axon",
    "openclaw",
    "ai-agent",
    "skills",
    "validator",
    "wallet"
  ],
  "license": "Apache-2.0"
}
