{
  "name": "claude-code-voc-intelligence",
  "version": "0.3.32",
  "capabilities": {
    "summary": "三类情报源同源接入：①社媒内容 ②国内电商+创作者情报 ③海外选品。统一 search→doc→call、鉴权计费一致。",
    "channels": [
      {
        "key": "social",
        "label": "社媒内容",
        "platforms": 18,
        "apis": 1018,
        "examples": [
          "抖音",
          "小红书",
          "TikTok",
          "YouTube",
          "微博",
          "哔哩哔哩",
          "快手",
          "知乎",
          "Instagram",
          "Reddit",
          "Twitter/X",
          "微信/视频号"
        ]
      },
      {
        "key": "ecommerce",
        "label": "国内电商 + 创作者情报",
        "platforms": 32,
        "apis": 288,
        "examples": [
          "京东",
          "淘宝天猫",
          "1688",
          "抖音电商",
          "TikTok Shop",
          "闲鱼",
          "得物",
          "抖音星图",
          "小红书蒲公英"
        ]
      },
      {
        "key": "overseas",
        "label": "海外选品",
        "platforms": 1,
        "apis": 37,
        "examples": [
          "亚马逊"
        ]
      }
    ],
    "totals": {
      "platforms": 51,
      "apis": 1343
    }
  },
  "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.",
  "changelogUrl": "https://www.npmjs.com/package/@vocmarket/voc-skill?activeTab=versions",
  "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",
    "fmode-image-analysis",
    "voc-api-catalog"
  ],
  "mcpTools": [
    "fmode_image_analysis",
    "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",
    "voc_api_search",
    "voc_api_doc",
    "voc_api_call"
  ],
  "apiCatalog": "mcp/catalog/voc-social-endpoints.json",
  "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",
    "Fmode Doubao vision image analysis for screenshots, product images, UI captures, charts, posters, and image text",
    "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 @vocmarket/voc-skill && claude-voc install",
  "npxInstallCommand": "npx @vocmarket/voc-skill install",
  "workspaceInstallCommand": "npx @vocmarket/voc-skill 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, VOC business workflow, and Fmode image analysis so VSCode Claude Code can discover the workflows without relying only on --plugin-dir."
}
