plugin.json 649 B

123456789101112131415161718192021
  1. {
  2. "name": "cwc-makers",
  3. "version": "1.0.0",
  4. "description": "Seamless onboarding for the Code-with-Claude Makers Cardputer: one /maker-setup command clones the build-with-claude repo, flashes UIFlow firmware, and installs the Claude Buddy app bundle onto a freshly-plugged-in M5Stack Cardputer-Adv.",
  5. "author": {
  6. "name": "Anthropic",
  7. "email": "support@anthropic.com"
  8. },
  9. "homepage": "https://claude.com/cwc-makers",
  10. "repository": "https://github.com/moremas/build-with-claude",
  11. "license": "Apache-2.0",
  12. "keywords": [
  13. "cardputer",
  14. "m5stack",
  15. "esp32",
  16. "hardware",
  17. "maker",
  18. "onboarding",
  19. "cwc"
  20. ]
  21. }