skill-package-manifest.json 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "claude-code-voc-intelligence",
  3. "version": "0.3.15",
  4. "description": "Claude Code native VOC intelligence package for cross-industry social VOC workflows. Includes Xiaohongshu and Douyin trend intelligence, live token checks, evidence-card reports, single-issue VOC deep dives, boss/operator action plans, and scoped multi-turn memory.",
  5. "plugin": "voc-intelligence",
  6. "skills": [
  7. "xiaohongshu-trend-intelligence",
  8. "douyin-trend-intelligence",
  9. "voc-issue-pool",
  10. "voc-problem-deep-dive",
  11. "voc-content-plan",
  12. "voc-speaking-script",
  13. "voc-competitor-map",
  14. "voc-business-workflow"
  15. ],
  16. "mcpTools": [
  17. "voc_business_workflow_run",
  18. "voc_speaking_script_run",
  19. "voc_issue_pool_run",
  20. "voc_problem_deep_dive_run",
  21. "voc_content_plan_run",
  22. "voc_competitor_map_run",
  23. "voc_xiaohongshu_token_check",
  24. "voc_xiaohongshu_trend_run",
  25. "voc_xiaohongshu_preference_update",
  26. "voc_douyin_token_check",
  27. "voc_douyin_trend_run",
  28. "voc_douyin_preference_update"
  29. ],
  30. "entrySkill": "xiaohongshu-trend-intelligence",
  31. "capabilityMap": "docs/capability-map.md",
  32. "bossPromptTemplates": "docs/boss-prompt-templates.md",
  33. "liveAcceptanceChecklist": "docs/live-manual-acceptance-checklist.md",
  34. "troubleshootingPlaybook": "docs/claude-code-troubleshooting-playbook.md",
  35. "paymentLinksDoc": "docs/payment-package-links.md",
  36. "contextBudgetDoc": "docs/context-budget-implementation-plan.md",
  37. "primaryUseCases": [
  38. "First-round Xiaohongshu or Douyin trend intelligence from sample or live collection",
  39. "Evidence-first customer concern and opportunity reports",
  40. "Prioritized VOC issue pools with status, evidence, impact, and next actions",
  41. "Single VOC problem deep dive into boss/operator actions and 7-day validation plans",
  42. "7-day VOC content plans with speaking scripts and validation metrics",
  43. "VOC-backed speaking script co-creation with revision, finalization, and script memory",
  44. "End-to-end VOC business workflow from market voices to issue, action, content, and script",
  45. "Competitor maps and differentiated opportunity reports from VOC evidence",
  46. "Multi-turn preference and scoped memory so repeated use gets more tailored",
  47. "Friendly token and recharge handling for live collection"
  48. ],
  49. "recommendedUserPrompts": [
  50. "帮我做一份家装全屋定制行业的小红书趋势情报。先用演示样例跑通流程,不要真实采集。",
  51. "帮我看下南昌餐饮行业抖音上用户最近在吐槽什么,先小规模真实采集。",
  52. "继续深挖“排队”这个问题,站在老板视角告诉我怎么解决。"
  53. ],
  54. "sampleCommand": "npm run xhs:sample",
  55. "mcpSmokeCommand": "npm run mcp:smoke",
  56. "installCommand": "node install.js",
  57. "npmInstallCommand": "npm install -g @gangvy/claude-code-voc-intelligence && claude-voc install",
  58. "npxInstallCommand": "npx @gangvy/claude-code-voc-intelligence install",
  59. "workspaceInstallCommand": "npx @gangvy/claude-code-voc-intelligence workspace --smoke",
  60. "workspaceInstallTarget": ".claude/plugins/voc-intelligence",
  61. "installHint": "Supports three delivery modes: unzip and run node install.js, install globally into ~/.claude/plugins/voc-intelligence, or install into the current workspace. Workspace mode writes .mcp.json plus .claude/skills/* entries for trend intelligence, issue pool, deep dive, competitor map, content plan, speaking script, and VOC business workflow so VSCode Claude Code can discover the workflows without relying only on --plugin-dir."
  62. }