Install
openclaw skills install @wangxiaoxu/cue-overseas-expansion用 Cue 跑「出海企业线索」场景的深度研究:多源公开数据交叉、结论带来源。 Run Cue deep research for the "Overseas Expansion Leads" scenario. 触发 Triggers: 出海企业线索、企业尽调、信披与监管 / overseas expansion, sanctions screening, export control
openclaw skills install @wangxiaoxu/cue-overseas-expansion加载本 skill 后,你可以用 Cue 跑这个场景的深度研究(多源公开数据交叉、结论带来源链接)。
出海企业线索:企业尽调、信披与监管、全网检索。
本 skill 不自带脚本,靠 Cue 开源 runner 跑研究。先确认 runner 是否就绪:
cue-skills(或本 skill 来自整包发布)→ 直接用其中的 cue-research/scripts/research_run.py,跳过本节。if [ -d ~/.cue/cue-skills/.git ]; then
git -C ~/.cue/cue-skills pull --ff-only
else
git clone https://github.com/sensedeal/cue-skills ~/.cue/cue-skills \
|| git clone https://gitee.com/sensedeal/cue-skills ~/.cue/cue-skills
fi
~/.cue/cue-skills/cue-research/scripts/research_run.py。需 git + python3(runner 仅用标准库)。GET https://cuecue.cn/api/playbook,找 secondary_category == "出海企业线索" 的 scene,读 buddies[](每个有 template_id/title/goal)。若该场景当前不在返回里(临时未达展示门槛)→ 告知用户暂不可用。+match/Stage-2:对 goal 做语义匹配、把用户的具体主体从匹配中剥离、弱命中先列 ≤2 候选确认)——不要只按字面 title 关键词裸选。取选中搭子的 template_id。python3 ~/.cue/cue-skills/cue-research/scripts/research_run.py --query "<用户主体/问题>" --template-id <template_id>(用上一节就绪的 runner 路径;已装 cue-skills 则用你本地的 cue-research/scripts/research_run.py)。深度研究 3–15 分钟;长跑 live 流常不带报告段,用 replay 取最终报告。 读 runner 末行 RESULT ok|empty:empty → 告知用户本次未取到内容、可换主体/搭子重试,不要编造。~/.cue/config.json,runner 自动读);新账号送免费积分(注册 50 + 每天 10),可先免费试。git + python3(自举 runner 用;runner 仅标准库)。