← 返回 Skills 市场
tuckerschreiber

Fullrun

作者 tuckerschreiber · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
194
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fullrun-cli
功能描述
Manage Google Ads campaigns — diagnose, optimize, and create campaigns
使用说明 (SKILL.md)

Fullrun — Google Ads Management for AI Agents

Manage Google Ads campaigns using the fullrun CLI. All commands return JSON by default.

Setup

npm install -g fullrun
fullrun login \x3CYOUR_API_KEY>

Or set env: export FULLRUN_API_KEY=frun_...

Workflow

Always start with triage to understand account health:

  1. fullrun triage — see prioritized issues (CRITICAL > HIGH > MEDIUM > LOW)
  2. Fix the highest-priority issues using fullrun run
  3. fullrun triage — confirm issues resolved

Commands

Diagnose

  • fullrun triage — Account health report with prioritized issues
  • fullrun campaigns:list — All campaigns with status, budget, and metrics
  • fullrun performance --days 7 — Account metrics: clicks, impressions, conversions, CPA
  • fullrun keywords:list --campaign \x3Cid> — Keywords with performance data

Act

  • fullrun run — Trigger a full AI-powered optimization run. The agent triages the account and fixes the highest-priority issues automatically. Rate limited to 1 per hour.

Options

  • --format human — Readable output instead of JSON
  • --days \x3Cn> — Look-back period for performance data (default 7, max 90)
  • --campaign \x3Cid> — Filter keywords by campaign

Output

All commands return structured JSON by default for easy parsing by AI agents.

Exit codes:

  • 0 — Success
  • 1 — Error (check the error field in JSON output)
  • 2 — Guardrail blocked (the action was prevented to protect the ad account)

Rules

  • Always run fullrun triage before taking action
  • The fullrun run command is rate-limited to 1 per hour
  • Respect guardrail errors (exit code 2) — they protect the ad account from harmful changes
  • Never call fullrun run repeatedly — check triage first to see if action is needed
  • Don't increase daily budget more than 20% in one action
  • Don't pause campaigns without checking conversion data first
安全使用建议
This skill appears coherent, but exercise normal caution before installing and granting credentials: 1) Verify the 'fullrun' npm package and its publisher (review package page, maintainers, and recent versions) before running npm install -g. 2) Prefer creating a least-privilege API key scoped only to the Ads account or actions required; do not reuse your Google account credentials. 3) Test on a non-production or sandbox Ads account first, since 'fullrun run' can make automated changes. 4) Monitor changes and logs after first runs and revoke the API key if behavior is unexpected.
功能分析
Type: OpenClaw Skill Name: fullrun-cli Version: 0.1.0 The skill bundle provides documentation and instructions for an AI agent to interact with the 'fullrun' CLI tool for Google Ads management. It defines standard operations such as account triage, performance monitoring, and campaign optimization, including safety rules to prevent excessive budget increases. No evidence of malicious intent, data exfiltration, or suspicious prompt injection was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The skill is an instruction-only wrapper around a 'fullrun' CLI for Google Ads. Declared requirements (the fullrun binary and FULLRUN_API_KEY) align with the described functionality of diagnosing and acting on ad accounts.
Instruction Scope
SKILL.md only instructs the agent to install/use the fullrun CLI, set the FULLRUN_API_KEY, and run specific fullrun commands (triage, campaigns:list, performance, run). All referenced actions are within the domain of managing Google Ads and do not request unrelated files, system paths, or extra environment variables.
Install Mechanism
There is no install spec in the registry (instruction-only skill). SKILL.md recommends 'npm install -g fullrun' which would pull code from the npm ecosystem — this is expected but means you should verify the npm package (publisher, version, code) before installing globally. No obscure download URLs are suggested.
Credentials
Only one env var is required (FULLRUN_API_KEY), which is proportionate and expected for a third‑party CLI that authenticates to its service. The instructions do not access other credentials or unrelated environment variables.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and does not request to modify other skills or system-wide configs. Autonomous invocation is allowed by platform default but there are no additional elevated privileges requested by the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fullrun-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fullrun-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of fullrun-cli, a CLI for Google Ads campaign management. - Diagnose account health and prioritize issues with triage reports. - Run AI-powered optimizations automatically to fix critical issues. - List campaigns and keywords with detailed performance metrics. - Output all data as structured JSON for easy integration with other tools. - Enforce key guardrails: command rate limits, safety checks, and best practices for campaign changes.
元数据
Slug fullrun-cli
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Fullrun 是什么?

Manage Google Ads campaigns — diagnose, optimize, and create campaigns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 194 次。

如何安装 Fullrun?

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

Fullrun 是免费的吗?

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

Fullrun 支持哪些平台?

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

谁开发了 Fullrun?

由 tuckerschreiber(@tuckerschreiber)开发并维护,当前版本 v0.1.0。

💬 留言讨论