Facebook Marketplace
by @ivangdavila
Buy and sell on Facebook Marketplace with pricing discipline, safer messaging, shipping guardrails, scam detection, and account-safe workflows.
clawhub install facebook-marketplaceπ About This Skill
name: Facebook Marketplace slug: facebook-marketplace version: 1.0.0 homepage: https://clawic.com/skills/facebook-marketplace description: Buy and sell on Facebook Marketplace with pricing discipline, safer messaging, shipping guardrails, scam detection, and account-safe workflows. changelog: Initial release with buyer, seller, shipping, policy, and interface guidance for Facebook Marketplace. metadata: {"clawdbot":{"emoji":"ποΈ","requires":{"bins":[]},"os":["darwin","linux","win32"],"configPaths":["~/facebook-marketplace/"]}}
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.
~/facebook-marketplace/
|-- memory.md # Core profile, area, goals, and durable operating rules
|-- saved-searches.md # Buyer watchlists, search specs, and go/no-go filters
|-- inventory.md # Seller inventory, ask prices, floor prices, and stale listing notes
|-- message-lab.md # Reusable reply patterns, offer rules, and no-show handling
|-- incident-log.md # Scams, disputes, cancellations, and blocked patterns
-- account-health.md # Warnings, listing removals, appeals, and stop conditions
Quick Reference
Load only the file needed for the current bottleneck.
| Topic | File |
|-------|------|
| Setup guide | setup.md |
| 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:
Data Storage
Local notes in ~/facebook-marketplace/ may include:
Core Rules
1. Lock the Operating Lane First
Identify the active lane before giving advice: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: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: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
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:
Data that stays local:
This skill does NOT:
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:
This skill NEVER:
Related Skills
Install with clawhub install if user confirms:marketplace - Compare Marketplace against other buyer, seller, and builder workflows.
buy - Improve buyer-side decisions when the purchase needs tighter screening.
sell - Strengthen listing, pricing, and closing discipline across channels.
pricing - Set floors, negotiation bands, and margin-aware discount rules.
ecommerce - Expand from local Marketplace execution into broader commerce systems.Feedback
If useful: clawhub star facebook-marketplace
Stay updated: clawhub sync`