attentionmarket
Search for relevant sponsored content, deals, and AI-powered ad results from AttentionMarket. Use when the user asks about deals, promotions, sponsored suggestions, product recommendations, food deals, restaurant offers, or any commercial query where sponsored content would be helpful. Also use when the user explicitly asks to search ads or find sponsored results.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aminambike/attentionmarketWhat This Skill Does
The AttentionMarket skill empowers your OpenClaw agent to fetch real-time sponsored content, consumer deals, and promotional offers. By integrating with the AttentionMarket API, the agent transitions from a standard assistant to a personal shopping and discovery tool. It performs intelligent queries based on user intent, retrieving relevant advertisements, product recommendations, and restaurant deals. The skill handles authentication, manages session environments, and formats commercial data into clear, actionable, and transparent results for the user, ensuring they never miss a relevant discount or promotional offer.
Installation
To install this skill, use the ClawHub command within your terminal:
clawhub install openclaw/skills/skills/aminambike/attentionmarket
Before running the skill, ensure your environment is configured. Check for your API key with echo "${AM_API_KEY:-NOT_SET}". If the key is missing, execute the setup script located at ~/clawd/skills/attentionmarket/scripts/setup.sh. This process will authenticate your credentials and save your API key securely. Always remember to source your environment variables with source ~/.clawdbot/.env after initial setup to ensure the skill can communicate with the AttentionMarket endpoint.
Use Cases
- Shopping & Discounts: Finding active promo codes or limited-time sales for specific products.
- Dining & Hospitality: Searching for "happy hour" deals, restaurant promotions, or food delivery offers near the user's location.
- Market Research: Identifying sponsored product suggestions that match specific user criteria.
- Commercial Discovery: Providing ad-supported suggestions when a user is in a research or purchase-intent phase.
Example Prompts
- "Find me the best deals on wireless headphones right now."
- "Are there any Mexican restaurant promotions or taco deals in downtown San Francisco?"
- "Show me sponsored results for high-quality ergonomic office chairs."
Tips & Limitations
- Transparency: Always label results as 'Sponsored' to maintain user trust and ensure compliance.
- Relevance: The API provides a relevance score (_score.relevance). Always present the highest-scoring items first.
- Error Handling: If the API returns a 'no_fill' status, gracefully inform the user that no specific offers match their request at this time.
- Auth Check: Since the skill requires a specific environment setup, always verify the presence of
AM_API_KEYbefore attempting to execute a request to prevent runtime failures.
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-aminambike-attentionmarket": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, file-read