From declutter-genie
Identify items in the inventory worth selling rather than discarding or donating. Estimates resale value, suggests the right marketplace per item (geo-aware — e.g. Yad2/Facebook Marketplace IL for Israel, eBay/Craigslist/FB for US, Gumtree/eBay for UK), flags effort vs. payoff, and produces a prioritized sale list.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin declutter-genieThis skill uses the workspace's default tool permissions.
User wants to sell stuff, asks "what's worth selling", or runs after `find-duplicates` / `suggest-discards` to route flagged items to resale.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
User wants to sell stuff, asks "what's worth selling", or runs after find-duplicates / suggest-discards to route flagged items to resale.
Workspace + populated inventory. Geography and currency from workspace.json.
An item is a resale candidate if:
est_value ≥ a minimum threshold worth the effort of listing (default: ILS 100 / USD 30 / GBP 25 / EUR 25 — configurable in workspace.json under resale.min_value).condition is good or better (allow fair for high-value items where the market accepts it).sentimental / keepsake.Read workspace.json.geography and recommend platforms accordingly. Examples:
For each item, pick 1–3 best-fit platforms and explain why in one line.
Use the same valuation approach as value-for-insurance but bias toward realistic sale prices, not insurance replacement value. Sale price ≈ 50–70% of current second-hand market median for typical condition.
For each item, estimate:
low (post a photo, ship in box), medium (need to clean/photograph/answer questions), high (heavy item, local pickup only, may need to disassemble).Sort the output by payoff/hour descending, so the user attacks the high-leverage items first.
Write <workspace>/analysis/resale-targets.md and <workspace>/outputs/resale-targets.csv.
CSV columns: id, name, condition, location, est_sale_value, currency, recommended_platforms, effort, payoff_per_hour, notes.
Print top 10 to chat. Offer to generate a PDF via generate-action-list and/or hype copy via hype-giveaway-post (re-purposable for sale listings).