skill-database-record.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "table": "skills",
  3. "updatedAt": "2026-08-14",
  4. "records": [
  5. {
  6. "skillName": "tihao",
  7. "displayName": "提号",
  8. "status": "published",
  9. "npmPackage": "@vocmarket/tihao",
  10. "npmVersion": "1.0.19",
  11. "npmUrl": "https://www.npmjs.com/package/@vocmarket/tihao",
  12. "tarballUrl": "https://registry.npmjs.org/@vocmarket/tihao/-/tihao-1.0.19.tgz",
  13. "installCommand": "npx --yes @vocmarket/tihao@latest workspace --smoke",
  14. "globalInstallCommand": "npm install -g @vocmarket/tihao && tihao install --smoke",
  15. "workspaceSkillPath": ".claude/skills/tihao/SKILL.md",
  16. "globalSkillPath": "%USERPROFILE%/.claude/skills/tihao/SKILL.md",
  17. "pluginName": "tihao",
  18. "workspacePluginPath": ".claude/plugins/tihao",
  19. "mcpServerName": "tihao",
  20. "entrySkill": "tihao",
  21. "legacyNpmPackages": [
  22. "@vocmarket/tihao-sop"
  23. ],
  24. "legacyCliNames": [
  25. "tihao-sourcing"
  26. ],
  27. "legacyPluginNames": [
  28. "tihao-sourcing"
  29. ],
  30. "legacySkillNames": [
  31. "tihao-creator-sourcing"
  32. ],
  33. "description": "Claude Code skill for Tihao brief-to-creator sourcing: parse client briefs, default to a live result-first high-quality first report, rank candidates, and export business-ready blogger lists; sample mode is demo-only.",
  34. "recommendedUserPrompts": [
  35. "读取这个 brief,给我一版可直接发客户的高质量博主名单(默认 live + resultFirstMode)。",
  36. "用 live 小规模检索出博主名单。",
  37. "用 Fmode 帮我识别这张截图,提取文字、主体和风险点。",
  38. "客户说不要硬广、偏素人感,记到下次。"
  39. ],
  40. "mcpTools": [
  41. "fmode_image_analysis",
  42. "tihao_brief_sourcing_run",
  43. "tihao_token_check",
  44. "tihao_preference_update"
  45. ]
  46. },
  47. {
  48. "skillName": "fmode-image-analysis",
  49. "displayName": "Fmode 图片分析",
  50. "status": "local",
  51. "npmPackage": "@vocmarket/tihao",
  52. "npmVersion": "1.0.19",
  53. "installCommand": "npx --yes @vocmarket/tihao@latest workspace --smoke",
  54. "globalInstallCommand": "npm install -g @vocmarket/tihao && tihao install --smoke",
  55. "workspaceSkillPath": ".claude/skills/fmode-image-analysis/SKILL.md",
  56. "globalSkillPath": "%USERPROFILE%/.claude/skills/fmode-image-analysis/SKILL.md",
  57. "pluginName": "tihao",
  58. "workspacePluginPath": ".claude/plugins/tihao",
  59. "mcpServerName": "tihao",
  60. "entrySkill": "fmode-image-analysis",
  61. "description": "Claude Code skill for image, screenshot, product photo, UI capture, chart, poster, and OCR-like image analysis through Fmode Doubao vision using the platform user token.",
  62. "recommendedUserPrompts": [
  63. "用 Fmode 分析这张截图,提取文字、主体和风险点。",
  64. "DeepSeek 看不了图,帮我用 doubao-seed-2-0-pro-260215 识别这张图片。",
  65. "把这张产品图里的卖点和合规风险整理出来。"
  66. ],
  67. "mcpTools": [
  68. "fmode_image_analysis"
  69. ]
  70. }
  71. ]
  72. }