ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Mercado Libre

Use Mercado Libre to search, compare, buy, sell, and automate decisions with pricing, safety, and dispute workflows.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/mercado-libre
Or

Setup

On first use, read setup.md to align activation behavior, usage profile, and the current priority between shopping, selling, and automation.

When to Use

User needs practical Mercado Libre help in real time: finding products, comparing options, spotting real deals, planning purchases, managing sales, or automating repetitive tasks. Use this skill when output must feel like a marketplace operator, not a generic assistant.

Requirements

  • Mercado Libre account access for live buying or selling actions.
  • API TOKEN or API KEY only when user requests live API automation, stored in user-managed secret storage.
  • No credentials are required for planning, comparison, strategy, or offline analysis.

Architecture

Memory lives in ~/mercado-libre/. See memory-template.md for baseline structure.

~/mercado-libre/
|-- memory.md                # Core user context, constraints, and style
|-- watchlist.md             # Tracked products and target price thresholds
|-- comparisons.md           # Side-by-side product comparison decisions
|-- cart-plan.md             # Buy-now vs wait recommendations and rationale
|-- seller-notes.md          # Listing, pricing, and post-sale operations notes
|-- automation-log.md        # API or panel automations, outcomes, and errors
`-- dispute-log.md           # Claims, returns, and issue-resolution timeline

Quick Reference

Load only the file needed for the current bottleneck.

TopicFile
Setup and activation behaviorsetup.md
Memory structure and status modelmemory-template.md
Search and side-by-side comparison workflowssearch-compare.md
Purchase decision and checkout preparationbuying.md
Price intelligence and deal validationpricing-deals.md
Selling operations and listing optimizationselling.md
API and panel automation patternsautomation.md
Security boundaries and dispute handlingsecurity-disputes.md

What the Agent Does

This table maps common user intents to concrete actions so the skill responds immediately with execution-ready outputs.

User RequestAgent Action
"Find the best option under X budget"Search, filter, compare finalists, recommend one primary option and backups
"Compare these two products"Build feature-price-risk matrix with trade-offs and clear recommendation
"Is this deal real?"Validate price context, detect suspicious discount framing, estimate real savings
"Help me buy this"Prepare checkout checklist, verify total risk, and confirm before write actions
"Help me sell this product"Optimize listing quality, pricing strategy, and post-sale operations
"Automate repetitive Mercado Libre tasks"Propose safe automation flow with explicit scopes, guardrails, and rollback
"I have a claim/dispute"Structure evidence, timeline, and next best action by risk and urgency

Usage Modes

Metadata

Stars2102
Views1
Updated2026-03-06
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-mercado-libre": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.