When to Use
User needs practical Facebook Marketplace help in real time: finding good local deals, screening scammy listings, writing or fixing a listing, handling buyer messages, planning pickup, deciding on shipping, or recovering from account warnings.
Use this skill when the output must respect how Marketplace actually works across public web, signed-in web, and mobile, not generic ecommerce advice.
Architecture
Memory lives in ~/facebook-marketplace/. If ~/facebook-marketplace/ does not exist, run setup.md. See memory-template.md for structure.
CODEBLOCK0
Quick Reference
Load only the file needed for the current bottleneck.
| Topic | File |
|---|
| Setup guide | INLINECODE4 |
| Memory structure and status model |
memory-template.md |
| Buyer search, screening, and pickup flow |
buyer-flow.md |
| Listing quality, pricing, and sell-through discipline |
listing-and-pricing.md |
| Buyer and seller messaging patterns |
messages-and-negotiation.md |
| Shipping, proof, and transaction protection |
shipping-and-protection.md |
| Policies, warnings, and account-health rules |
policy-and-account-health.md |
| Surface map, API limits, and automation boundaries |
interface-and-automation.md |
Operating Coverage
This skill combines four layers in one execution model:
- - buyer layer: search specs, value scoring, seller vetting, negotiation, and safe pickup planning
- seller layer: listing creation, pricing, buyer screening, hold policy, and time-to-sale decisions
- protection layer: scam detection, payment guardrails, proof discipline, and escalation steps
- account-health layer: policy checks, restriction avoidance, and evidence-first recovery when listings are removed or warnings appear
Data Storage
Local notes in ~/facebook-marketplace/ may include:
- - city, radius, categories, and budget patterns for buying
- inventory, floor prices, refresh rules, and pickup defaults for selling
- reusable message patterns, offer thresholds, and no-show rules
- scam indicators, removed-listing reasons, and appeal evidence timelines
Core Rules
1. Lock the Operating Lane First
Identify the active lane before giving advice:
- - buyer
- casual local seller
- flipper or repeat seller
- account-recovery or safety mode
Advice that ignores the lane usually breaks on price, urgency, or risk tolerance.
2. Treat Public Web, Signed-In Web, and Mobile as Different Surfaces
Marketplace behavior changes by surface:
- - public web can expose browse, category, search, and public item pages
- signed-in web handles active account workflows
- mobile may carry features that are limited or unavailable on desktop
Never guess a feature is universal across all three.
3. Price From Local Reality, Not Aspirational Listings
Use nearby comps, item condition, completeness, seasonality, and pickup friction to set a realistic range.
For bulky or low-value items, distance and effort can matter more than list price.
4. Make Messaging Evidence-First
Before moving a deal forward, confirm the details that change the decision:
- - condition
- completeness
- exact model or dimensions
- availability
- pickup or shipping constraints
Never treat vague seller or buyer replies as proof.
5. Choose Pickup Versus Shipping Deliberately
Local pickup is usually the default for bulky, fragile, urgent, or low-margin items.
Shipping only makes sense when margin, packaging risk, and platform protection still work after fees and effort.
6. Safety Mode Beats Speed
If scam signals, pressure, off-platform payment requests, fake urgency, or identity mismatches appear, stop optimizing for conversion.
Pause, summarize the risk, and recommend the safest next move.
7. No Unsupported Automation or Account Evasion
Do not invent a Marketplace API, CLI, or Graph endpoint for consumer buying and selling.
Do not recommend bots, scraping behind login, mass messaging, repost farms, or anti-detection tactics.
Facebook Marketplace Traps
- - Treating all listings as current inventory -> dead listings waste time and distort pricing.
- Using national comps for a local-only item -> price looks fine on paper but never sells nearby.
- Letting the buyer or seller move payment or proof off platform too early -> fraud exposure rises fast.
- Writing generic AI-sounding listings -> trust drops and serious buyers disengage.
- Accepting vague shipping assumptions -> margin disappears once packing, fees, and breakage risk show up.
- Reposting, duplicating, or editing recklessly after warnings -> account-health risk compounds.
- Assuming Meta offers a supported public Marketplace API or CLI for these actions -> automation plan becomes unusable.
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.facebook.com | user-approved search terms, listing views, listing drafts, messages, and transaction-related actions | Marketplace browsing, listing management, and account workflows |
| https://www.messenger.com |
user-approved Marketplace message content and thread context | Continue Marketplace conversations when they route through Messenger |
| https://www.facebook.com/help | user-approved article lookups and policy queries | Verify feature availability, policies, and support guidance |
No other data is sent externally.
Security & Privacy
Data that leaves your machine:
- - none by default from this instruction set
- only user-approved Facebook or Messenger traffic when the user requests live Marketplace work
Data that stays local:
- - context and operating memory under INLINECODE13
- search specs, inventory notes, message defaults, incident logs, and account-health notes
This skill does NOT:
- - ask for passwords, one-time codes, card details, or identity documents in plain text
- move payments, deposits, or dispute handling off platform for convenience
- automate high-risk account actions without explicit user approval
- provide restriction-bypass, anti-detection, or fake-account workflows
Trust
By using this skill, data may be sent to Meta through Facebook Marketplace and Messenger.
Only install if you trust Meta with your listing, message, and transaction data.
Scope
This skill ONLY:
- - structures Facebook Marketplace buying and selling workflows into clear next actions
- helps price, message, screen, document, and escalate safely
- keeps continuity through local memory and focused operating playbooks
This skill NEVER:
- - guarantees a sale, a deal, shipping eligibility, or policy outcomes
- claims unsupported API or CLI access exists for consumer Marketplace actions
- helps bypass restrictions, impersonate users, or move risky flows off platform
Related Skills
Install with
clawhub install <slug> if user confirms:
- -
marketplace - Compare Marketplace against other buyer, seller, and builder workflows. - INLINECODE16 - Improve buyer-side decisions when the purchase needs tighter screening.
- INLINECODE17 - Strengthen listing, pricing, and closing discipline across channels.
- INLINECODE18 - Set floors, negotiation bands, and margin-aware discount rules.
- INLINECODE19 - Expand from local Marketplace execution into broader commerce systems.
Feedback
- - If useful: INLINECODE20
- Stay updated: INLINECODE21
使用时机
用户需要实时获取实用的Facebook Marketplace帮助:寻找优质本地交易、识别诈骗列表、撰写或修改列表、处理买家消息、规划自提、决定是否发货,或从账户警告中恢复。
当输出必须尊重Marketplace在公共网页、登录网页和移动端上的实际运作方式,而非泛泛的电商建议时,使用此技能。
架构
记忆存储在 ~/facebook-marketplace/ 中。如果 ~/facebook-marketplace/ 不存在,请运行 setup.md。结构请参见 memory-template.md。
text
~/facebook-marketplace/
|-- memory.md # 核心档案、区域、目标和持久操作规则
|-- saved-searches.md # 买家关注列表、搜索规格和通过/不通过筛选条件
|-- inventory.md # 卖家库存、要价、底价和过期列表备注
|-- message-lab.md # 可重复使用的回复模板、报价规则和爽约处理
|-- incident-log.md # 诈骗、纠纷、取消和已屏蔽模式
-- account-health.md # 警告、列表移除、申诉和停止条件
快速参考
仅加载当前瓶颈所需的文件。
| 主题 | 文件 |
|---|
| 设置指南 | setup.md |
| 记忆结构和状态模型 |
memory-template.md |
| 买家搜索、筛选和自提流程 | buyer-flow.md |
| 列表质量、定价和销售纪律 | listing-and-pricing.md |
| 买家和卖家消息模式 | messages-and-negotiation.md |
| 发货、凭证和交易保护 | shipping-and-protection.md |
| 政策、警告和账户健康规则 | policy-and-account-health.md |
| 界面地图、API限制和自动化边界 | interface-and-automation.md |
操作覆盖范围
此技能在一个执行模型中结合了四个层面:
- - 买家层面:搜索规格、价值评分、卖家审核、谈判和安全自提规划
- 卖家层面:列表创建、定价、买家筛选、保留政策和销售时间决策
- 保护层面:诈骗检测、支付护栏、凭证纪律和升级步骤
- 账户健康层面:政策检查、规避限制,以及在列表被移除或出现警告时以证据优先的恢复策略
数据存储
~/facebook-marketplace/ 中的本地备注可能包括:
- - 城市、半径、类别和购买预算模式
- 库存、底价、刷新规则和销售默认自提设置
- 可重复使用的消息模板、报价阈值和爽约规则
- 诈骗指标、列表移除原因和申诉证据时间线
核心规则
1. 首先锁定操作通道
在提供建议前,先确定当前活跃通道:
- - 买家
- 普通本地卖家
- 转卖者或重复卖家
- 账户恢复或安全模式
忽略通道的建议通常会在价格、紧迫性或风险承受能力上出现问题。
2. 将公共网页、登录网页和移动端视为不同界面
Marketplace的行为因界面而异:
- - 公共网页可展示浏览、分类、搜索和公共商品页面
- 登录网页处理活跃账户工作流程
- 移动端可能包含桌面端受限或不可用的功能
切勿假设某个功能在所有三种界面上都通用。
3. 根据本地实际情况定价,而非理想化列表
使用附近可比商品、物品状况、完整性、季节性和自提难度来设定合理范围。
对于大件或低价值物品,距离和精力可能比标价更重要。
4. 消息沟通以证据为先
在推进交易前,确认会改变决策的细节:
切勿将卖家或买家的模糊回复视为证据。
5. 审慎选择自提与发货
本地自提通常是体积大、易碎、紧急或利润低的物品的默认选择。
只有在扣除费用和精力后,利润、包装风险和平台保护仍然可行时,发货才有意义。
6. 安全模式优先于速度
如果出现诈骗信号、压力、平台外付款请求、虚假紧迫性或身份不匹配,请停止优化转化率。
暂停,总结风险,并推荐最安全的下一步行动。
7. 禁止未经支持的自动化或账户规避
不要为消费者买卖行为虚构Marketplace API、CLI或Graph端点。
不要推荐机器人、登录后爬取、群发消息、重复发布农场或反检测策略。
Facebook Marketplace陷阱
- - 将所有列表视为当前库存 -> 过期列表浪费时间并扭曲定价。
- 对仅限本地的物品使用全国可比价格 -> 价格在纸面上看起来不错,但在附近永远卖不掉。
- 让买家或卖家过早将付款或凭证移出平台 -> 欺诈风险迅速上升。
- 编写听起来像AI的通用列表 -> 信任度下降,严肃买家流失。
- 接受模糊的发货假设 -> 一旦包装、费用和破损风险显现,利润就会消失。
- 在收到警告后鲁莽地重新发布、复制或编辑 -> 账户健康风险加剧。
- 假设Meta为这些操作提供受支持的公共Marketplace API或CLI -> 自动化计划变得不可用。
外部端点
此技能仅允许使用以下端点;除非用户明确批准,否则阻止任何未列出的域名。
| 端点 | 发送的数据 | 目的 |
|---|
| https://www.facebook.com | 用户批准的搜索词、列表浏览、列表草稿、消息和交易相关操作 | Marketplace浏览、列表管理和账户工作流程 |
| https://www.messenger.com |
用户批准的Marketplace消息内容和对话上下文 | 当Marketplace对话路由到Messenger时继续对话 |
| https://www.facebook.com/help | 用户批准的文章查询和政策咨询 | 验证功能可用性、政策和支持指南 |
不会向外部发送其他数据。
安全与隐私
离开您机器的数据:
- - 默认情况下,此指令集不发送任何数据
- 仅当用户请求实时Marketplace操作时,发送用户批准的Facebook或Messenger流量
保留在本地数据:
- - ~/facebook-marketplace/ 下的上下文和操作记忆
- 搜索规格、库存备注、消息默认设置、事件日志和账户健康备注
此技能不会:
- - 以明文形式索要密码、一次性验证码、银行卡详情或身份证明文件
- 为方便起见,将付款、押金或纠纷处理移出平台
- 在未经用户明确批准的情况下自动执行高风险账户操作
- 提供绕过限制、反检测或虚假账户的工作流程
信任
使用此技能,数据可能通过Facebook Marketplace和Messenger发送给Meta。
仅当您信任Meta处理您的列表、消息和交易数据时才安装。
范围
此技能仅:
- - 将Facebook Marketplace的买卖工作流程结构化为清晰的下一步行动
- 帮助安全地定价、沟通、筛选、记录和升级
- 通过本地记忆和专注的操作手册保持连续性
此技能绝不:
- - 保证销售、交易、发货资格或政策结果
- 声称存在针对消费者Marketplace操作的未经支持的API或CLI访问
- 帮助绕过限制、冒充用户或将高风险流程移出平台
相关技能
如果用户确认,使用 clawhub install
安装:
- - marketplace - 将Marketplace与其他买家、卖家和建设者工作流程进行比较。
- buy - 当购买需要更严格的筛选时,改进买家侧决策。
- sell - 跨渠道加强列表、定价和成交纪律。
- pricing - 设定底价、谈判区间和考虑利润的折扣规则。
- ecommerce - 从本地Marketplace执行扩展到更广泛的商业系统。
反馈
- - 如果觉得有用:clawhub star facebook-marketplace
- 保持更新:clawhub sync