Build Amazon Affiliate Plugin
Skill by imjohnathanblog-spec
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/imjohnathanblog-spec/build-amazon-affiliate-pluginname: build-amazon-affiliate-plugin description: Create a production-ready WordPress plugin that displays Amazon product ads when users insert Amazon affiliate links. Use when asked to build an Amazon Associates/affiliate WordPress plugin with features like: (1) Detecting Amazon links in post content, (2) Extracting ASIN from URLs, (3) Generating ad units with product info, (4) Admin settings page for affiliate tag and display options, (5) Caching for performance, (6) Gutenberg block support. Follows WordPress best practices and Amazon Associates Program Policies.
Build Amazon Affiliate Ad Plugin
Quick Start
- Read PLUGIN_SPEC.md for detailed requirements
- Read AMAZON_API.md for PA-API integration
- Generate the plugin code following the specifications
Plugin Requirements Summary
- Name: Ad Symbiont
- Features:
- Detect Amazon links (amazon.com, amazon.ca, amazon.co.uk, amzn.to)
- Extract ASIN from URLs
- Admin settings: Affiliate tag, display mode (replace/append), styling toggle
- Fallback to simple HTML ad if no PA-API credentials
- Caching for ad units (transients)
- Gutenberg block support
- WordPress 6.x compatible
- Secure: sanitize/escape all inputs/outputs
Output
Generate:
- Complete plugin PHP file
- CSS/JS assets if needed
- Installation instructions
- Expansion options documentation
Save all files to: /home/imjohnathan/.openclaw/workspace/skills/build-amazon-affiliate-plugin/
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-imjohnathanblog-spec-build-amazon-affiliate-plugin": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
geospatial-osint
Open-source geospatial intelligence gathering and visualization dashboard. Use when building Worldview-style spy thriller dashboards, monitoring geopolitical events, or analyzing multi-source OSINT. Covers satellite tracking, live flights (commercial + military), maritime traffic, street cameras, seismic data, and real-time visualization with post-processing effects. Supports 3D globe rendering with CRT/NVG/thermal modes, time-based replay, and multi-agent development workflows.
dream-cycle
Implement a nightly "dream cycle" for OpenClaw agents that: - Reviews and consolidates memory at night - Cleans up bloated workspace files - Prepares a morning brief for the user Use when: User wants to implement Ray Fernando's dream cycle concept, reduce memory bloat, or set up automated memory maintenance.