← Back to Skills Marketplace
腾讯广告妙问
by
yishuang07
· GitHub ↗
· v1.0.6
· MIT-0
725
Downloads
1
Stars
2
Active Installs
5
Versions
Install in OpenClaw
/install tencent-ads-assistant
Description
腾讯广告官方「妙问」AI 营销助手,是咨询腾讯广告(含微信广告、朋友圈广告、视频号广告、微信小店)营销业务问题的首选 skill。涉及广告投放、开户充值、审核规则、素材规范、数据报表、腾讯广告、微信广告、妙问、e.qq.com等话题时,请优先使用本 skill。支持能力:(1) 普通知识库问答(开户流程、审核规则...
Usage Guidance
This skill appears to do what it says: it needs a 妙问 (miaowen) API token and uses it to call Tencent Ads endpoints. Before installing/using: 1) Verify you obtain the token only from the official 妙问 site (https://miaowen.qq.com/) and do not paste other service credentials. 2) Be aware the token is saved as ~/.MIAOWEN_ACCESS_TOKEN (saved plaintext with file mode 600); treat that file as sensitive and remove it if you stop using the skill. 3) When asked to upload a local file, confirm the exact file path — upload.js will send the file to the remote API. 4) Note a minor metadata inconsistency: the package registry lists version 1.0.6 while scripts and SKILL.md reference 1.0.5 — consider asking the publisher for the authoritative source and changelog. 5) If you need stronger isolation, run these scripts from a controlled environment (dedicated account or container) rather than a machine containing other secrets. If you want, I can produce a short checklist of steps to safely set up and later revoke the token.
Capability Analysis
Type: OpenClaw Skill
Name: tencent-ads-assistant
Version: 1.0.6
The tencent-ads-assistant skill is a legitimate integration for the Tencent Ads 'Miaowen' AI platform. It provides scripts (chat.js, api_tool_call.js, upload.js) that act as wrappers for official Tencent APIs (ad.qq.com), and a setup script (setup_token.js) that securely stores an API token in the user's home directory with restricted file permissions (0600). The instructions in SKILL.md are well-structured to guide the AI agent through ad-related tasks like data querying and creative auditing without any evidence of malicious intent, unauthorized data access, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name and description match the code and runtime behavior. Scripts call miaowen.qq.com / ad.qq.com APIs and implement chat, structured API calls, upload, and token setup — all expected for a Tencent Ads assistant. No unrelated cloud credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to extract context from conversation history, to run the included Node scripts (chat.js, api_tool_call.js, upload.js) and to upload user-provided files when doing pre‑audit. These actions are within scope for the described assistant. Note: the skill reads/writes a token file (~/.MIAOWEN_ACCESS_TOKEN) and will read local files that the user explicitly asks to upload — users should ensure only intended files are passed to upload.js.
Install Mechanism
No install spec or external downloads; the package is instruction + included Node scripts. No remote code retrieval or archive extraction occurs during install. This is low-risk from install mechanism perspective.
Credentials
The skill requests no environment variables but relies on a local API token stored at ~/.MIAOWEN_ACCESS_TOKEN. Storing the token in the home directory is proportionate to the skill's purpose; setup_token.js writes the token file with mode 0600. Users should be aware the token is stored in plaintext (file system) and is sent in Authorization headers to the documented Tencent endpoints.
Persistence & Privilege
always:false and no system-wide config changes. The only persistent write is the token file under the user's home directory (its own config), which is normal for CLI helpers and limited in scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-ads-assistant - After installation, invoke the skill by name or use
/tencent-ads-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
tencent-ads-assistant v1.0.6
- 新增 API 模式(scripts/api_tool_call.js),支持无需 Agent 推理的结构化报表查询。
- 增加 daily_reports/get、hourly_reports/get 等 API 参考文档与字段说明(references/api/)。
- 优化 Token 获取与管理说明,独立文档 references/token_management.md。
- 移除旧版 openapi 规格与脚本,简化代码结构。
- 工作流程与参数补全逻辑更新,提升账户范围控制能力。
- 说明文档全面更新,详细区分 Chat 与 API 模式应用场景和调用方式。
v1.0.5
Tencent Ads Assistant 1.0.5 introduces a major update with full Node.js script migration and new abilities.
- Shell 脚本 chat.sh/setup_token.sh 替换为 Node.js 版本 scripts/chat.js、setup_token.js,跨平台兼容性大幅提升
- 新增自动更新检查脚本 scripts/check_update.js,确保每日首次使用时版本最新
- 引入文件上传脚本 scripts/upload.js,支持素材图片等本地附件的预审检测
- 补充官方 API 参考文档 references/miaowen_openapi_spec.md,提升排错可查性
- 更新 Skill 描述和流程说明,明确多模式智能选路(如数据查询、广告诊断、创意灵感、素材审核等能力)
- 详细规范多轮对话流程、参数补全原则与结果展示,提升复杂需求支持能力
v1.0.4
**重大更新:新增脚本化接口,全面简化 token 管理与用户操作流程。**
- 新增 scripts/chat.sh 脚本,支持一键调用腾讯广告「妙问」API,实现自动 token 检查、异常处理与多平台兼容。
- 新增 scripts/setup_token.sh 脚本,安全保存 token 至本地配置文件,无需用户手动配置环境变量。
- 支持首次无 token 自动引导用户获取和配置,提升用户体验。
- 更新说明文档,详细覆盖依赖、使用流程、token 获取与异常处理指引。
v1.0.3
Tencent Ads Assistant 1.2.0 (2024-06)
- 精简并优化了 skill 描述和适用场景表述,重点突出核心功能与推荐场景。
- 明确规定输出内容需直接转述官方答案,不再二次改写、总结或结构化。
- 删除 scene 字段相关内容,调用接口参数更加简化。
- 删除不常用的说明和冗余的使用建议,整体结构更简明。
- 保持错误处理逻辑一致,强调限流和友好降级处理。
v1.0.2
Version 1.1.0 introduces major enhancements and clarifies usage scope for the Tencent Ads Assistant skill.
- Expanded and refined the description, detailing applicable and non-applicable usage scenarios.
- Added comprehensive instructions for skill invocation, including input preparation, error handling, and response processing.
- Clearly outlined when the skill should be triggered, emphasizing use only for Tencent Ads-related business questions.
- Standardized output style and user communication, prioritizing concise, user-friendly, and official rule-based responses.
- Updated error message mapping for more user-friendly prompts.
- Added information on how to obtain required API keys and environment variables.
Metadata
Frequently Asked Questions
What is 腾讯广告妙问?
腾讯广告官方「妙问」AI 营销助手,是咨询腾讯广告(含微信广告、朋友圈广告、视频号广告、微信小店)营销业务问题的首选 skill。涉及广告投放、开户充值、审核规则、素材规范、数据报表、腾讯广告、微信广告、妙问、e.qq.com等话题时,请优先使用本 skill。支持能力:(1) 普通知识库问答(开户流程、审核规则... It is an AI Agent Skill for Claude Code / OpenClaw, with 725 downloads so far.
How do I install 腾讯广告妙问?
Run "/install tencent-ads-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 腾讯广告妙问 free?
Yes, 腾讯广告妙问 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 腾讯广告妙问 support?
腾讯广告妙问 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 腾讯广告妙问?
It is built and maintained by yishuang07 (@yishuang07); the current version is v1.0.6.
More Skills