Source profileQuality 91/100

linkfox-ai/linkfox-skills/skills/linkfox-seerfar-ozon-product-report-search/SKILL.md

linkfox-seerfar-ozon-product-report-search

Use it for sales and research tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
85
Declared platforms
0
Static risk flags
0
Last source update
2026-08-21
Source checked
2026-08-25

Decision brief

What it does: where it fits

This skill searches the Seerfar Ozon product database and filters products by rich performance metrics — monthly sales, revenue, growth, cart/order conversion, price, rating, reviews, brand, seller, fulfillment model, listing age, gross margin, and more. Each returned row is a f…

Best for

    Not for

    • page is required: a payload without page is rejected.
    • skus cap: at most 10 SKUs per request.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/linkfox-ai/linkfox-skills --skill "skills/linkfox-seerfar-ozon-product-report-search"
    Safe inspection promptEditorial

    Inspect the Agent Skill "linkfox-seerfar-ozon-product-report-search" from https://github.com/linkfox-ai/linkfox-skills/blob/93a1dbf71f793169db2b01928ec385fe1f7bd843/skills/linkfox-seerfar-ozon-product-report-search/SKILL.md at commit 93a1dbf71f793169db2b01928ec385fe1f7bd843. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Usage Examples

      1. Top sellers right now (sort by sales)

      1. Top sellers right now (sort by sales)2. Blue-ocean products — high sales, low price band3. Best-sellers in a category, FBO fulfillment
    2. 02

      How to Build Queries

      1. Lead with page.orders: the dataset is huge (tens of millions of products) — always sort by the metric you care about (sales DESC for best-sellers, salesRate DESC for rising products, price ASC for cheap volume, reviewRating DESC for well-reviewed). 2. Stack range filters to f…

      Lead with page.orders: the dataset is huge (tens of millions of products) — always sort by the metric you care about (sales DESC for best-sellers, salesRate DESC for rising products, price ASC for cheap volume, reviewRa…Stack range filters to find opportunities: combine a monthlySales floor with a price ceiling, or a convToCartPdp floor with a low returnCancellationRate, to qualify demand-vs-risk.Scope with categoryIds / brand / sellerName: narrow to a niche before sorting, so the top rows are relevant.
    3. 03

      Core Concepts

      Unit of data is the product, not the keyword: this endpoint returns product-level rows (one per SKU), each enriched with full report metrics. You discover which products match your criteria — unlike the market-keyword endpoint, which returns search terms.

      Unit of data is the product, not the keyword: this endpoint returns product-level rows (one per SKU), each enriched with full report metrics. You discover which products match your criteria — unlike the market-keyword e…This is a product screener / 商品报表: filter the Ozon product database by metric ranges ({min, max}), not only by keyword/brand/seller. Stack a high monthlySales floor with a low price ceiling to surface affordable high-vo…Unified vs raw duplicate fields: the response carries six alias pairs that hold the same value under two keys — sku/productId, sales/monthlySalesUnits, revenue/monthlySalesRevenue, reviewRating/rating, brandName/brand,…
    4. 04

      Parameters

      All range filters are {min, max} objects; supply either or both bounds. Only page is required.

      All range filters are {min, max} objects; supply either or both bounds. Only page is required.
    5. 05

      调用方式

      输出策略(脚本默认行为): - 始终将完整响应写入 /linkfox///data/linkfox-seerfar-ozon-product-report-search-.json( 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录; 取自环境变量 SESSIONID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错) - 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout - 响应体 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 +…

      API 端点:POST /seerfar/ozon/productReportSearch(完整参数/响应/错误码见 references/api.md)Python 脚本:python scripts/seerfarozonproductreportsearch.py '' [--inline]成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars85SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    linkfox-ai/linkfox-skills
    Skill path
    skills/linkfox-seerfar-ozon-product-report-search/SKILL.md
    Commit
    93a1dbf71f793169db2b01928ec385fe1f7bd843
    License
    MIT
    Collected
    2026-08-25
    Default branch
    main
    View the original SKILL.md

    Seerfar Ozon Product Report Search

    This skill searches the Seerfar Ozon product database and filters products by rich performance metrics — monthly sales, revenue, growth, cart/order conversion, price, rating, reviews, brand, seller, fulfillment model, listing age, gross margin, and more. Each returned row is a full product-report record, making this the starting point for Ozon product selection (选品), competitor product analysis, best-seller mining, and price/conversion-band screening.

    Core Concepts

    Unit of data is the product, not the keyword: this endpoint returns product-level rows (one per SKU), each enriched with full report metrics. You discover which products match your criteria — unlike the market-keyword endpoint, which returns search terms.

    This is a product screener / 商品报表: filter the Ozon product database by metric ranges ({min, max}), not only by keyword/brand/seller. Stack a high monthlySales floor with a low price ceiling to surface affordable high-volume products, or qualify conversion quality with a high convToCartPdp floor and a low returnCancellationRate ceiling; sort by sales DESC to mine best-sellers.

    Unified vs raw duplicate fields: the response carries six alias pairs that hold the same value under two keys — sku/productId, sales/monthlySalesUnits, revenue/monthlySalesRevenue, reviewRating/rating, brandName/brand, productUrl/productPageUrl. Read either; do not expect them to differ.

    Date semantics: searchDate selects the data month. Pass 2026-04-01 for March 2026 data; omit it for the last 30 days. Sales/revenue figures are relative to the selected period.

    data and products are identical: both top-level arrays carry the same product rows. total is the total matching count (e.g. ~27.8M with no filter, 1 when filtering to a single SKU).

    Ozon only: sourceType is fixed to ozon. fulfillment values are OZON, FBO, FBS, RFBS, FBP.

    Parameters

    ParameterTypeRequiredDescription
    pageobjectyesPagination + sort: {page, pageSize, orders[]}. page from 1 (default 1), pageSize default 20. orders[] = {field, direction} with direction DESC/ASC.
    skusarraynoSKU list to restrict to (max 10).
    keywordsarraynoKeyword list to filter product titles.
    categoryIdsarraynoSeerfar category ID list.
    sellerNamearraynoSeller name list.
    brandobjectno{brandName: array<string>, type: int}. type: 0 include, 1 exclude, 2 no brand.
    fulfillmentarraynoFulfillment filter: OZON/FBO/FBS/RFBS/FBP.
    labelsarraynoBadge filter: 0 new, 1 authentic, 2 best-seller.
    creationDateintegernoListing-age filter (months): 1/3/6/12/24.
    variationsMergeintegernoMerge variants: 0 no, 1 yes.
    searchDatestringnoData date yyyy-MM-dd; default last 30 days. 2026-04-01 → March 2026.
    tagstringnoTag word.
    monthlySales{min,max}noMonthly sales range.
    monthlySalesRate{min,max}noSales growth-rate range (filters salesRate).
    monthlyRevenue{min,max}noMonthly revenue range.
    price{min,max}noPrice range (RUB).
    convToCartPdp{min,max}noCart conversion rate range.
    reviewRating{min,max}noRating range.
    reviewCount{min,max}noReview count range.
    questionsAndAnswers{min,max}noQ&A count range.
    variants{min,max}noVariant count range.
    drr{min,max}noAd-cost share range.
    grossMargin{min,max}noGross margin range.
    returnCancellationRate{min,max}noReturn/cancellation rate range.
    weight{min,max}noWeight range (g).
    volume{min,max}noVolume range (L).
    uId / memberIdstringnoUser / member ID (data attribution).

    All range filters are {min, max} objects; supply either or both bounds. Only page is required.

    调用方式

    • API 端点POST /seerfar/ozon/productReportSearch(完整参数/响应/错误码见 references/api.md
    • Python 脚本python scripts/seerfar_ozon_product_report_search.py '<JSON 参数>' [--inline]
    • 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

    输出策略(脚本默认行为)

    • 始终将完整响应写入 <cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-seerfar-ozon-product-report-search-<timestamp>.json<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)
    • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
    • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 + 前 3 条样本)
    • --inline 强制全量打印到 stdout(同样落盘)

    读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jqConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。

    解决认证和积分问题

    发生以下异常情况时,采用 references/onboarding.md 引导解决问题:

    异常情况

    • 未配置API Key:环境变量未配置 LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY
    • 响应401或402状态码
    • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。

    Usage Examples

    1. Top sellers right now (sort by sales)

    {"page": {"page": 1, "pageSize": 10, "orders": [{"field": "sales", "direction": "DESC"}]}}
    

    2. Blue-ocean products — high sales, low price band

    {"page": {"page": 1, "pageSize": 20, "orders": [{"field": "sales", "direction": "DESC"}]}, "monthlySales": {"min": 5000}, "price": {"max": 500}}
    

    3. Best-sellers in a category, FBO fulfillment

    {"page": {"page": 1, "pageSize": 20, "orders": [{"field": "revenue", "direction": "DESC"}]}, "categoryIds": ["15621031_200000933_93182"], "fulfillment": ["FBO"], "labels": [2]}
    

    4. New listings from the last 30 days, sorted by growth

    {"page": {"page": 1, "pageSize": 20, "orders": [{"field": "salesRate", "direction": "DESC"}]}, "creationDate": 1}
    

    5. Look up specific SKUs

    {"page": {"page": 1, "pageSize": 10}, "skus": [2107989735]}
    

    How to Build Queries

    1. Lead with page.orders: the dataset is huge (tens of millions of products) — always sort by the metric you care about (sales DESC for best-sellers, salesRate DESC for rising products, price ASC for cheap volume, reviewRating DESC for well-reviewed).
    2. Stack range filters to find opportunities: combine a monthlySales floor with a price ceiling, or a convToCartPdp floor with a low returnCancellationRate, to qualify demand-vs-risk.
    3. Scope with categoryIds / brand / sellerName: narrow to a niche before sorting, so the top rows are relevant.
    4. Use creationDate + labels for fresh demand: creationDate: 1 (new listings) paired with labels: [2] (best-seller badge) finds breakout products.
    5. Pick the right searchDate: omit for current trends (last 30 days); pass an explicit date for month-over-month comparison.

    Display Rules

    1. Present data only: show product metrics in a clear table without subjective advice.
    2. Lead with product columns: title, sku, price (₽), sales, revenue, rating, reviewCount, then brand / sellerName / fulfillment.
    3. Currency: price/revenue/missedRevenue are in Russian rubles (₽); show the currency so scale is not misread.
    4. Unified/raw aliases: prefer the unified fields (productId, monthlySalesUnits, monthlySalesRevenue, rating, brand, productPageUrl) or note they equal the raw ones — do not present both as if independent.
    5. Large result sets: when total is large, show the top rows and remind the user they can persist the full response via the large-response pattern below, or page further with page.page.
    6. Error handling: when code is not 200 (or errcode is not 200), explain the reason from msg / errmsg and suggest adjusting filters or retrying (rate-limit 1003).

    Important Limitations

    • page is required: a payload without page is rejected.
    • skus cap: at most 10 SKUs per request.
    • Category IDs are opaque: categoryIds requires Seerfar category IDs (from a category search), not human-readable names.
    • Duplicate alias pairs: six fields are duplicated under raw + unified keys (see Core Concepts) — same value, two keys.
    • total is the full match count: with no filter it can reach tens of millions; always sort and page rather than iterating blindly.
    • Rate limiting: errcode 1003 ("请求过于频繁,请稍后再试") means throttle — wait and retry rather than lowering pageSize.
    • Sort fields: valid orders[].field values are the response metric fields (e.g. sales, revenue, price, reviewRating, reviewCount, salesRate); the columns array marks which are sortable.

    User Expression & Scenario Quick Reference

    Applicable — Ozon product-level screening:

    User SaysScenario
    "Ozon 选品 / 按销量销售额筛选商品"Product screener (range filters + sort)
    "Ozon 热销商品 / 畅销品"Best-seller mining (labels:[2] or sort sales DESC)
    "Ozon 上升商品 / 新品爆款"Rising/new products (creationDate:1, sort salesRate DESC)
    "Ozon 高转化低退货商品"Conversion-quality screen (convToCartPdp min, returnCancellationRate max)
    "Ozon 某品牌/卖家商品表现"Brand/seller filter + sort
    "查这几个 SKU 的报表"skus lookup

    Not applicable — Needs beyond product-level reports:

    • Keyword market data (search terms, search volume) → market-keyword-search.
    • Keyword expansion around a seed term → keyword-mining.
    • A specific shop's full catalog → shop-search.
    • A category's products with category-level aggregates → category-search.
    • Reverse keyword lookup for a product → keyword-back-search.
    • Non-Ozon marketplaces → not covered here.

    Boundary judgment: if the user wants to screen Ozon products by metrics and read product-level report rows, start here. If they want keyword-level market data, a single shop's catalog, or a category aggregate, route to the corresponding Seerfar Ozon data source.

    积分消耗规则

    消耗 12 积分。

    用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。

    Feedback:

    Auto-detect and report feedback via the Feedback API when any of the following apply:

    1. The functionality or purpose described in this skill does not match actual behavior
    2. The skill's results do not match the user's intent
    3. The user expresses dissatisfaction or praise about this skill
    4. Anything you believe could be improved

    Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


    For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.

    Frequently asked questions

    What to verify before installation and use

    What does the linkfox-seerfar-ozon-product-report-search source document cover?

    This skill searches the Seerfar Ozon product database and filters products by rich performance metrics — monthly sales, revenue, growth, cart/order conversion, price, rating, reviews, brand, seller, fulfillment model, listing age, gross margin, and more. Each returned row is a f…

    How do I install linkfox-seerfar-ozon-product-report-search?

    The source record exposes this install command: npx skills add https://github.com/linkfox-ai/linkfox-skills --skill "skills/linkfox-seerfar-ozon-product-report-search". Inspect the command and pinned source before running it.

    Alternatives

    Compare before choosing

    Computed 97152

    JasonColapietro/suede-creator-skills

    suede-instagram-growth

    Suede-owned Instagram growth operating system for account-specific audits, Reels, carousels, Stories, conversion mapping, calendars, and daily candidate-production loops. Use when the user names Instagram, IG, Reels, Stories, asks to analyze recent posts, grow a handle, run a daily workflow, create or repurpose Instagram content, or distinguish views from follows, leads, and sales. NOT FOR: multi-platform organic strategy (use suede-social), full video rendering or editing (use suede-video), pai

    Computed 96223

    yonatangross/orchestkit

    brainstorm

    Design exploration using parallel agents through a 7-phase process: topic analysis, memory context, divergent ideation (10+ ideas), feasibility filtering, evaluation with devil's advocate scoring (0-10 across 7 dimensions), synthesis of top approaches, and trade-off comparison. Supports open exploration, constrained design, comparison, quick ideation, and iterative optimization modes. Use when brainstorming ideas, exploring solutions, or comparing alternatives.

    Computed 9630

    johnqtcg/awesome-skills

    stock-business-review

    Review a US-listed company's business model and revenue structure for an equity-research workup. Covers product/service mix, customer concentration, geographic exposure, industry position, revenue-growth decomposition (organic vs acquired vs price vs volume), and information-tier discipline (which numbers are facts vs management narrative). Trigger when analyzing a single US ticker's business fundamentals, when reading 10-K Item 1 "Business" and Item 1A "Risk Factors", or when the orchestrator s

    Computed 9630

    johnqtcg/awesome-skills

    stock-industry-review

    Review a US-listed company's industry position and competitive moat for an equity-research workup. Covers Porter Five Forces scan, market-share trend (absolute and relative to industry growth), TAM size and trajectory, unit economics where disclosed (LTV/CAC, unit gross margin), moat classification (network / brand / scale-cost / switching-cost / patent / regulatory / proprietary-data), substitute threats, new-entrant threats, pricing-power evidence, supplier/channel concentration risk, and regu