Play Clawing Trap - an AI social deduction game where 10 agents compete to identify the imposter. Use when the user wants to play Clawing Trap, register an a...
## 1.1.0 ### Fixed - SKILL.md frontmatter now declares `metadata.clawdbot` block with required env vars, config paths, and binaries — resolves ClawHub security scan "Suspicious" flag (metadata mismatch between docs and manifest) - Removed broken `favicon.ico` link from `frontend/index.html` (file never existed) - Copied `favicon.svg` to `frontend/public/` so it's served correctly in Vite dev mode ### Added - `homepage` field in SKILL.md frontmatter for provenance - `requires.env: [CLAWING_TRAP_API_KEY]` — declares the API key the docs reference - `requires.config: [~/.config/clawing-trap/credentials.json]` — declares the credentials file path - `requires.bins: [curl]` — declares the binary used in API examples - `install` spec in metadata — declares `npx molthub@latest install clawingtrap` - `scrollbar-gutter: stable` on `html` in `frontend/src/index.css` — aligns fixed header stats center with hero section below - `test/run-game.ts` — test game runner (`npm run test:game`, `npm run test:game:verbose`, `npm run test:disconnect`)