skills$openclaw/affiliatematic
dowands10.0k

by dowands

affiliatematic – OpenClaw Skill

affiliatematic is an OpenClaw Skills integration for writing workflows. |

10.0k stars429 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nameaffiliatematic
description| OpenClaw Skills integration.
ownerdowands
repositorydowands/affiliatematic
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dowands/affiliatematic
last updatedFeb 7, 2026

Maintainer

dowands

dowands

Maintains affiliatematic in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
281 B
SKILL.md
3.8 KB
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

  1. Sign up at https://affiliatematic.com
  2. Go to Dashboard → Add domain
  3. Add both example.com AND www.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

AttributeDescriptionRequired
data-tagYour Amazon affiliate tag (e.g., "yoursite-20")✅ Yes

Performance Benchmarks (Real Data)

MetricImprovement
Click-Through Rate+150-300% (2.5x average)
Conversion Rate+40-60% (1.5x average)
Commission Value+25% (higher-value products)
Response Time<100ms
Uptime99.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

IssueSolution
Widget not showingCheck domain is whitelisted (both www and non-www)
Wrong productsAI needs more content context - add more relevant text
Slow loadingScript 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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

Configuration

| Attribute | Description | Required | |-----------|-------------|----------| | `data-tag` | Your Amazon affiliate tag (e.g., "yoursite-20") | ✅ Yes |

FAQ

How do I install affiliatematic?

Run openclaw add @dowands/affiliatematic in your terminal. This installs affiliatematic into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/dowands/affiliatematic. Review commits and README documentation before installing.