name: linkfox-zhihuiya-legal-status description: 從智慧芽(PatSnap)資料庫查詢專利法律狀態資訊。當用戶提到專利法律狀態、專利有效性核查、專利狀態查詢、專利事件歷史、簡單法律狀態、轉讓、許可、質押、異議、訴訟、複審等法律事件、patent legal status, patent validity, patent events, transfer/license/pledge, PatSnap, patent status lookup時觸發此技能。當用戶詢問專利是否處於有效、無效、審中、過期、授權、撤回或撤銷狀態,或想通過專利ID或公開號查詢法律狀態時也應觸發。
This skill guides you on how to query patent legal status information via the Zhihuiya (PatSnap) platform, helping users quickly determine the current legal standing and event history of one or more patents.
POST /zhihuiya/legalStatus(完整引數/響應/錯誤碼見 references/api.md)python scripts/zhihuiya_legal_status.py '<JSON 引數>' [--inline]輸出策略(指令碼預設行為):
- 始終將完整響應寫入 <cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-zhihuiya-legal-status-<timestamp>.json(<cwd> 為指令碼執行時的工作目錄,在 Claude Code 裡即當前專案目錄;<session> 取自環境變數 SESSION_ID,按使用者任務自動聚合;禁止寫入 /tmp,當前目錄不可寫則報錯)
- 響應體 ≤ 8 KB:落盤後把完整 JSON 列印到 stdout
- 響應體 > 8 KB:落盤後 stdout 只輸出摘要(頂層欄位、常見計數如 total/costToken、最大列表欄位的長度 + 前 3 條樣本)
- 加 --inline 強制全量列印到 stdout(同樣落盤)
讀資料建議:先看摘要判斷是否足夠;需要具體欄位時優先用 jq或ConvertFrom-Json 從儲存的 json 檔案按需抽取,避免整份 JSON 進入上下文。
發生以下異常情況時,採用以下措施來處理:
LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY。The Zhihuiya Patent Legal Status tool returns three layers of legal information for each patent:
Patent identification: Patents can be looked up by either patent ID or publication (announcement) number. When both are provided, patent ID takes priority. Multiple values can be submitted in a single request (comma-separated, up to 100).
| Parameter | Required | Description |
|---|---|---|
| patentId | Conditionally | Patent ID. At least one of patentId or patentNumber must be provided. Comma-separated for multiple values, up to 100. |
| patentNumber | Conditionally | Publication (announcement) number. At least one of patentId or patentNumber must be provided. Comma-separated for multiple values, up to 100. |
patentNumber.patentId.patentId takes precedence.| Field | Description |
|---|---|
| patentId | The patent's internal ID |
| pn | Publication (announcement) number |
| simpleLegalStatus | High-level status: Active, Inactive, Pending, Undetermined, PCT designated period, PCT designated expiration |
| legalStatus | Detailed lifecycle status (Published, Examining, Granted, Abandoned, Withdrawn, Rejected, Expired, Revoked, Ceased, etc.) |
| eventStatus | Legal events (Transfer, License, Pledge, Opposition, Litigation, Re-examination, etc.) |
| legalDate | Date of the most recent legal status update |
1. Check whether a single patent is still active
Query the legal status for patent publication number CN115000000A.
2. Batch-check legal status for multiple patents
Look up the legal status for patents US11000000B2, EP3000000A1, and CN115000001A.
3. Identify legal events on a patent
Has patent CN115000000A been involved in any litigation, transfer, or pledge events?
4. Determine if a patent has expired or been revoked
Check if patent US10000000B1 is expired, revoked, or still in force.
5. Look up patents by patent ID
Query the legal status for patent IDs abc123, def456.想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。
legalDate is available, include it so users know how recent the status information is.patentId or patentNumber must be provided; the request will fail if both are empty.patentId and patentNumber are provided, the system uses patentId and ignores patentNumber.Applicable -- Queries about patent legal standing and events:
| User Says | Scenario |
|---|---|
| "Is this patent still valid/active" | Simple legal status check |
| "What is the legal status of patent XX" | Detailed status lookup |
| "Has this patent been transferred or licensed" | Legal event query |
| "Check if these patents are expired" | Batch validity check |
| "Any litigation on this patent" | Legal event filtering |
| "Patent legal status for CN115XXXXXXA" | Direct publication number lookup |
Not applicable -- Needs beyond patent legal status:
按動態規則計費:消耗積分 = 81 × 返回data條數。每條為 1 條專利法律狀態結果
重要:本技能的服務按倍數動態計算,可能一次性消耗大量積分,必須提醒使用者,由使用者決定是否繼續。
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.
這個 Skill 質量不錯,功能實用,文件寫得很詳細,小白也能看懂如何使用。它有智慧快取能省積分,出錯時處理得比較周到。但文件中英文混在一起看起來有點亂,新手引導檔案缺失有點遺憾,另外查詢結果會存在本地資料夾,用完最好手動清理一下保護隱私。整體值得推薦。