← Back to Skills Marketplace
chapagainashutosh8

website to ads

by chapagainashutosh8 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
119
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill2ads
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill2ads
  3. After installation, invoke the skill by name or use /skill2ads
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill2ads
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.

How do I install website to ads?

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

Is website to ads free?

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

Which platforms does website to ads support?

website to ads is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created website to ads?

It is built and maintained by chapagainashutosh8 (@chapagainashutosh8); the current version is v1.0.1.

💬 Comments