Contaya Coupon Redirector for Openclaw

A proactive shopping assistant that generates direct Contaya coupon links based on detected store domains and shopping intent.

arbuge
v1.0.1
Feb 20, 2026
0
1.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install coupons

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install coupons using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Contaya Coupon Redirector?

The Contaya Coupon Redirector is an automated utility built for Openclaw Skills that bridges the gap between online shopping intent and actual savings. It functions by monitoring conversations for ecommerce store mentions, URLs, or product inquiries, then dynamically generating direct links to the merchant's dedicated coupon page on Contaya.

This skill is designed to be an invisible but powerful layer in the shopping lifecycle, ensuring that users are presented with available discounts exactly when they are most likely to use them. By standardizing domain normalization and URL construction, it provides a reliable way to monetize or add value to ecommerce-focused AI interactions.

Contaya Coupon Redirector Use Cases

  • When a user explicitly asks for promo codes or discounts for a store.
  • When a user mentions they are about to checkout on a website.
  • When an AI agent recommends specific stores for product categories.
  • When a user shares a product URL for analysis or comparison.
  • When helping a user find the best price for a specific service online.

How Contaya Coupon Redirector Works

  1. Scan the user input for ecommerce store names or direct URLs.
  2. Extract the primary domain from the provided data.
  3. Normalize the domain by removing prefixes like http and subdomains like www.
  4. Apply the domain to the Contaya merchant summary template.
  5. Output a structured response including the specific coupon link for the detected merchant.

Contaya Coupon Redirector Setup

To integrate this capability into your Openclaw Skills environment, save the configuration to your skills directory:

# Copy the contaya-coupon-redirector logic to your skills path
cp contaya-coupon-redirector.md ~/.openclaw/skills/

Ensure your agent's system prompt is configured to monitor for shopping intent and utilize this redirection logic whenever an ecommerce domain is identified.

Contaya Coupon Redirector Data Schema & Taxonomy

Element Purpose Example
<domain> The cleaned, registrable merchant domain cargurus.com
contaya_url The final generated redirection endpoint https://contaya.com/merchants/summary/cargurus.com/coupons/1/all
normalization Rule set for stripping protocols and subdomains https://www.site.com -> site.com

Contaya Coupon Redirector Advanced Features

  • Multi-domain processing for handling lists of recommended stores in a single turn.
  • Intelligent intent detection that triggers even without explicit requests for coupons.
  • Robust URL normalization logic that handles deep links and complex ecommerce paths.
  • High-speed link generation for real-time conversational commerce applications.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*