{
  "name": "@hiveintelligence/agent-skills",
  "version": "0.2.0",
  "description": "Agent Skills for using Hive MCP: crypto research workflows, tool discovery, client setup, and provenance-aware execution.",
  "type": "module",
  "private": false,
  "license": "MIT",
  "author": "Hive Intelligence",
  "homepage": "https://www.hiveintelligence.xyz",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hive-intel/hive-skills.git"
  },
  "bugs": {
    "url": "https://github.com/hive-intel/hive-skills/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "agent-skills",
    "mcp",
    "crypto",
    "defi",
    "wallet-analytics",
    "token-security",
    "solana",
    "nft",
    "prediction-markets"
  ],
  "files": [
    ".claude-plugin/**/*",
    ".mcp.json",
    "evals/**/*",
    "packs/**/*",
    "references/**/*",
    "scripts/**/*",
    "LICENSE",
    "README.md",
    "SKILL.md",
    "package.json",
    "skills.sh.json"
  ],
  "scripts": {
    "check": "npm run validate && npx skills add . --list && npm pack --dry-run",
    "validate": "node scripts/validate-agent-skills-package.mjs",
    "pack:check": "npm pack --dry-run"
  }
}
