# Flea

> Route Tori.fi and Vinted tasks to flea's complete marketplace guides.

- Skill: `raine/flea` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add raine/flea`
- Raw SKILL.md: https://api.skillmd.com/api/skills/raine/flea/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: raine (https://skillmd.com/u/raine)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/raine/flea

---


# Flea

Use flea to operate Tori.fi and Vinted. Keep the default TOON output for agent
operations because it is token-efficient. Pass `--format json` only when a
downstream command requires strict JSON for machine parsing. Run
`flea capabilities` for current support.

## Load marketplace guidance

Before searching, inspecting listings, creating or editing a draft, publishing,
or managing account state, load the complete guide for the marketplace involved:

```sh
flea skill tori
flea skill vinted
```

Load only the guide for the marketplace involved.

## Vinted browser setup

Vinted selling requires Flea's Chrome extension and a signed-in Vinted tab.
See `flea skill vinted` for setup and logout instructions.

## Shared safety rules

- Treat IDs, revisions, and options as opaque. Discover them with the commands
  documented in the marketplace guide.
- Follow `next_actions` and `safe_to_retry`; inspect uncertain mutations before
  retrying.
- Remote state wins. Do not duplicate a field in flags and `--input` JSON.
- Put category fields in `attributes` using the draft's composer model.

