Files
superpowers-zh/package.json
jiangnan fd145dc641 feat: add OpenClaw support
- Add OpenClaw target in installer (detect .openclaw/, install to skills/)
- Add OpenClaw to README supported tools list, manual install, config table
- Add docs/README.openclaw.md installation guide
- Add openclaw keyword to package.json
2026-03-26 21:07:04 +08:00

54 lines
1.0 KiB
JSON

{
"name": "superpowers-zh",
"version": "1.1.1",
"description": "AI 编程超能力中文版 — 14 个翻译 + 6 个中国特色原创 skills",
"type": "module",
"main": ".opencode/plugins/superpowers.js",
"bin": {
"superpowers-zh": "bin/superpowers-zh.js"
},
"files": [
"bin/",
"skills/",
"agents/",
"commands/",
"hooks/",
".claude-plugin/",
".cursor-plugin/",
".codex/",
".opencode/",
"GEMINI.md",
"gemini-extension.json",
"README.md",
"LICENSE"
],
"keywords": [
"superpowers",
"claude-code",
"cursor",
"codex",
"gemini",
"kiro",
"deerflow",
"trae",
"antigravity",
"openclaw",
"vscode",
"copilot",
"ai-coding",
"skills",
"chinese",
"中文",
"tdd",
"debugging",
"code-review"
],
"repository": {
"type": "git",
"url": "https://github.com/jnMetaCode/superpowers-zh.git"
},
"homepage": "https://github.com/jnMetaCode/superpowers-zh",
"author": "jnMetaCode",
"license": "MIT"
}