LinkFox Skills
153 cross-border e-commerce skills via the LinkFox API: Amazon, Ozon, TikTok Shop, 1688, keywords, ads and patents
Install
npx skills add linkfox-ai/linkfox-skillsInstall all skills
This is third-party code. Review the repository files before installing.
What it does
LinkFox Skills gives an agent access to marketplace and analytics data through the LinkFox API. The skills cover product search and details for Amazon, Walmart, eBay, Etsy, Shopee, Temu and 1688, Amazon Ads reports, keyword data from JungleScout, SellerSprite and SIF, TikTok Shop data and patent and trademark checks. For the Russian market there are Ozon skills via MPSTATS and Seerfar, some of which also cover Wildberries keywords. Each skill calls the API through a Python script and saves the full response as JSON in the project folder.
Who it is for. Marketplace sellers and analysts researching products, competitors and demand across platforms.
Good fit when
- You look for a niche or product to launch on Ozon using MPSTATS or Seerfar data
- You need keywords and competitors for an Amazon ASIN
- You check a product for patent or trademark infringement risk
- You compare 1688 sourcing prices with marketplace sales
Not a fit when
- You have no LinkFox API key and are not ready to pay for requests
- You need deep Wildberries analytics: there are no dedicated skills for it
Example request
Search Ozon for sneakers via MPSTATS and show the brands and sellers in the resultsLimitations
All skills use the paid LinkFox API and consume balance. Parts of the SKILL.md descriptions are in Chinese. Some endpoints have caps; for example, MPSTATS Ozon search returns at most about 36 records without pagination.
How to disable. Delete unneeded skill folders from the agent's skills directory and unset LINKFOXAGENT_API_KEY.
Security check
- Skills run Python scripts and call a paid API
- Requires a LinkFox API key
- Some skills need Amazon, Shopee or 1688 store authorization and can create orders and ad campaigns
README in short
LinkFox Skills is a set of 153 cross-border e-commerce skills built on the open Agent Skills standard. The README covers installation via npx skills, obtaining an API key and a full catalog by platform and service: Amazon, 1688, eBay, Walmart, TikTok, Ozon, Keepa, JungleScout, SellerSprite, patent databases and multimodal AI tools. It claims compatibility with Claude Code, Cursor, GitHub Copilot and other agents.
SKILL.md
--- name: linkfox-mpstats-ozon-product-search description: MPSTATS Ozon 俄罗斯站商品搜索与反查。按俄语关键词或 SKU 在 MPSTATS 数据库中检索 Ozon 商品,返回商品 ID、标题、品牌和卖家信息,是 Ozon 选品与竞品链路的起点。当用户提到 Ozon 选品、Ozon 商品搜索、俄罗斯电商选品、Ozon 关键词搜索、Ozon SKU 查询、MPSTATS Ozon、Ozon product search, MPSTATS Ozon, Russian marketplace, Ozon SKU lookup, Ozon keyword search 时触发此技能。即使用户未明确提到"MPSTATS",只要其意图是在 Ozon 俄罗斯站按关键词或 SKU 发现或反查商品,也应触发此技能。 --- # MPSTATS Ozon Product Search This skill searches Ozon (Russia) products in the MPSTATS analytics database by Russian keyword or SKU list. It is the **entry point** for Ozon product discovery and competitor lookup — downstream drill-downs (brand/category/seller/detail/trend) typically start from the IDs returned here. ## Core Concepts **MPSTATS Ozon coverage**: Ozon is Russia's largest general-category marketplace. MPSTATS indexes Ozon product listings and sales history. This endpoint returns the **basic identity card only** — 10 fields: `productId` / `title` / `productPageUrl` / `imageUrl` / `brand` / `brandId` / `sellerName` / `sellerId` plus `sourceType` / `sourceTool`. Per-SKU price / sales / rating / stock / turnover / ranking are **not** returned here — the backend `OzonProductSearchItem` DTO is intentionally narrow. For those metrics, chain into `mpstats-ozon-product-detail` (batch full card, 36 fields) or the `brand/category/seller-products` drill-downs (39 fields). **Language requirement**: Keywords must be in **Russian** (Cyrillic) — or the Latin-script form actually used on the Ozon storefront. If the user supplies an English or Chinese keyword, translate it to Russian first and note the translation. **At-least-one input rule**: The input schema marks both filters as optional, but the tool's business rule requires at least one of `keyword` / `productIds` to be supplied. The two can be combined to narrow results. For brand- or seller-scoped discovery, use `mpstats-ozon-brand-products` / `mpstats-ozon-seller-products` instead. ## Parameters | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | keyword | string | conditional | Russian search keyword, e.g., `кроссовки` (sneakers) | | productIds | array<integer\|string> | conditional | Ozon SKU list | | startDate | string | no | Stats window start, `YYYY-MM-DD`; defaults to one year ago | | endDate | string | no | Stats window end, `YYYY-MM-DD`; defaults to yesterday, **cannot** be today or future | At least one of `keyword` / `productIds` must be supplied. The endpoint returns at most ~36 records in a single call (an upstream-acknowledged cap), and there are no pagination / sort / filter inputs — narrow via keyword/SKU and date window instead.
FAQ
How do I install only some skills?
Pass their names with --skill, for example npx skills add linkfox-ai/linkfox-skills --skill linkfox-amazon-search linkfox-keepa-product-search.
Where do I get an API key?
Follow the LinkFoxAgent API Setup Guide on skill.linkfox.com, then set LINKFOXAGENT_API_KEY.
Related
Bitrix24 for OpenClaw
OpenClaw Bitrix24
OpenClaw plugin and skill: the agent chats in Bitrix24 Messenger and works with CRM, tasks, calendar and drive
An Avito Business API skill: a full OpenAPI spec with 245 operations, an OAuth2 helper and an endpoint lookup CLI
Ozon Seller MCP server
mcp-ozon-seller
MCP server for the Ozon Seller API: products, prices, stock, FBO and FBS orders, analytics and seller finance