Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/raine/flea --skill flea명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | flea |
| description | Operate Tori.fi and Vinted with flea. |
TOON is default. Add --format json for JSON. Run flea capabilities for
support.
category, location, or show.next_actions and honor safe_to_retry. Inspect uncertain mutations
before retrying them.--input JSON.attributes; keys and values must match
the selected draft's composer model.Vinted search requires authentication. Tokens are short-lived and Flea cannot refresh them, so follow the login action for missing or expired sessions.
flea vinted auth status
flea vinted auth login
flea vinted search [QUERY] [--price-from EUR] [--price-to EUR]
flea vinted search [QUERY] --sort relevance|newest|price-asc|price-desc
flea vinted search [QUERY] --page PAGE --limit LIMIT
flea vinted item show ITEM_ID [--raw]
Inspect search IDs. seller.seller_disclosed_location is exposure-permitted
seller profile data, not a catalog filter or guaranteed item location. Never
infer it from presentation text. --raw preserves upstream JSON.
Pass complete JSON and ordered images:
flea vinted category compose CATEGORY_ID --input listing.json
flea vinted draft list --page 1 --limit 20
flea vinted draft show DRAFT_ID
flea vinted draft validate DRAFT_ID
flea vinted draft create --input listing.json --image front.heic
flea vinted draft publish DRAFT_ID --input listing.json
flea vinted draft delete DRAFT_ID
flea vinted publish --input listing.json --image front.jpg
flea vinted listing show ITEM_ID
flea vinted listing list
Completion reuses verified remote photos; --image replaces all photos.
draft show returns photo IDs and draft validate classifies blockers. Follow
publication next_actions; listing show inspects visibility without search.
flea tori search [QUERY] [filters]
flea tori item show LISTING_ID
flea tori location search [NAME]
flea tori category search QUERY
flea tori category list [--parent ID]
Public search and item inspection need no login. Define geography explicitly:
--location Helsinki selects the city, --area accepts places, and coordinates
with --radius-km define a boundary. Clarify ambiguous areas.
Merge searches by listing_id; ranks across queries are not comparable. Use
--explain N or item show for opaque matches. Return linked title, price,
location, and URL with scope and ordering. Manage favorites with
flea tori favorite add|remove LISTING_ID. Use structured price fields, never
parse price.display.
Use taxonomy_value with search --category and category_id for drafts.
Follow pagination actions instead of dumping the taxonomy.
Manage authenticated alerts with
flea tori saved-search list|show|create|update|delete. Choose notification
channels explicitly. Omitted update channels retain remote state.
Authenticated work begins with flea tori auth status; follow its reported login
action when needed.
flea tori draft preview --input listing.json
flea tori draft create --input listing.json --image photo.jpg
flea tori draft create --from-listing LISTING_ID
flea tori draft show DRAFT_ID
flea tori draft update DRAFT_ID [fields]
flea tori draft image add DRAFT_ID PATH...
flea tori draft validate DRAFT_ID
Preview checks local input; --verify-category checks its category.
draft validate checks publication readiness.
Discover fields with draft show DRAFT_ID --include-fields and values with
--include-options FIELD. Set condition with --condition VALUE, other optional
fields in attributes, and clear one with JSON null.
Publish with the exact validated revision:
validation="$(flea --format json tori draft validate DRAFT_ID)"
printf '%s\n' "$validation" | jq -e '.ok and .data.ready'
revision="$(printf '%s\n' "$validation" | jq -er '.data.revision')"
flea tori draft publish DRAFT_ID --if-revision "$revision"
On revision conflict, follow next_actions, inspect state, and use the returned
revision.
Manage account listings with flea tori listing list|show|update|dispose|delete.
dispose marks a listing sold.