| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "claude-code-voc-intelligence",
- "version": "0.3.15",
- "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.",
- "plugin": "voc-intelligence",
- "skills": [
- "xiaohongshu-trend-intelligence",
- "douyin-trend-intelligence",
- "voc-issue-pool",
- "voc-problem-deep-dive",
- "voc-content-plan",
- "voc-speaking-script",
- "voc-competitor-map",
- "voc-business-workflow"
- ],
- "mcpTools": [
- "voc_business_workflow_run",
- "voc_speaking_script_run",
- "voc_issue_pool_run",
- "voc_problem_deep_dive_run",
- "voc_content_plan_run",
- "voc_competitor_map_run",
- "voc_xiaohongshu_token_check",
- "voc_xiaohongshu_trend_run",
- "voc_xiaohongshu_preference_update",
- "voc_douyin_token_check",
- "voc_douyin_trend_run",
- "voc_douyin_preference_update"
- ],
- "entrySkill": "xiaohongshu-trend-intelligence",
- "capabilityMap": "docs/capability-map.md",
- "bossPromptTemplates": "docs/boss-prompt-templates.md",
- "liveAcceptanceChecklist": "docs/live-manual-acceptance-checklist.md",
- "troubleshootingPlaybook": "docs/claude-code-troubleshooting-playbook.md",
- "paymentLinksDoc": "docs/payment-package-links.md",
- "contextBudgetDoc": "docs/context-budget-implementation-plan.md",
- "primaryUseCases": [
- "First-round Xiaohongshu or Douyin trend intelligence from sample or live collection",
- "Evidence-first customer concern and opportunity reports",
- "Prioritized VOC issue pools with status, evidence, impact, and next actions",
- "Single VOC problem deep dive into boss/operator actions and 7-day validation plans",
- "7-day VOC content plans with speaking scripts and validation metrics",
- "VOC-backed speaking script co-creation with revision, finalization, and script memory",
- "End-to-end VOC business workflow from market voices to issue, action, content, and script",
- "Competitor maps and differentiated opportunity reports from VOC evidence",
- "Multi-turn preference and scoped memory so repeated use gets more tailored",
- "Friendly token and recharge handling for live collection"
- ],
- "recommendedUserPrompts": [
- "帮我做一份家装全屋定制行业的小红书趋势情报。先用演示样例跑通流程,不要真实采集。",
- "帮我看下南昌餐饮行业抖音上用户最近在吐槽什么,先小规模真实采集。",
- "继续深挖“排队”这个问题,站在老板视角告诉我怎么解决。"
- ],
- "sampleCommand": "npm run xhs:sample",
- "mcpSmokeCommand": "npm run mcp:smoke",
- "installCommand": "node install.js",
- "npmInstallCommand": "npm install -g @gangvy/claude-code-voc-intelligence && claude-voc install",
- "npxInstallCommand": "npx @gangvy/claude-code-voc-intelligence install",
- "workspaceInstallCommand": "npx @gangvy/claude-code-voc-intelligence workspace --smoke",
- "workspaceInstallTarget": ".claude/plugins/voc-intelligence",
- "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."
- }
|