编程

澍脉投放驾驶舱

试用

查询澍脉AI投放驾驶舱的真实投放数据。当用户询问广告投放表现、账户余额、哪些广告计划该止损/优化/加预算、CPA/CTR 异常,或品牌在 AI 大模型(DeepSeek/豆包/Kimi 等)中的 GEO 可见度与排名时使用。需要环境变量 SHUMAI_API_KEY。

它能做什么

查询澍脉AI投放驾驶舱的真实投放数据。当用户询问广告投放表现、账户余额、哪些广告计划该止损/优化/加预算、CPA/CTR 异常,或品牌在 AI 大模型(DeepSeek/豆包/Kimi 等)中的 GEO 可见度与排名时使用。需要环境变量 SHUMAI_API_KEY。

技能文档

澍脉投放驾驶舱 Skill

调用澍脉AI投放驾驶舱(www.shumai.com.cn)的只读接口,把广告主的真实投放诊断带进对话。

什么时候用

用户在问用哪个命令
"我的投放整体怎么样 / 余额还有多少"overview
"哪些计划有问题 / 该止损 / 该加预算"alerts(可加级别 high=止损 warn=优化 good=放量)
"我的品牌在 AI 里搜得到吗 / GEO 排名"geo

前置条件

需要环境变量 SHUMAI_API_KEY未配置时,引导用户操作,不要编造任何数据:

请到澍脉工作台 https://www.shumai.com.cn/admin/ 注册登录,在「设置 → API Key · Agent 接入」 生成 API Key(明文仅显示一次),然后配置为环境变量 SHUMAI_API_KEY。

调用方法

优先用脚本:

bash scripts/shumai.sh overview
bash scripts/shumai.sh alerts high
bash scripts/shumai.sh geo

脚本不可用时直接发 HTTP(标准 MCP JSON-RPC 2.0):

curl -s -X POST https://www.shumai.com.cn/mcp \
  -H "content-type: application/json" \
  -H "Authorization: Bearer $SHUMAI_API_KEY" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"shumai_overview","arguments":{}}}'

工具名:shumai_overview / shumai_alerts(参数 {"level":"high|warn|good"} 可选)/ shumai_geo_report。 结果在 .result.content[0].text;若 .result.isError 为 true,把 text 原样告知用户,不要掩饰。

输出要求

  • 把返回文本整理成简洁的中文回答;数字保留原值,绝不改动或估算
  • 返回里的建议动作(止损/优化/放量)要原样传达,并注明这是澍脉基于近30天数据的诊断
  • 澍脉接口是只读的:不能通过本 Skill 修改预算或投放设置;用户要改动时,引导其到媒体平台后台操作

相关技能

AI广告投手全流程助手。覆盖数据导入→投放分析→预算优化→素材诊断→智能报表→异常告警6大阶段。支持多平台(腾讯广告/巨量引擎/百度推广/Meta/Google Ads)数据统一分析,自动生成交互式HTML可视化报告,提供ROI/ROAS/CTR/CVR/CPA等多维度智能诊断和优化建议。触发词:广告投手, 投放...

1 次安装

我好牛AI智投:查品牌在国产五大 AI(DeepSeek/通义/豆包/Kimi/文心)回答中的可见度(GEO),生成信息流广告钩子与 15s 口播脚本(内置广告法自检)。当用户问「AI 会不会推荐我的品牌」「帮我出广告钩子/口播脚本/信息流素材」「查次数余额」时使用。

Use when the user asks to "allocate my influencer budget", "optimize spend across tiers", or "compare budget scenarios"; produces a tier/platform/content all...

1 次安装

Use when the user asks to "check pacing", "am I over/under-spending", "is this campaign on track to hit budget", or "why did spend spike/stall mid-flight"; r...

1 次安装

Generate a complete AI-GEO (Generative Engine Optimization) marketing plan for a client and deliver it as two artifacts: a Word document (the presenter's teleprompter, full detail) and a minimal display-only PPTX (10-12 slides, lots of white space, one core point per slide). Works in two input modes — detailed mode when the user supplies target keywords and/or a source plan, and light mode when the user supplies only a company website or basic company info, in which case the agent self-researches the industry and auto-generates about 10 core GEO demand keywords before proceeding. Use when a user asks to make or redo a GEO marketing plan, an AI 搜索优化方案, a 生成式引擎优化方案, or wants a client-ready Word plus PPT for GEO, especially built on the 360 智见 (360 Zhijian) GEO methodology.

Shopee(虾皮)店铺站内广告 Ads(与 linkfox-shopee-store-auth 同系列),经 /shopee/developerProxy 转发 Shopee Open API Ads 模块 23 个接口:get_total_balance、create_manual_product_ads、get_product_campaign_daily_performance、GMS 广告等。调用前须确认目标店已有 appType=ad 授权(ERP 授权不能代替)。当用户提到 Shopee 广告、Ads、广告余额、CPC、商品推广、手动广告、campaign、广告效果、ROI、get_total_balance、广告授权 时触发。即使未明确提及"广告",只要涉及已授权 Shopee 店铺的广告账户、推广或效果查询,也应触发。