← Back to Skills Marketplace
yishuang07

TencentAds-miaowen-qa

by yishuang07 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
333
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install tencentads-miaowen-qa
Description
通过腾讯广告官方「妙问」AI问答API,解答腾讯广告(含微信广告、朋友圈广告、视频号广告、微信小店)的营销业务问题。覆盖开户充值、资质认证、广告创建与投放、定向出价、审核规则、素材规范、数据报表、违规处理等全链路场景。当用户咨询腾讯广告业务指导、平台规则、账户操作、投放设置或审核合规问题时触发;即使未明确提及"腾...
Usage Guidance
This skill appears to do what it says (call Tencent 妙问 for Tencent Ads questions) and the scripts are short and readable. Before installing, consider the following: 1) Do NOT paste your API key into the public chat if you want to keep it out of platform logs — instead run scripts/setup_token.sh locally in your own shell to save the token, or use a secure input method if available. 2) Inspect scripts/chat.sh and setup_token.sh yourself (they are included) and confirm the API endpoint (https://ad.qq.com/ai/gw/ai_customer_service/v1/open_api/chat) is expected. 3) If you must paste the token into chat, treat the token as sensitive: rotate/revoke it after testing and limit its permissions if the provider supports scoping. 4) Prefer storing the token in a secure location and ensure file permissions are enforced on your OS. 5) If you have regulatory or privacy concerns about sending secrets through the platform's conversation logs, do not provide the token via chat and instead perform API calls locally.
Capability Analysis
Type: OpenClaw Skill Name: tencentads-miaowen-qa Version: 1.0.2 The skill bundle is a legitimate integration for the Tencent Ads 'Miaowen' AI assistant. It uses shell scripts (chat.sh and setup_token.sh) to manage an API token stored locally in the user's home directory (~/.MIAOWEN_ACCESS_TOKEN) and communicates exclusively with the official Tencent domain (ad.qq.com). The code follows standard practices for API interaction, including proper JSON escaping and file permission management, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the two scripts all align: the skill calls Tencent 妙问 (ad.qq.com) via curl using a user-provided Access Token stored at ~/.MIAOWEN_ACCESS_TOKEN. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Instructions direct the agent to run scripts/chat.sh with the user's question; the script handles token checks, API calls, and returns distinct exit codes. However, SKILL.md explicitly instructs the user to paste the Access Token into the chat so the agent can save it via scripts/setup_token.sh — this exposes a secret in the conversational channel which may be logged or retained by the platform. The token is legitimately needed for API calls, but the recommended collection method (pasting into chat) increases exposure.
Install Mechanism
No install spec; the skill is instruction-only with two small Bash scripts. No third-party downloads or archive extraction are performed. Risk from installation is low, but users should still inspect the scripts (they are short, readable) before executing.
Credentials
The skill requests no environment variables and only relies on HOME and curl (reasonable). It stores a single required credential (MIAOWEN_ACCESS_TOKEN) in a file under the user's home directory with an attempt to set permission 600. This is proportionate to the task, but storing a long-lived token locally combined with collecting it via chat increases the token exposure risk.
Persistence & Privilege
The skill writes the token to ~/.MIAOWEN_ACCESS_TOKEN so subsequent invocations won't require re-entry; this is normal for convenience. always:false and no modifications to other skills or system-wide configs. Be aware: once stored, the token enables future API calls without further user interaction, so keep it scoped and revocable.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencentads-miaowen-qa
  3. After installation, invoke the skill by name or use /tencentads-miaowen-qa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Tencent Ads "妙问" QA Skill v1.0.2 - 新增了 scripts/chat.sh 和 scripts/setup_token.sh 脚本,为用户提供一键访问腾讯广告「妙问」AI问答 API 的能力 - 支持通过 shell 脚本自动检测 Token 并调用妙问 API,错误处理与提示更人性化,用户无需手动配置环境变量 - 优化了首次使用、新 Token 配置、Token 失效等场景下的引导流程,提高易用性与安全性 - 更新了文档:详细说明了必需依赖、跨平台兼容性、Token 获取与存储方式,以及常见问题的处理逻辑 - 明确以“直接执行 chat.sh”为标准工作流,所有检查与异常场景自动内部处理
v1.0.1
Minor update and guideline refinements for Tencent Ads Q&A skill. - Skill renamed to "tencent-ads-assistant" to clarify and broaden brand scope。 - 支持的产品范围补充至朋友圈广告、视频号广告、微信小店等腾讯系广告资产。 - “scene”参数支持逻辑移除,调用更简化,仅必传 query 和 user_id。 - 适用/不适用场景描述更精炼,使用门槛与边界更明确。 - 官方业务指引和接口调用说明更加清晰,响应整理方向细化。 - 新增密钥获取指引,方便用户集成部署。
v1.0.0
Initial version—enables access to the official Tencent Ads Miaowen AI Q&A API for business rule answers. - Provides authoritative answers on Tencent Ads topics including account setup, top-up, verification, ad creation, targeting, reporting, audits, creative standards, compliance, and industry access. - Triggers automatically for any contextually clear Tencent Ads questions, even if users do not name the platform explicitly. - Designed to avoid use for questions clearly about other ad platforms, general marketing theory, file/code tasks, or unrelated business topics. - Includes detailed usage principles: prioritize user’s original wording, confirm context for vague queries, ensure stable user ID for conversational continuity, and handle scene parameters as required. - User responses are clear and user-friendly, with official rules and guidance surfaced, and error messages converted to helpful notifications instead of raw codes.
Metadata
Slug tencentads-miaowen-qa
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is TencentAds-miaowen-qa?

通过腾讯广告官方「妙问」AI问答API,解答腾讯广告(含微信广告、朋友圈广告、视频号广告、微信小店)的营销业务问题。覆盖开户充值、资质认证、广告创建与投放、定向出价、审核规则、素材规范、数据报表、违规处理等全链路场景。当用户咨询腾讯广告业务指导、平台规则、账户操作、投放设置或审核合规问题时触发;即使未明确提及"腾... It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.

How do I install TencentAds-miaowen-qa?

Run "/install tencentads-miaowen-qa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TencentAds-miaowen-qa free?

Yes, TencentAds-miaowen-qa is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TencentAds-miaowen-qa support?

TencentAds-miaowen-qa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TencentAds-miaowen-qa?

It is built and maintained by yishuang07 (@yishuang07); the current version is v1.0.2.

💬 Comments