ebay-listing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ebay-listing (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A collection of skills and plugins for personal life ops — selling stuff, errands, the chores side of life.
Each entry below ships as a Claude Code plugin (via this marketplace) and as a standalone skill installable with npx skills.
claude plugin marketplace add glebmish/lifeops-skills
npx skills add glebmish/lifeops-skillsEnd-to-end eBay listing workflow for one-off sales: research an item from photos, draft a listing.json validated against a strict schema, critique the draft with a fresh subagent for an unbiased second pass, and fill the eBay form in the browser stopping just before publish.
Three skills + one subagent:
ebay-prepare-listing — photos + description → research → listing.jsonebay-improve-listing — dispatch a critic subagent, apply chosen fixesebay-post-listing — drive the eBay form via the browser, stop at previewlisting-critic (agent) — fresh-eyes reviewer used by ebay-improve-listingInstall
As a Claude Code plugin (recommended — ships the listing-critic agent):
claude plugin marketplace add glebmish/lifeops-skills
claude plugin install ebay-listing@lifeops-skillsAs standalone skills (skill bodies only, no bundled agent):
npx skills add glebmish/lifeops-skills --skill ebay-prepare-listing
npx skills add glebmish/lifeops-skills --skill ebay-improve-listing
npx skills add glebmish/lifeops-skills --skill ebay-post-listingPrerequisites
python3 on PATH — ebay-prepare-listing runs a stdlib validator script.ebay-post-listing to drive the eBay form.Versioned releases are published at GitHub Releases.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.