← 返回 Skills 市场
metahuan

Yufluent Clawhub Publish Yufluentcn Comp Track

作者 metahuan · GitHub ↗ · v1.1.2 · MIT-0
cross-platform ✓ 安全检测通过
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yufluent-clawhub-publish-yufluentcn-comp-track
功能描述
竞品 Listing 快照对比分析,通过粘贴竞品文案进行多维度对标(标题/五点/描述/关键词), 输出差异化建议与机会点。经 Yufluent 云端 Harness 执行。Use for 竞品分析、 competitor snapshot、对标、竞品对比.
使用说明 (SKILL.md)

竞品追踪

单条竞品 Listing 快照对比 — 将你的产品与竞品文案进行多维度对标,输出差异化建议。ClawHub / OpenClaw 用户使用云端模式 — Harness 在 Yufluent 服务端执行,本机只需 TOKENAPI_KEYtk-*)与 requests

本技能基于你手动粘贴的竞品文案进行分析,抓取平台商品页。

快速开始(3 步,60 秒)

  1. 注册获取 API 密钥https://claw.changzhiai.com/login (新用户即送体验积分,无需绑卡)
  2. 设置环境变量:export TOKENAPI_KEY=*** 或写入 .env 文件
  3. 运行:参照下方 Examples 示例执行 python scripts/run.py ...

还没注册?前往 https://claw.changzhiai.com/login 免费获取密钥。

OpenClaw 与 Yufluent(必读)

OpenClaw 对话与技能调用共用同一 tk-*。接入见 https://claw.changzhiai.com/app/openclaw

走哪里 干什么
OpenClaw 对话 Yufluent /v1/chat/completions(同一 tk-*) 收集竞品文案、调 run.py、解读对比结果
对比正式输出 POST /v1/skills/comp-track/run(同一 tk-*) Harness → 竞品对比报告

Agent 硬性规则:

  1. 禁止用对话模型自行撰写完整竞品对比报告。
  2. 必须通过 python scripts/run.py ...(或 POST /v1/skills/comp-track/run)获取输出。
  3. 对话模型仅用于:帮助整理竞品文案、确认平台与语言、解释对比结果、建议下一步。
  4. 只需 TOKENAPI_KEY不要要求用户另配厂商 LLM Key。

Instructions(Agent 工作流)

  1. 确认平台amazon | shopify | tiktok;语言 zh|en|...
  2. 收集输入
    • --our-product(必填):我方产品名
    • --competitor(必填):竞品文案或 .txt 文件路径
    • --our-listing(可选):我方 Listing 文案或文件路径
  3. 调用(必须 — 云端)
    python scripts/run.py \
      --our-product "无线蓝牙耳机" \
      --competitor "竞品标题: ..." \
      --platform amazon \
      --lang zh
    
    • 支持 --competitor 传入 .txt 文件路径
    • 可选 --our-listing 传入我方 Listing 做双方对比
  4. 交付:将输出报告交给用户,建议下一步联动其他技能(如 yufluentcn-ecommerce-listing)。
  5. 计费:402 余额不足;401 密钥无效。

输出说明

Harness 从以下维度对比输出:

维度 说明
标题 关键词布局、长度、卖点排序
五点/Bullets 覆盖场景、差异化亮点
描述 叙事结构、SEO 关键词密度
差异化建议 我方可抓住的机会点与改进方向

与其他技能联动

需求 技能
竞品标题关键词 → Listing 优化 yufluentcn-ecommerce-listing
竞品关键词 → SEO 补词 yufluentcn-seo-pro
多条竞品 CSV 批量对比 yufluentcn-comp-scrape
竞品差评 → 我方卖点反击 yufluentcn-review-intel

环境变量

变量 必填 说明
TOKENAPI_KEY tk-*Yufluent 控制台 获取
TOKENAPI_BASE_URL 默认 http://localhost:8080/v1

触发词

  • "竞品分析"
  • "跟竞品对比一下"
  • "对标这个链接"
  • "竞品标题分析"
  • "我的 Listing 和竞品比怎么样"
  • "competitor analysis"

Examples

Amazon — 单条对标

python scripts/run.py \
  --our-product "便携式咖啡机" \
  --competitor "标题: Mini Espresso Maker Portable... 五点: ..." \
  --platform amazon \
  --lang zh

Shopify — 带我方文案对比

python scripts/run.py \
  --our-product "Nordic Wooden Dining Chair" \
  --competitor competitor.txt \
  --our-listing our-listing.txt \
  --platform shopify \
  --lang en

TikTok — 竞品文案

python scripts/run.py \
  --our-product "美妆精华液" \
  --competitor "商品标题: ... 描述: ..." \
  --platform tiktok \
  --lang zh

合规声明

  • 仅分析用户手动粘贴的竞品文案,不抓取平台数据
  • 对比结论仅供参考,不构成平台排名或流量承诺
  • 不引用竞品商标做虚假关联

版本记录

版本 日期 变更
v1.1.0 2026-06-14 SKILL.md added quickstart registration guide; 401/402 error messages now in Chinese with register links
v1.0.0 2026-06-13 规范 SKILL.md:补充 Agent 规则、Instructions、触发词、示例、版本记录
v0.1.0 初始竞品快照对比技能
安全使用建议
Install only if you are comfortable sending the pasted competitor text, your optional listing text, and your Yufluent API key to the configured Yufluent endpoint. Do not include confidential launch plans, personal data, or trade secrets unless Yufluent’s processing and retention terms are acceptable, and avoid setting TOKENAPI_BASE_URL to any untrusted host.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is competitor listing comparison, and the scripts implement that by sending explicitly provided listing text to the Yufluent skill endpoint and printing or saving the returned report.
Instruction Scope
The instructions repeatedly disclose cloud/Harness execution and the Yufluent API flow, though users should still understand that pasted text and any file passed as an argument are transmitted off-device.
Install Mechanism
Installation is limited to the declared requests dependency; no post-install hooks, shell setup, or background services are present in the artifact.
Credentials
The required TOKENAPI_KEY is proportionate for a paid cloud API client, and TOKENAPI_BASE_URL is documented as optional; however, the client does not validate the configured endpoint before sending the bearer token and payload.
Persistence & Privilege
No persistence, privilege escalation, scheduled execution, or broad local indexing was found; the only local write is an optional user-specified output file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yufluent-clawhub-publish-yufluentcn-comp-track
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yufluent-clawhub-publish-yufluentcn-comp-track 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
fix: dual-channel yufluent_api (500/502 fallback to agent/turn); UTF-8 cloud_cli output
元数据
Slug yufluent-clawhub-publish-yufluentcn-comp-track
版本 1.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Yufluent Clawhub Publish Yufluentcn Comp Track 是什么?

竞品 Listing 快照对比分析,通过粘贴竞品文案进行多维度对标(标题/五点/描述/关键词), 输出差异化建议与机会点。经 Yufluent 云端 Harness 执行。Use for 竞品分析、 competitor snapshot、对标、竞品对比. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 Yufluent Clawhub Publish Yufluentcn Comp Track?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install yufluent-clawhub-publish-yufluentcn-comp-track」即可一键安装,无需额外配置。

Yufluent Clawhub Publish Yufluentcn Comp Track 是免费的吗?

是的,Yufluent Clawhub Publish Yufluentcn Comp Track 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Yufluent Clawhub Publish Yufluentcn Comp Track 支持哪些平台?

Yufluent Clawhub Publish Yufluentcn Comp Track 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Yufluent Clawhub Publish Yufluentcn Comp Track?

由 metahuan(@metahuan)开发并维护,当前版本 v1.1.2。

💬 留言讨论