1
0

marketplace.json 636 B

1234567891011121314151617181920212223
  1. {
  2. "name": "webnovel-writer-marketplace",
  3. "description": "Marketplace for the webnovel-writer Claude Code plugin.",
  4. "metadata": {
  5. "description": "Marketplace for installing the webnovel-writer plugin."
  6. },
  7. "owner": {
  8. "name": "lingfengQAQ"
  9. },
  10. "plugins": [
  11. {
  12. "name": "webnovel-writer",
  13. "description": "长篇网文创作系统(skills + agents + data chain + RAG)",
  14. "version": "6.2.0",
  15. "author": {
  16. "name": "lingfengQAQ"
  17. },
  18. "source": "./webnovel-writer",
  19. "category": "productivity",
  20. "homepage": "https://github.com/lingfengQAQ/webnovel-writer"
  21. }
  22. ]
  23. }