Summary
基于智慧芽的专利图片相似度搜索,支持通过图片URL检索外观设计专利。当用户提到专利图片搜索、外观设计专利侵权检查、外观专利搜索、视觉专利查询、以图搜专利、专利相似度检测、专利图片匹配、洛迦诺分类搜索、检查产品设计是否侵犯已有专利、patent image search, design patent search,…
linkfox-ai/linkfox-skills
基于智?
npx skills add linkfox-ai/linkfox-skills --skill linkfox-zhihuiya-patent-image-search
基于智慧芽的专利图片相似度搜索,支持通过图片URL检索外观设计专利。当用户提到专利图片搜索、外观设计专利侵权检查、外观专利搜索、视觉专利查询、以图搜专利、专利相似度检测、专利图片匹配、洛迦诺分类搜索、检查产品设计是否侵犯已有专利、patent image search, design patent search,…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsOther skills from linkfox-ai/linkfox-skills · top by installs.
npx skills add linkfox-ai/linkfox-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
11,532 B
SUMMARY.md
813 B
This skill guides you on how to perform image-based patent similarity searches using the Zhihuiya patent database, helping users identify potentially similar design patents. This skill supports design patents only; for utility model patents use linkfox-zhihuiya-utility-patent-image-search.
Patent Image Search uses visual AI models to compare a given product or design image against a global patent image database. It returns a ranked list of similar patents, enabling users to evaluate infringement risks or conduct prior-art research.
This skill supports design patents only:
| Type | Code | Description |
|---|---|---|
| Design Patent | D |
Protects the ornamental appearance of a product |
Search models for design patents:
| Model ID | Strategy | Recommendation |
|---|---|---|
| 1 | Intelligent Association | Recommended for design patents (default) |
| 2 | Search This Image | Exact visual match |
Utility model patents (model 3/4) are not supported by this skill. Use
linkfox-zhihuiya-utility-patent-image-searchinstead.
Scoring logic: A higher score value means greater visual similarity. When presenting results, sort by score in descending order (highest similarity first) so users can prioritize the most relevant patents for review.
| Parameter | Description | Example |
|---|---|---|
| url | The image URL to search against | https://example.com/product.jpg |
| patentType | Patent type, fixed to D (design) by this skill |
D |
| model | Search model ID: 1 (recommended) or 2 |
1 |
| Parameter | Description | Default |
|---|---|---|
| country | Patent authority country codes, comma-separated (e.g., CN,US,JP) |
All countries |
| loc | Locarno classification codes, connectable with AND/OR/NOT | None |
| legalStatus | Legal status codes, comma-separated | None |
| simpleLegalStatus | Simple legal status: 0 (expired), 1 (active), 2 (pending) |
None |
| assignees | Applicant / patent holder name | None |
| applyStartTime | Application start date (yyyyMMdd) |
None |
| applyEndTime | Application end date (yyyyMMdd) |
None |
| publicStartTime | Publication start date (yyyyMMdd) |
None |
| publicEndTime | Publication end date (yyyyMMdd) |
None |
| limit | Number of results to return (1-100) | 10 |
| offset | Pagination offset (0-1000) | 0 |
| field | Sort field: SCORE, APD, PBD, ISD |
SCORE |
| order | Sort order: desc or asc (for APD/PBD/ISD) |
desc |
| lang | Title language preference: original, cn, en |
original |
| preFilter | Enable country/LOC pre-filtering: 1 (on) / 0 (off) |
1 |
| stemming | Enable stemming: 1 (on) / 0 (off) |
0 |
| mainField | Search within title, abstract, claims, description, publication number, application number, applicant, inventor, IPC/UPC/LOC | None |
| includeMachineTranslation | Include machine-translated data in search | None |
| scoreExpansion | Enable score expansion | None |
| isHttps | Return HTTPS image URLs: 1 (yes) / 0 (no) |
0 |
| returnImgId | Return image IDs in results | false |
| Code | Country/Region |
|---|---|
| CN | China |
| US | United States |
| JP | Japan |
| KR | South Korea |
| EP | European Patent Office |
| WO | WIPO |
| DE | Germany |
| GB | United Kingdom |
| FR | France |
| AU | Australia |
POST /zhihuiya/patentImageSearch(完整参数/响应/错误码见 references/api.md)python scripts/zhihuiyapatentimage_search.py '<JSON 参数>' [--inline]输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-zhihuiya-patent-image-search-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
LINKFOXAGENTAPIKEY,也未配置 LINKFOXAGENTAPI_KEY。This tool requires a publicly accessible image URL. If the user provides a local image file path (e.g., C:\Users\...\photo.png, /home/.../image.jpg), you must upload it first to obtain a public URL.
Run the upload script:
python scripts/upload_image.py /path/to/local/image.png
The script will return a public URL (valid for 24 hours) that can be used as the image URL parameter.
1. Basic design patent search (recommended starting point) Search for design patents similar to a product image across all countries:
{
"url": "https://example.com/my-product.jpg",
"patentType": "D",
"model": 1,
"limit": 20
}
2. Design patent search limited to specific countries Search only in China and the United States:
{
"url": "https://example.com/my-product.jpg",
"patentType": "D",
"model": 1,
"country": "CN,US",
"limit": 20
}
3. Search with Locarno classification filter Narrow results to a specific product category (e.g., LOC 07-01 for tableware):
{
"url": "https://example.com/my-product.jpg",
"patentType": "D",
"model": 1,
"loc": "07-01",
"preFilter": 1,
"limit": 20
}
4. Search only active patents within a date range Find active design patents filed after 2020:
{
"url": "https://example.com/my-product.jpg",
"patentType": "D",
"model": 1,
"simpleLegalStatus": "1",
"applyStartTime": "20200101",
"limit": 30
}
5. Search by specific assignee Find patents held by a particular company:
{
"url": "https://example.com/my-product.jpg",
"patentType": "D",
"model": 1,
"assignees": "Apple Inc.",
"limit": 20
}
6. Get results with Chinese-translated titles
{
"url": "https://example.com/my-product.jpg",
"patentType": "D",
"model": 1,
"lang": "cn",
"limit": 20
}
score in descending order (highest similarity first) to help users quickly identify the most relevant infringement risks.- Application number (apno) - Patent title in Chinese (use lang: cn or provide translation) - Inventor (inventor) - Patent drawing (the matched url image) - Every patent image in the image list - Patent abstract - Patent description - LOC classification information (loc) - Radar result (radarResult) if available - Patent specification
> This search result was generated by LinkfoxAgent. It is recommended to consult a professional patent attorney for legal advice.
offset and limit for additional pages.Applicable -- Image-based patent similarity searches:
| User Says | Scenario |
|---|---|
| "Check if my product design infringes any patents" | Design patent infringement check |
| "Search for similar design patents" | Design patent similarity search |
| "Find patents that look like this image" | Visual patent lookup |
| "Are there any patents similar to my product appearance" | Appearance risk assessment |
| "Utility model patent search by image" | Utility model search |
| "Check patent risks for this product in China and US" | Multi-country patent check |
| "Find active design patents in this category" | Filtered patent search |
| "Who holds patents similar to this design" | Competitor patent discovery |
Not applicable -- Needs beyond patent image search:
消耗 81 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
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.