goofish-item-detail

goofish-item-detail is a skill for Claude Code, Codex from browser-act/skills. It costs 195 tokens per session (1,576 once invoked), scanned A, original, MIT.

A browser tool for collecting the details of one second-hand listing on Goofish, also known in Chinese as 闲鱼 or Xianyu.

In plain words
What is it for?
Use it to extract a listing's title, price, seller information, description, photos, tags, attributes, and number of people who want it.
Why use it?
It avoids manually copying listing information from a page that requires an authenticated Goofish session.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is This Skill's operational boundary = what the user can manually do in their browser. It only reads data already displayed on the page. JS code is encapsulated in.

Good fit Use it to extract a listing's title, price, seller information, description, photos, tags, attributes, and number of people who want it.

Compare 6 skills from other repositories ↓
About the project

BrowserAct is a browser automation system that lets AI agents use real, separate browser sessions to extract data and complete account-based web tasks. It is for agents and teams that need parallel workflows, reused login states, human handoffs, or access to sites that resist ordinary automated requests.

browser-act/skills · 5,875 stars · on GitHub · browseract.com

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/browser-act/skills
agentmods
npx agentmods add skills/browser-act/skills/goofish-item-detail

Made for: Claude Code, Codex.

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 goofish-item-detail

README.md
[![agentmods](https://agentmods.dev/badge/skills/browser-act/skills/goofish-item-detail/github.svg)](https://agentmods.dev/skills/browser-act/skills/goofish-item-detail)
Your own site
<a href="https://agentmods.dev/skills/browser-act/skills/goofish-item-detail"><img src="https://agentmods.dev/badge/skills/browser-act/skills/goofish-item-detail/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for goofish-item-detail

Your own site · 80×15
<a href="https://agentmods.dev/skills/browser-act/skills/goofish-item-detail"><img src="https://agentmods.dev/badge/skills/browser-act/skills/goofish-item-detail.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 195 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,576 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00195 $0.01576
Opus 5 $0.00097 $0.00788
Sonnet 5 $0.00039 $0.00315
Haiku 4.5 $0.00019 $0.00158

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

Security

Grade A, and why

goofish-item-detail 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/extract-item-detail.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.

solutions/ecommerce/goofish-item-detail/SKILL.md · 121 lines

How it starts

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

Goofish (闲鱼) — Item Detail

item URL (or item_id + category_id) → full listing data: title, price, seller info, description, images, tags, want-count

Language

All process output to user (progress updates, process notifications) follows the user's language.

Objective

Load a single Goofish item detail page and extract its complete listing data including seller information, item description, image gallery, and attribute tags.

Prerequisites

  • Browser with an active Goofish session (login required — item detail pages require authenticated access)
  • Target item URL format: https://www.goofish.com/item?id={item_id}&categoryId={category_id}

Pre-execution Checks

1. Tool Readiness

If browser-act has been confirmed available in the current session → skip this step.

Invoke browser-act via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry.

2. Login Verification

If login status for Goofish has been confirmed in the current session → skip this step.

Otherwise: open https://www.goofish.com/ and observe the page:

  • User avatar or account entry exists → logged in, continue
  • Login/register prompt → not logged in; inform user that login is required; assist login flow

User refuses or cannot log in → terminate execution.

Capability Components

This Skill's operational boundary = what the user can manually do in their browser. It only reads data already displayed on the page. JS code is encapsulated in Python files under the scripts/ directory, invoked via eval "$(python scripts/xxx.py {params})". $(...) is bash syntax; use the bash tool for execution.

Network Capture: load item detail page

The item detail API (mtop.taobao.idle.pc.detail/1.0/) auto-fires when navigating to the item URL. Provide parameters via URL:

  1. navigate https://www.goofish.com/item?id={item_id}&categoryId={category_id}
  2. wait stable
  3. Proceed to DOM extraction below

Error handling:

  • If a CAPTCHA slider appears ("Please slide to verify"): the session is rate-limited. Wait 5–10 minutes, or use remote-assist to complete the slider manually, then re-navigate.
  • If "网络不见了" error page appears: the item page API call failed. Retry once after 30 seconds; if it persists, the session may be temporarily blocked.
  • If item shows "该宝贝已下架" or similar: item has been removed/sold — skip and move to next item.

Read the full file on GitHub · 121 lines

Files

What ships with it

1 file 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. 11d ago First seen · 121 lines · 195 tokens per session scan A c84e820263bf

Subscribe to this mod's changes

goofish-item-detail is a skill published in the GitHub repository browser-act/skills (5,875 stars, last pushed 17d ago), licensed MIT. It adds 195 tokens to every session and 1,576 once invoked, about $0.0010 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-30.

Related

Other skills, from other repositories

unicli

Comprehensive guide to Uni-CLI — the open Agent-Computer Interface runtime for real software. Trigger when the user needs to fetch data from websites (Twitter, Bilibili, HackerNews, GitHub, Reddit, Bloomberg, Zhihu, WeChat, and hundreds more); interact with news, finance, social, academic, shopping, or video…

olo-dot-io/Uni-CLI · 180 tokens

unicli-smart-search

Route search queries to the best platform via unicli. Use when searching across websites, social media, tech forums, news, finance, shopping, or academic sources.

olo-dot-io/Uni-CLI · 38 tokens

unicli-browser

Control broker-owned hidden, existing-Chrome, or remote browser targets with explicit Agent identity, visibility, profile partitions, and lifecycle.

olo-dot-io/Uni-CLI · 30 tokens

unicli-operate

Compatibility guide for unicli operate. Prefer unicli browser, which now exposes the same operator surface plus broker/session diagnostics.

olo-dot-io/Uni-CLI · 31 tokens

open-supermarkets

Grocery automation across nine retailers in five countries — UK, Netherlands, Belgium, Spain and the US. Search, compare, basket, delivery slots and checkout, plus Open Food Facts nutrition and allergen enrichment. Available as CLI, MCP server, or agent skill.

abracadabra50/open-supermarkets · 57 tokens

goofish-overview

An overview and entry point for goofish-cli, a tool package for helping an AI agent operate Xianyu, a Chinese second-hand marketplace. It covers account checks, listing items, buyer messages, risk checks, and shop diagnosis, and directs specific jobs to dedicated workflows.

fancyboi999/goofish-cli · 143 tokens