← Back to Skills Marketplace
bytesagain-lab

Adwords

by bytesagain-lab · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
407
Downloads
0
Stars
3
Active Installs
7
Versions
Install in OpenClaw
/install adwords
Description
营销文案助手。标题公式(100个)、正文写作、AIDA框架、痛点挖掘、客户证言、落地页文案。Copywriting with 100 headline formulas, body copy, AIDA framework, pain points, testimonials.
README (SKILL.md)

Copywriter ✍️

营销文案全能助手,从标题到落地页一站搞定。

使用方式

| 需求 | 命令 | 说明 |

Command Description
headline 标题公式库(100个)+变体生成
body 正文撰写(多种风格)
aida AIDA框架文案生成
pains 用户痛点挖掘+文案转化
testimonial 客户证言/评价文案
landing 完整落地页文案

运行

bash scripts/copy.sh \x3Ccommand> [args...]

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

  • Run adwords help for all commands

Commands

Run adwords help to see all available commands.

When to Use

  • to automate adwords tasks in your workflow
  • for batch processing adwords operations

Output

Returns formatted output to stdout. Redirect to a file with adwords run > output.txt.

Configuration

Set ADWORDS_DIR environment variable to change the data directory. Default: ~/.local/share/adwords/

Usage Guidance
This skill appears coherent for copywriting tasks. Before installing: (1) note that the included scripts will create a data directory (default ~/.local/share/adwords/) and append command arguments to history.log — avoid passing secrets or PII as command arguments; (2) there is no network access or credential requests in the provided files, so no hidden exfiltration was found; (3) the SKILL.md mentions commands like `adwords run` while the provided scripts are invoked via `bash scripts/copy.sh` and scripts/script.sh — expect to run the shipped scripts directly unless you create an 'adwords' wrapper; (4) if you plan to run this in an environment with sensitive data, consider reviewing/clearing the history.log or running in an isolated workspace. Overall the package is internally consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: adwords Version: 2.0.0 The skill bundle is a copywriting assistant that provides marketing templates and frameworks (AIDA, PAS, etc.). The bash scripts (scripts/copy.sh and scripts/script.sh) are used to output text-based templates and log command usage to a local data directory (~/.local/share/adwords/). There is no evidence of data exfiltration, malicious execution, or harmful instructions directed at the AI agent.
Capability Assessment
Purpose & Capability
Name/description (Adwords copywriting helper) align with the included files and commands. The scripts provide headline/body/AIDA/pain/testimonial/landing templates and helper commands, which is consistent with the stated purpose.
Instruction Scope
Runtime instructions direct the agent/user to run local shell scripts (bash scripts/copy.sh). The scripts only print templates and write simple logs. They do record command arguments to a history log (DATA_DIR/history.log), so user-provided input (product names, descriptions, prompts) may be persisted locally — avoid entering secrets or sensitive tokens into the commands.
Install Mechanism
No install spec and no network downloads; this is instruction-only plus included shell scripts. No package installs or remote fetches are performed by the provided scripts.
Credentials
The skill requires no credentials or special env vars. It does read common shell env variables for location (ADWORDS_DIR, XDG_DATA_HOME, HOME) to determine where to write logs/data. This is reasonable for a local CLI tool, but those files may contain user inputs.
Persistence & Privilege
Scripts create and write to a per-user data directory (~/.local/share/adwords/ by default) and append to history.log. This is normal for CLI tools but results in persistent storage of command arguments; the skill does not request system-wide changes or modify other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install adwords
  3. After installation, invoke the skill by name or use /adwords
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.4
yaml-fix+quality
v1.0.3
yaml-fix+quality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v1.0.0
Initial release
Metadata
Slug adwords
Version 2.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 7
Frequently Asked Questions

What is Adwords?

营销文案助手。标题公式(100个)、正文写作、AIDA框架、痛点挖掘、客户证言、落地页文案。Copywriting with 100 headline formulas, body copy, AIDA framework, pain points, testimonials. It is an AI Agent Skill for Claude Code / OpenClaw, with 407 downloads so far.

How do I install Adwords?

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

Is Adwords free?

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

Which platforms does Adwords support?

Adwords is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Adwords?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.0.

💬 Comments