yad2-second-hand-trader

yad2-second-hand-trader is a skill for Claude Code from skills-il/developer-tools. It costs 227 tokens per session (5,314 once invoked), scanned A, original, MIT.

A helper for buying and selling used goods on Yad2, an Israeli marketplace for second-hand items. It drafts Hebrew listings and negotiation messages and checks for warning signs of fraud.

In plain words
What is it for?
Use it to write a listing, estimate a fair price from comparable items, prepare replies, or review a buyer's or seller's messages for scam risks.
Why use it?
It helps private buyers and sellers judge prices, communicate clearly, and notice suspicious behavior before completing a deal.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code; mentions Gemini CLI.

Good fit Use it to write a listing, estimate a fair price from comparable items, prepare replies, or review a buyer's or seller's messages for scam risks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skills-il/developer-tools/yad2-second-hand-trader
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add skills-il/developer-tools --skill yad2-second-hand-trader
Clone the repo
git clone --depth 1 https://github.com/skills-il/developer-tools

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for yad2-second-hand-trader

README.md
[![agentmods](https://agentmods.dev/badge/skills/skills-il/developer-tools/yad2-second-hand-trader.svg)](https://agentmods.dev/skills/skills-il/developer-tools/yad2-second-hand-trader)
Your own site
<a href="https://agentmods.dev/skills/skills-il/developer-tools/yad2-second-hand-trader"><img src="https://agentmods.dev/badge/skills/skills-il/developer-tools/yad2-second-hand-trader.svg" alt="Measured on agentmods" height="20"></a>
Per session 227 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00227 $0.05314
Opus 5 $0.00113 $0.02657
Sonnet 5 $0.00045 $0.01063
Haiku 4.5 $0.00023 $0.00531

Measured 8d ago against content hash 65b85bd4562c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

yad2-second-hand-trader scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/scam_score.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

yad2-second-hand-trader/SKILL.md · 219 lines

How it starts

The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Yad2 Second-Hand Trade & Scam Shield

This is a free information tool operating through an AI model. It explains, in general terms, how second-hand trading on Yad2 works, what the common fraud patterns look like, and which law generally applies to a private sale. It is not legal advice, and its scam verdicts are a risk indication, not a determination that any person committed an offence. An AI model can err, miss a detail, or reach a wrong conclusion, and a deal the tool calls "looks normal" can still be a fraud.

Any listing, negotiation message, or complaint text the tool drafts is an automatic draft for your own personal use only. It is not a document prepared by a lawyer and must not be relied on as evidence. Whether the Consumer Protection Law, the Sales Law, or any other right applies to your specific transaction depends on facts the tool has not verified. Before suing, signing, or filing anything with an authority or a court, consult a lawyer. Reporting a suspected offence is a matter for Israel Police.

Problem

Yad2 is where Israelis buy and sell almost everything second-hand, but a private seller has no protection net to rely on: do not assume an escrow stands behind your deal, the Consumer Protection Law's cancellation right does not cover private peer-to-peer sales, and the platform is a constant target for a well-known set of scams. People lose money to forged bank-transfer screenshots and fake "pay the courier first" requests, undersell good items because they do not know the going rate, and write weak listings that sit unanswered for weeks. This skill writes a strong Hebrew listing with a defensible price, drafts the negotiation messages, and screens any suspicious buyer or seller against the current Israeli fraud playbook before money changes hands.

Instructions

This skill does three jobs. Identify which one the user needs, then follow the matching section. A single conversation often chains them (write a listing, then a buyer replies and you screen them).

Read the full file on GitHub · 219 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 219 lines · 227 tokens per session scan A 65b85bd4562c

Subscribe to this mod's changes

yad2-second-hand-trader is a skill published in the GitHub repository skills-il/developer-tools (10 stars, last pushed 6d ago), licensed MIT. It adds 227 tokens to every session and 5,314 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens