← 返回 Skills 市场
website to ads
作者
chapagainashutosh8
· GitHub ↗
· v1.0.1
· MIT-0
119
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill2ads
功能描述
Scrape any business website and generate 5 Meta-ready ad variants matching the brand's voice. Use when the user wants to create ads, generate ad copy, or tur...
安全使用建议
Things to consider before installing or running this skill:
- Metadata mismatch: the registry description said 'instruction-only' but the package includes TypeScript source, package.json, and install commands (npm install / npm run build). Installing will download and run npm packages and build code on your machine.
- Required credentials: you must supply APIFY_TOKEN and OPENAI_API_KEY for full functionality. Civic tokens are optional and only used for gated export. Do NOT paste high-privilege or production keys into unfamiliar code — prefer scoped/test keys.
- Persistence: the skill creates a .cache folder in the working directory and stores scraped content + analyzed brand data for 24 hours. If this data is sensitive, run in an isolated environment or remove cache files after use.
- Reputation/legal risk: the skill includes an 'offensive' ad tone that explicitly instructs the model to produce abusive/attack-style copy and competitor naming. That may produce defamatory or policy-violating output; avoid that tone for real campaigns.
- Install in a sandbox: because the package installs npm dependencies and builds code, review the source (especially src/auth.ts and any network calls) and install/run in a container or isolated CI runner if you don't fully trust the author.
- Operational checks: confirm the Node runtime requirement (skill.json specifies node ">=22.12.0") matches your environment, and rotate any keys you use for testing. If you plan to export campaigns to Meta, verify that the skill does not directly push without explicit confirmation and inspect the payload it would send.
If you want, I can: list the specific files that perform network calls, summarize src/auth.ts contents, or highlight any lines that read environment variables or write files.
功能分析
Type: OpenClaw Skill
Name: website-to-ads
Version: 1.0.1
The skill bundle is classified as suspicious primarily due to the inclusion of a 'MAXIMUM OFFENSE' mode in src/generate.ts, which uses explicit jailbreak-style instructions (e.g., 'ZERO content restrictions', 'ALL LIMITS OFF') to force the LLM to bypass safety filters and generate toxic or insulting content. Additionally, the tool is vulnerable to indirect prompt injection because it scrapes external website content and passes it directly into LLM prompts in src/analyze.ts without sanitization. While the code logic follows the stated purpose of generating ads, the deliberate inclusion of prompts designed to subvert AI safety guardrails and the lack of input validation represent significant security and safety risks.
能力评估
Purpose & Capability
Name/description match the code and declared dependencies: it scrapes websites (Apify), analyzes/generates copy (OpenAI), and optionally verifies identity (Civic) before export. Required env vars (APIFY_TOKEN, OPENAI_API_KEY) and npm deps are consistent with the stated purpose.
Instruction Scope
Runtime instructions and code stick to the advertised flow (scrape → analyze → generate → optional Civic-gated export). The skill loads environment variables, uses Apify and OpenAI, prompts for Civic tokens if needed, and writes cache files under a .cache directory. It also exposes an aggressive 'offensive' ad tone that can produce abusive or defamatory content (business/legal/reputational risk) — not a code-level incoherence, but a behavioral risk to be aware of.
Install Mechanism
Registry metadata at the top claimed 'No install spec — instruction-only', but the bundle contains code, package.json, package-lock.json and skill.json with install.commands (npm install, npm run build). Installing will pull npm packages from public registries (apify-client, openai, @civic/auth-verify, etc.). Those packages are expected for the functionality, but the metadata mismatch (instruction-only vs code + install steps) is an incoherence and increases risk because code will be written to disk and dependencies installed.
Credentials
Requested secrets are proportional: APIFY_TOKEN and OPENAI_API_KEY are required and needed for scraping and LLM calls. Civic tokens/IDs/flags are optional and only used for gated export. The skill uses typical optional env vars (OPENAI_MODEL, CIVIC_ACCESS_TOKEN) and does not request unrelated credentials.
Persistence & Privilege
The skill writes a local cache (.cache/<md5>.json) and reads/writes files in the current working directory. It does not request always:true privilege and does not appear to modify other skills. If installed, expect persistent cached brand data on disk until removed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill2ads - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill2ads触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added .env.example for easier environment setup.
- Included package-lock.json to ensure consistent dependency installs.
- Added skill.json to define skill metadata.
- Updated documentation: clarified environment variable setup and reminded users not to commit real API keys or Civic tokens.
v1.0.0
- Initial release of website-to-ads skill.
- Scrape any business website and generate 5 Meta-ready ad variants in the brand's voice.
- Simple workflow: input a website URL to receive ads, each with hook, body, CTA, visual guidance, targeting, and scheduling.
- Optional Civic authentication required for exporting ads to Meta if enabled.
- Includes CLI/demo environment setup instructions.
元数据
常见问题
website to ads 是什么?
Scrape any business website and generate 5 Meta-ready ad variants matching the brand's voice. Use when the user wants to create ads, generate ad copy, or tur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 website to ads?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill2ads」即可一键安装,无需额外配置。
website to ads 是免费的吗?
是的,website to ads 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
website to ads 支持哪些平台?
website to ads 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 website to ads?
由 chapagainashutosh8(@chapagainashutosh8)开发并维护,当前版本 v1.0.1。
推荐 Skills