← 返回 Skills 市场
3824108-cell

Google ads for OpenClaw

作者 3824108-cell · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
589
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install claw-google-ads
功能描述
Управление кампаниями Google Ads. Используйте этот навык, когда пользователь хочет просмотреть статистику, изменить бюджет, включить или выключить кампании в...
使用说明 (SKILL.md)

Google Ads Manager

Инструмент для управления контекстной рекламой Google.

Возможности

  1. Мониторинг: Получение списка кампаний и их текущих метрик (показы, клики, CTR, затраты).
  2. Управление: Изменение статуса кампаний (ENABLE, PAUSED) и обновление дневных бюджетов.
  3. Отчеты: Генерация базовых отчетов за определенный период.

Настройка

Для работы требуются учетные данные в файле google-ads.yaml или переменные окружения. Файл конфигурации должен находиться по пути: ~/.google-ads.yaml или в корне проекта.

Использование скриптов

Основной интерфейс взаимодействия реализован через Python-скрипт scripts/google_ads_tool.py.

Примеры команд

  • Список кампаний: python3 scripts/google_ads_tool.py list
  • Изменение бюджета: python3 scripts/google_ads_tool.py update-budget --id \x3CID> --amount \x3CVALUE>
  • Остановка кампании: python3 scripts/google_ads_tool.py update-status --id \x3CID> --status PAUSED

Инструкции для агента

При получении запроса на работу с рекламой:

  1. Проверьте наличие конфигурационного файла.
  2. Используйте google_ads_tool.py для выполнения соответствующего действия.
  3. Всегда подтверждайте критические изменения (изменение бюджета, остановка кампаний) перед выполнением, если пользователь не указал иное.
安全使用建议
This skill is not clearly coherent: it needs Google Ads credentials but doesn't declare them, and the main script only implements listing (not updating budgets/statuses) despite advertising full management. Before installing or running it: 1) Inspect/verify the code yourself (or have a developer do so) and confirm update operations are correctly implemented; 2) Do not supply your primary production Google Ads credentials until you trust the code — consider testing with a limited-access test Ads account; 3) Ensure the google-ads-python library will be installed in a controlled environment; 4) Be aware running setup_ads.py will create ~/.google-ads.yaml containing tokens on disk; if you proceed, add explicit required-env declarations and a dependency spec, or ask the publisher for a corrected release. If you cannot validate these points, avoid granting credentials or running the scripts.
功能分析
Type: OpenClaw Skill Name: claw-google-ads Version: 1.0.0 The skill bundle is classified as benign. All files, including the `SKILL.md` instructions for the agent, the `google_ads_tool.py` script, and the `setup_ads.py` helper, align with the stated purpose of managing Google Ads campaigns. The `SKILL.md` even includes a safety instruction for the agent to confirm critical changes. The Python scripts utilize the official Google Ads API client library, load credentials from the expected `~/.google-ads.yaml` file (as documented), and perform only the described actions without any evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts with harmful objectives.
能力评估
Purpose & Capability
Name/description claim management (view, change budgets, enable/disable). The repository includes helper scripts for Google Ads but the package metadata declares no required credentials or primary credential despite the SKILL.md and code requiring Google Ads credentials (developer_token, client_id, client_secret, refresh_token). This mismatch is disproportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to check for ~/.google-ads.yaml and to use scripts for listing/updating. The python script, however, only implements the 'list' flow — the update-budget and update-status CLI branches are defined but not implemented. That means runtime behavior will not match the instructions and could mislead users or agents into believing updates will occur when they won't.
Install Mechanism
There is no install spec (instruction-only plus bundled scripts), which is lower risk for arbitrary code installs. However the scripts import google.ads.googleads (Google Ads client library) and no dependency or installation instructions are declared in metadata — the runtime will fail unless that library is present. setup_ads.py will write a config template to ~/.google-ads.yaml if run.
Credentials
The skill requires Google Ads credentials (explicit in SKILL.md and setup template) but the registry metadata lists no required environment variables or primary credential. Requesting developer_token/client_id/client_secret/refresh_token is proportionate to Google Ads use, but the lack of declared required env vars is an incoherence and a practical risk (users may provide secrets without realizing).
Persistence & Privilege
always is false and the skill does not request elevated persistent privileges. The only persistence behavior is setup_ads.py creating ~/.google-ads.yaml (its own config file). The skill does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claw-google-ads
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claw-google-ads 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Google Ads Manager skill. - View campaign statistics, adjust daily budgets, and enable/disable campaigns via Google Ads API. - Generates basic reports for selected periods. - Requires a configuration file (~/.google-ads.yaml) or relevant environment variables. - Interaction through the provided Python script (google_ads_tool.py) with clear command examples. - Includes agent instructions for secure operation and confirmation before critical changes.
元数据
Slug claw-google-ads
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Google ads for OpenClaw 是什么?

Управление кампаниями Google Ads. Используйте этот навык, когда пользователь хочет просмотреть статистику, изменить бюджет, включить или выключить кампании в... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 589 次。

如何安装 Google ads for OpenClaw?

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

Google ads for OpenClaw 是免费的吗?

是的,Google ads for OpenClaw 完全免费(开源免费),可自由下载、安装和使用。

Google ads for OpenClaw 支持哪些平台?

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

谁开发了 Google ads for OpenClaw?

由 3824108-cell(@3824108-cell)开发并维护,当前版本 v1.0.0。

💬 留言讨论