← 返回 Skills 市场
elias-didoo

Meta Ads Daily Pulse

作者 elias-didoo · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install meta-ads-daily-pulse
功能描述
[Didoo AI] Rapid daily health scan for Meta Ads — detects week-over-week performance changes and flags urgent issues before meetings. Use every morning or be...
安全使用建议
This skill looks like what it says (a Meta Ads daily change detector) but has some issues you should address before using it with real credentials: 1) The SKILL.md runs python3 for date math but the skill metadata doesn't declare python3 as a required binary — confirm the runtime will have Python or change the instructions to a shell-only method. 2) The curl examples embed the access token on the command line; that can leak via process listings and shell history. Prefer sending the token in an Authorization header (e.g., -H "Authorization: Bearer $META_ACCESS_TOKEN") or otherwise avoid putting secrets in argv. 3) The doc contradicts itself about recommendations: it says 'do not output recommendations' but also asks for 'one immediate action per issue' — clarify whether the skill should propose actions or not. 4) Confirm the referenced companion skill (meta-ads-recommendation) exists if the intent is to offload remediation. If you proceed, only provide a token with read-only ads_read scope and consider rotating the token after testing. If you want, ask the skill author to (a) declare python3 in required binaries, (b) update curl examples to use an Authorization header, and (c) fix the recommendation vs detection contradiction.
功能分析
Type: OpenClaw Skill Name: meta-ads-daily-pulse Version: 1.1.0 The skill bundle is a legitimate tool for monitoring Meta Ads performance. It uses standard shell commands (curl, python3) to query the official Meta Graph API (graph.facebook.com) using provided credentials (META_ACCESS_TOKEN). The logic in SKILL.md is focused entirely on performance analysis and reporting, with no evidence of data exfiltration to unauthorized endpoints, malicious execution, or prompt-injection attacks.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description ask for Meta Ads insights and the skill only requires META_ACCESS_TOKEN and META_AD_ACCOUNT_ID — which is proportionate. However, the runtime instructions call python3 for dates even though the registry lists no required binaries; that mismatch is an omission the author should fix (declare python3 or provide a pure-shell alternative).
Instruction Scope
SKILL.md instructs the agent to run curl via shell and to pass the access token on the command line (-d access_token=...), which can expose tokens in process listings and shell history. It also contains an internal contradiction: the 'Skill Boundary' says 'do not output recommendations' yet the 'Rules' require 'One immediate action per issue' (an action is effectively a recommendation). The skill also tells the agent not to re-fetch data in the same session — that is fine but relies on session state management that may not be enforced.
Install Mechanism
Instruction-only skill with no install spec or code files — low disk/write risk. There is no external download or package installation declared.
Credentials
Only META_ACCESS_TOKEN and META_AD_ACCOUNT_ID are required, which aligns with the Meta Graph API use. However, the way the token is used (exposed on the command line) is a risk to credential confidentiality. Also the skill does not declare a 'primary credential' even though one env var is the main secret; that's a minor metadata omission.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges. Autonomous model invocation is allowed (platform default), but there is no additional privileged presence requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meta-ads-daily-pulse
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meta-ads-daily-pulse 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added homepage, metadata.openclaw.requires.env, OAuth scope for credential clarity
v1.0.0
Initial release
元数据
Slug meta-ads-daily-pulse
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Meta Ads Daily Pulse 是什么?

[Didoo AI] Rapid daily health scan for Meta Ads — detects week-over-week performance changes and flags urgent issues before meetings. Use every morning or be... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 Meta Ads Daily Pulse?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meta-ads-daily-pulse」即可一键安装,无需额外配置。

Meta Ads Daily Pulse 是免费的吗?

是的,Meta Ads Daily Pulse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Meta Ads Daily Pulse 支持哪些平台?

Meta Ads Daily Pulse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Meta Ads Daily Pulse?

由 elias-didoo(@elias-didoo)开发并维护,当前版本 v1.1.0。

💬 留言讨论