Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add sundial-org/awesome-openclaw-skills --skill "affiliatematic"
Install specific skill from multi-skill repository
# Description
|
# SKILL.md
name: affiliatematic
description: |
Integrate AI-powered Amazon affiliate product recommendations into websites using affiliatematic.com.
Use when you need to: (1) Add Amazon affiliate widgets to a website, (2) Set up automated product recommendations based on page content, (3) Optimize affiliate revenue with AI-powered product matching, (4) Configure affiliate marketing automation.
Triggers: amazon affiliate, affiliate marketing, product recommendations, affiliate widget, amazon associates integration, monetize website with amazon.
Affiliatematic - Amazon Affiliate Automation
AI-powered system that automatically analyzes webpage content and displays relevant Amazon product recommendations. Zero manual product selection required.
How It Works
Visitor lands on page
β
AI analyzes page content (title, meta, text)
β
Extracts keywords & identifies product categories
β
Matches relevant Amazon products
β
Displays widget with affiliate links
β
You earn commission on purchases
Quick Integration (5 minutes)
Step 1: Get Amazon Affiliate Tag
Sign up at https://affiliate-program.amazon.com if you don't have one.
Your tag looks like: yoursite-20
Step 2: Whitelist Your Domain
- Sign up at https://affiliatematic.com
- Go to Dashboard β Add domain
- Add both
example.comANDwww.example.com(they're treated separately)
Step 3: Add Widget HTML
Place this where you want recommendations to appear:
<div class="amazon-widget-container" data-tag="your-affiliate-tag"></div>
Step 4: Include Script
Add before closing </body>:
<script src="https://affiliatematic.com/amazon-widget.iife.js" async></script>
Configuration Options
| Attribute | Description | Required |
|---|---|---|
data-tag |
Your Amazon affiliate tag (e.g., "yoursite-20") | β Yes |
Performance Benchmarks (Real Data)
| Metric | Improvement |
|---|---|
| Click-Through Rate | +150-300% (2.5x average) |
| Conversion Rate | +40-60% (1.5x average) |
| Commission Value | +25% (higher-value products) |
| Response Time | <100ms |
| Uptime | 99.9% |
Best Placement Strategies
High-converting positions:
- End of blog posts (after main content)
- Sidebar on product review pages
- Within "recommended products" sections
- After comparison tables
Content types that work best:
- Product reviews & comparisons
- How-to guides with equipment needs
- "Best X for Y" articles
- Tutorial content requiring tools/supplies
Example Integration
For a blog post about coffee:
<article>
<h1>How to Brew the Perfect Espresso</h1>
<p>Content about espresso brewing...</p>
<!-- AI will automatically show espresso machines, grinders, etc. -->
<div class="amazon-widget-container" data-tag="coffeesite-20"></div>
</article>
<script src="https://affiliatematic.com/amazon-widget.iife.js" async></script>
The AI analyzes "espresso brewing" content and displays relevant products like espresso machines, coffee grinders, and accessories.
Troubleshooting
| Issue | Solution |
|---|---|
| Widget not showing | Check domain is whitelisted (both www and non-www) |
| Wrong products | AI needs more content context - add more relevant text |
| Slow loading | Script is async, should not block page load |
Revenue Calculator
Estimate earnings at: https://affiliatematic.com/calculator
Formula:
Monthly Revenue = Visitors Γ CTR Γ Conversion Γ Avg Commission
AI Revenue = Current Revenue Γ 2.5 (CTR) Γ 1.5 (Conv) Γ 1.25 (Commission)
Resources
- Documentation: https://affiliatematic.com/docs
- Dashboard: https://affiliatematic.com/user/dashboard
- Revenue Calculator: https://affiliatematic.com/calculator
- Amazon Associates: https://affiliate-program.amazon.com
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.