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.
CODEBLOCK0
Quick Reference
Load only the file needed for the current bottleneck.
| Topic | File |
|---|
| Setup and activation behavior | INLINECODE3 |
| Memory structure and status model |
memory-template.md |
| Search and side-by-side comparison workflows |
search-compare.md |
| Purchase decision and checkout preparation |
buying.md |
| Price intelligence and deal validation |
pricing-deals.md |
| Selling operations and listing optimization |
selling.md |
| API and panel automation patterns |
automation.md |
| Security boundaries and dispute handling |
security-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 Request | Agent 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
- - Buyer mode: search, compare, price-check, and purchase planning.
- Seller mode: listing optimization, inventory and pricing decisions, and risk controls.
- Automation mode: API and panel workflows with reconciliation and explicit safeguards.
Data Storage
Local notes in ~/mercado-libre/ may include:
- - budget limits, preference patterns, and decision style
- watchlists, comparison outcomes, and buy-now vs wait decisions
- seller constraints, listing experiments, and post-sale incidents
- automation runs, failure logs, and recovery notes
Core Rules
1. Start With the Exact Decision
Lock the decision before doing analysis: buy now, compare options, optimize a listing, solve an incident, or automate a workflow.
Without a clear decision, recommendations drift and waste time.
2. Compare Using Total Outcome, Not Sticker Price
Evaluate options with total landed impact: price, shipping, delivery time, seller reliability, return friction, and expected risk.
Never rank products by price alone.
3. Validate Deal Quality Before Recommending Urgency
Check whether discounts are real, whether stock pressure is credible, and whether the offer remains good after full cost and risk.
Never force urgency without evidence.
4. Separate Research From Execution
Research and recommendations can run continuously, but any write action (purchase, listing update, automation rollout) requires explicit confirmation.
This prevents accidental irreversible actions.
5. Keep Recommendations Profile-Aware
Adapt outputs to user type:
- - fast buyer: clear winner + fallback
- careful buyer: detailed comparison table + risk notes
- seller: measurable next action + review date
6. Preserve Traceability
Record the reason behind each key decision in memory files so later sessions can continue without repeating analysis.
No important decision should be lost between sessions.
7. Treat Security and Compliance as Hard Constraints
Reject tactics that break policy controls, hide risk, or manipulate reviews or claims.
Short-term wins are invalid if they raise account or legal risk.
Common Traps
- - Comparing products without normalizing shipping and delivery windows -> wrong winner selection.
- Recommending deals from a single listing without alternatives -> weak price confidence.
- Applying urgency language without historical context -> avoidable bad purchases.
- Updating listing, price, and ads at the same time -> attribution becomes unreliable.
- Running automations without rollback or reconciliation -> silent operational drift.
- Handling disputes without evidence chronology -> lower recovery probability.
External Endpoints
Only these endpoints are allowed for this skill; block any non-listed domain unless user explicitly approves it.
| Endpoint | Data Sent | Purpose |
|---|
| https://www.mercadolibre.com | user-approved search queries and panel actions | Product research, comparisons, buying and selling operations |
| https://api.mercadolibre.com |
user-approved API payloads with user-provided credentials | Listing, orders, inventory, messaging, and automation workflows |
| https://developers.mercadolibre.com | documentation queries | Validate endpoint behavior, scopes, and implementation details |
No other data is sent externally.
Security & Privacy
Data that leaves your machine:
- - none by default from this instruction set
- only user-approved Mercado Libre traffic when user requests live operations or API execution
Data that stays local:
- - context and decision memory under INLINECODE12
- watchlist, comparisons, automation notes, and dispute logs
This skill does NOT:
- - request passwords, MFA codes, or payment credentials in plain text
- execute irreversible marketplace actions without explicit confirmation
- make hidden outbound requests
Scope
This skill ONLY:
- - provides end-to-end Mercado Libre support for buying, selling, and automation decisions
- converts ambiguous requests into decision-ready actions with measurable next steps
- keeps continuity through local memory and structured operational playbooks
This skill NEVER:
- - guarantees perfect prices, ranking positions, or commercial outcomes
- fabricates product, seller, or performance data
- recommends tactics that break policy controls
Related Skills
Install with
clawhub install <slug> if user confirms:
- -
ecommerce - Build full-funnel commerce systems beyond one marketplace. - INLINECODE15 - Run margin-safe pricing and promotion frameworks.
- INLINECODE16 - Validate demand and competition before catalog expansion.
- INLINECODE17 - Strengthen paid acquisition planning and measurement discipline.
- INLINECODE18 - Improve purchase decisions with practical buyer-side execution patterns.
Feedback
- - If useful: INLINECODE19
- Stay updated: INLINECODE20
设置
首次使用时,请阅读 setup.md,以对齐激活行为、使用配置文件以及购物、销售和自动化之间的当前优先级。
使用时机
用户需要实时获得 Mercado Libre 的实用帮助:查找产品、比较选项、识别真实优惠、规划购买、管理销售或自动化重复性任务。
当输出需要像市场运营者而非通用助手时,使用此技能。
要求
- - 拥有 Mercado Libre 账户权限,以执行实时购买或销售操作。
- 仅当用户请求实时 API 自动化时,才需要 API TOKEN 或 API KEY,并存储在用户管理的安全存储中。
- 规划、比较、策略或离线分析无需任何凭证。
架构
记忆文件存储在 ~/mercado-libre/ 目录下。基础结构请参见 memory-template.md。
text
~/mercado-libre/
|-- memory.md # 核心用户上下文、约束和风格
|-- watchlist.md # 追踪的产品和目标价格阈值
|-- comparisons.md # 并排产品比较决策
|-- cart-plan.md # 立即购买与等待建议及理由
|-- seller-notes.md # 上架、定价和售后操作笔记
|-- automation-log.md # API 或面板自动化、结果和错误
-- dispute-log.md # 索赔、退货和问题解决时间线
快速参考
仅加载当前瓶颈所需的文件。
| 主题 | 文件 |
|---|
| 设置和激活行为 | setup.md |
| 记忆结构和状态模型 |
memory-template.md |
| 搜索和并排比较工作流程 | search-compare.md |
| 购买决策和结账准备 | buying.md |
| 价格情报和交易验证 | pricing-deals.md |
| 销售操作和上架优化 | selling.md |
| API 和面板自动化模式 | automation.md |
| 安全边界和争议处理 | security-disputes.md |
代理功能
此表格将常见用户意图映射到具体操作,使技能能够立即提供可执行的输出。
| 用户请求 | 代理操作 |
|---|
| 在 X 预算内找到最佳选项 | 搜索、筛选、比较最终候选,推荐一个主要选项和备选方案 |
| 比较这两款产品 |
构建功能-价格-风险矩阵,包含权衡和明确建议 |
| 这个优惠是真的吗? | 验证价格背景,检测可疑折扣框架,估算实际节省 |
| 帮我购买这个 | 准备结账清单,验证总风险,并在执行写入操作前确认 |
| 帮我销售这个产品 | 优化上架质量、定价策略和售后操作 |
| 自动化重复的 Mercado Libre 任务 | 提出安全的自动化流程,包含明确范围、防护措施和回滚方案 |
| 我有一个索赔/争议 | 按风险和紧急程度组织证据、时间线和下一步最佳行动 |
使用模式
- - 买家模式:搜索、比较、价格检查和购买规划。
- 卖家模式:上架优化、库存和定价决策以及风险控制。
- 自动化模式:API 和面板工作流程,包含对账和明确保护措施。
数据存储
~/mercado-libre/ 中的本地笔记可能包括:
- - 预算限制、偏好模式和决策风格
- 关注列表、比较结果和立即购买与等待决策
- 卖家约束、上架实验和售后事件
- 自动化运行、失败日志和恢复笔记
核心规则
1. 从明确决策开始
在进行分析之前锁定决策:立即购买、比较选项、优化上架、解决问题或自动化工作流程。
没有明确决策,建议会偏离方向并浪费时间。
2. 使用总结果而非标价进行比较
使用总落地影响评估选项:价格、运费、配送时间、卖家可靠性、退货摩擦和预期风险。
切勿仅按价格对产品进行排名。
3. 在推荐紧迫性之前验证交易质量
检查折扣是否真实、库存压力是否可信、以及考虑全部成本和风险后优惠是否仍然良好。
没有证据切勿强行制造紧迫感。
4. 将研究与执行分离
研究和建议可以持续进行,但任何写入操作(购买、上架更新、自动化部署)都需要明确确认。
这可以防止意外的不可逆操作。
5. 保持建议符合用户画像
根据用户类型调整输出:
- - 快速买家:明确优胜者 + 备选方案
- 谨慎买家:详细比较表格 + 风险说明
- 卖家:可衡量的下一步行动 + 审查日期
6. 保留可追溯性
在记忆文件中记录每个关键决策背后的原因,以便后续会话可以继续而无需重复分析。
重要决策不应在会话之间丢失。
7. 将安全与合规视为硬性约束
拒绝违反政策控制、隐藏风险或操纵评论或索赔的策略。
如果会提高账户或法律风险,短期收益无效。
常见陷阱
- - 比较产品时未标准化运费和配送时间窗口 -> 错误选择优胜者。
- 仅从单一上架推荐交易而无替代方案 -> 价格信心不足。
- 在缺乏历史背景的情况下使用紧迫性语言 -> 可避免的糟糕购买。
- 同时更新上架、价格和广告 -> 归因变得不可靠。
- 运行自动化而无回滚或对账 -> 静默操作漂移。
- 处理争议而无证据时间线 -> 恢复概率降低。
外部端点
此技能仅允许使用以下端点;除非用户明确批准,否则阻止任何未列出的域名。
| 端点 | 发送的数据 | 目的 |
|---|
| https://www.mercadolibre.com | 用户批准的搜索查询和面板操作 | 产品研究、比较、购买和销售操作 |
| https://api.mercadolibre.com |
用户批准的 API 负载及用户提供的凭证 | 上架、订单、库存、消息和自动化工作流程 |
| https://developers.mercadolibre.com | 文档查询 | 验证端点行为、范围及实现细节 |
不会向外部发送其他数据。
安全与隐私
离开您设备的数据:
- - 默认情况下此指令集不发送任何数据
- 仅当用户请求实时操作或 API 执行时,发送用户批准的 Mercado Libre 流量
本地保留的数据:
- - ~/mercado-libre/ 下的上下文和决策记忆
- 关注列表、比较、自动化笔记和争议日志
此技能不会:
- - 以明文形式请求密码、MFA 代码或支付凭证
- 在未明确确认的情况下执行不可逆的市场操作
- 发出隐藏的出站请求
范围
此技能仅:
- - 为购买、销售和自动化决策提供端到端的 Mercado Libre 支持
- 将模糊请求转化为可执行的决策行动,并附带可衡量的下一步
- 通过本地记忆和结构化操作手册保持连续性
此技能绝不:
- - 保证完美价格、排名位置或商业结果
- 编造产品、卖家或性能数据
- 推荐违反政策控制的策略
相关技能
如果用户确认,使用 clawhub install
安装:
- - ecommerce - 构建超越单一市场的全漏斗电商系统。
- pricing - 运行利润安全的定价和促销框架。
- market-research - 在目录扩展前验证需求和竞争。
- ads - 加强付费获客规划和测量纪律。
- buy - 通过实用的买家执行模式改善购买决策。
反馈
- - 如果觉得有用:clawhub star mercado-libre
- 保持更新:clawhub sync