← Back to Skills Marketplace
Ads URL Parser
by
danyangliu
· GitHub ↗
· v1.0.0
267
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install url-intent-parser
Description
Parse product and landing URLs into an executable ads brief for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and...
Usage Guidance
This skill appears internally consistent and safe to review, but keep these practical cautions in mind: 1) The agent will need to fetch whatever URL you provide — do not submit private/internal URLs, URLs containing tokens, or pages with sensitive data you don't want transmitted. 2) Parsing remote pages can expose the agent to malicious or obfuscated content (scripts, trackers); verify how your agent fetches and sanitizes HTML. 3) The skill does not request ad platform credentials; if you later ask the agent to perform account-level actions it may prompt for them — provide credentials only to trusted, intended integrations. If you need higher assurance, ask the skill owner for a description of the fetch/sanitization behavior or run it in an environment that mediates outbound web requests.
Capability Analysis
Type: OpenClaw Skill
Name: url-intent-parser
Version: 1.0.0
The skill bundle defines a legitimate business function for an AI agent: parsing URLs to generate advertising briefs. The `SKILL.md` file, which serves as instructions for the agent, clearly outlines the purpose, workflow, input/output contracts, and includes guardrails against fabricating information. There are no instructions for the agent to perform unauthorized actions, access sensitive data, execute arbitrary commands, exfiltrate data, or engage in prompt injection attacks against the user or the system. The 'Code Examples' are output formats, not executable code.
Capability Assessment
Purpose & Capability
Name, description, input/output contracts, and decision rules align: the skill's purpose is to parse URLs and produce ad launch briefs, and it does not request unexpected binaries, env vars, or installs.
Instruction Scope
SKILL.md stays within the ad-briefing scope (validate URL, extract offer/CTA, map KPIs, emit JSON). It implicitly requires fetching/parsing the provided URL (network access and HTML parsing), but it does not instruct reading unrelated system files, environment variables, or sending data to third-party endpoints beyond the user-supplied URL. Recommend confirming how your agent will fetch/handle remote content (follow redirects, execute JS, sanitize scripts) before using with sensitive links.
Install Mechanism
No install spec or code files; instruction-only skills have low install risk since nothing is written to disk or fetched during install.
Credentials
No credentials, env vars, or config paths are required. The declared inputs (URL, business_goal, market_scope) are proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills' configuration. Autonomous invocation is allowed by default but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install url-intent-parser - After installation, invoke the skill by name or use
/url-intent-parser - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of url-intent-parser skill.
- Converts product and landing page URLs into actionable ads briefs for Meta, Google, TikTok, YouTube, Amazon, Shopify, and DSP/programmatic platforms.
- Supports input of key marketing objectives and market scope, with structured outputs for offer extraction, audience targeting, and channel recommendations.
- Includes robust decision rules, platform-specific guidance, and quality checklist to ensure practical, channel-aware outputs.
- Provides failure handling, escalation protocol, and multiple practical examples for guidance.
Metadata
Frequently Asked Questions
What is Ads URL Parser?
Parse product and landing URLs into an executable ads brief for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.
How do I install Ads URL Parser?
Run "/install url-intent-parser" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ads URL Parser free?
Yes, Ads URL Parser is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ads URL Parser support?
Ads URL Parser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ads URL Parser?
It is built and maintained by danyangliu (@danyangliu-sandwichlab); the current version is v1.0.0.
More Skills