skill-package-manifest.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "claude-code-tihao",
  3. "version": "1.0.19",
  4. "description": "Claude Code native Tihao AI creator sourcing package for client brief to blogger recommendation list workflows.",
  5. "plugin": "tihao",
  6. "skills": [
  7. "tihao",
  8. "fmode-image-analysis"
  9. ],
  10. "mcpTools": [
  11. "fmode_image_analysis",
  12. "tihao_brief_sourcing_run",
  13. "tihao_token_check",
  14. "tihao_preference_update"
  15. ],
  16. "entrySkill": "tihao",
  17. "capabilityMap": "docs/capability-map.md",
  18. "paymentLinksDoc": "docs/payment-package-links.md",
  19. "acceptanceChecklist": "docs/acceptance-checklist.md",
  20. "releaseNotes": "docs/release-notes.md",
  21. "skillDatabaseRecord": "docs/skill-database-record.json",
  22. "primaryUseCases": [
  23. "Read or accept a client brief and turn it into structured sourcing criteria.",
  24. "Generate a business-ready blogger recommendation list with strong/backup/review tiers.",
  25. "Use sample mode for demos without credentials.",
  26. "Use live mode with the company VOC e-commerce proxy for real creator discovery.",
  27. "Analyze screenshots, product images, UI captures, and image text through Fmode Doubao vision.",
  28. "Return friendly token/recharge links instead of raw API errors.",
  29. "Save client and business preference memory for later sourcing rounds."
  30. ],
  31. "recommendedUserPrompts": [
  32. "帮我根据这个 brief 做一版可直接发客户的高质量博主名单,默认用 live + resultFirstMode 跑。",
  33. "读取 E:\\workspace\\tihao-ai\\dha_brief.xlsx,按提号 SOP 生成小红书和抖音候选名单。",
  34. "用 Fmode 帮我识别这张截图,提取文字、主体和风险点。",
  35. "客户说不要硬广、偏素人感,把这个偏好沉淀到下次选号。"
  36. ],
  37. "sampleCommand": "npm run sample",
  38. "mcpSmokeCommand": "npm run mcp:smoke",
  39. "installCommand": "node install.js",
  40. "npmInstallCommand": "npm install -g @vocmarket/tihao && tihao install --smoke",
  41. "npxInstallCommand": "npx --yes @vocmarket/tihao@latest workspace --smoke",
  42. "workspaceInstallCommand": "npx --yes @vocmarket/tihao@latest workspace --smoke",
  43. "workspaceInstallTarget": ".claude/plugins/tihao",
  44. "installHint": "Workspace install writes .mcp.json plus .claude/skills/tihao/SKILL.md and .claude/skills/fmode-image-analysis/SKILL.md so VSCode Claude Code can discover sourcing and image-analysis workflows."
  45. }