Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

linkfox-eureka-claim-dataLinkfox 尤里卡索赔数据

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

1,788

周安装

76

GitHub Stars

公开资料未说明

下载量

626
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkfox-eureka-claim-data(Linkfox 尤里卡索赔数据)
来源仓库:https://github.com/linkfox-ai/linkfox-eureka-claim-data
安装命令:
openclaw skills install linkfox-eureka-claim-data
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install linkfox-eureka-claim-data

简介

提取 Eureka 专利权利要求书结构与文本内容。

  • 适用于专利规避设计与保护范围分析。
  • 返回独立与从属权利要求数量及文本摘要。
  • 法律解释应以官方文件为准,AI 解析仅供参考。
  • 涉及诉讼风险时务必咨询专业律师。linkfox-eureka-claim-data 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-eureka-claim-data
description
从Eureka专利数据库查询专利权利要求(Claims)信息。当用户提到专利权利要求、权利要求书、专利Claims、独立权利要求、从属权利要求、权利要求数量、专利保护范围、patent claims, claim data, independent claims, dependent claims, claim count, patent claim text, patent protection scope, Eureka patent claims时触发此技能。即使用户未明确提及"Eureka"或"权利要求",只要其需求涉及获取专利的权利要求全文或权利要求数量,也应触发此技能。

Eureka Patent Claim Data

This skill guides you on how to retrieve patent claim data via the Eureka patent platform, helping users quickly access the full claim text and claim count for one or more patents.

Core Concepts

The Eureka Claim Data tool returns the complete claims section for each queried patent:

  1. Claims Array — The full text of all claims (independent and dependent) for the patent.
  2. Claim Count — The total number of claims in the patent.
  3. Related Patent Fallback — When replaceByRelated is enabled ("1"), if the requested patent has no claims data, the system will attempt to use a related patent (e.g., the granted version of an application) to provide claim data. The pnRelated field indicates which related patent was used.

Patent identification: Patents can be looked up by either patent ID or publication number. When both are provided, patent ID takes priority. Multiple values can be submitted in a single request (comma-separated).

Parameter Guide

ParameterRequiredDescription
patentIdConditionallyPatent ID. At least one of patentId or patentNumber must be provided. Comma-separated for multiple values.
patentNumberConditionallyPublication (announcement) number. At least one of patentId or patentNumber must be provided. Comma-separated for multiple values.
replaceByRelatedOptionalWhether to use a related patent as fallback when the queried patent has no claims. "1" = enable fallback, "0" = disable (default).
  • If the user provides a publication number (e.g., CN115000000A, US11000000B2), use patentNumber.
  • If the user provides an internal patent ID, use patentId.
  • When both are supplied, patentId takes precedence.
  • Set replaceByRelated to "1" when the user wants claim data even if the exact publication has none (common for application-stage patents).

Response Fields

FieldDescription
patentIdThe patent's internal ID
pnPublication (announcement) number
pnRelatedPublication number of the related patent used as fallback (only present when replaceByRelated is enabled and a fallback occurred)
claimsArray of claim objects containing the full claim text
claimCountTotal number of claims
totalTotal number of records returned
costTokenToken cost for this query

Usage Examples

1. Retrieve claims for a single patent

Show me the claims for patent CN115000000A.

2. Get the claim count for a patent

How many claims does US11000000B2 have?

3. Batch-query claims for multiple patents

Get the claims for patents EP3000000A1 and CN115000001A.

4. Use related patent fallback for an application

Get the claims for application CN202210000000.0A — if claims aren't available, use the granted version.

5. Compare claims between patents

Show me the independent claims of US11000000B2 and US10000000B1 side by side.

Display Rules

  1. Present claims clearly: Number each claim and preserve the hierarchical structure (independent vs. dependent claims).
  2. Highlight independent claims: When the user is interested in the scope of protection, emphasize independent claims (typically claim 1 and any other independent claims).
  3. Claim count summary: Always mention the total number of claims at the top of the response.
  4. Related patent notice: If pnRelated is present, clearly inform the user that claims were sourced from a related patent and state which one.
  5. Error handling: If the query fails or returns no results, explain the possible reasons (invalid patent number, patent not found, claims not yet published) and suggest alternatives (e.g., enabling replaceByRelated).
  6. Long claims: For patents with many claims, consider showing a summary first (independent claims + total count) and offer to show all claims on request.

Important Limitations

  • At least one identifier required: Either patentId or patentNumber must be provided; the request will fail if both are empty.
  • Patent ID priority: When both patentId and patentNumber are provided, the system uses patentId and ignores patentNumber.
  • Claims availability: Some early-stage application patents may not have claims published yet. Use replaceByRelated to attempt a fallback to a related patent.
  • Data coverage: Results depend on the Eureka patent database coverage; some very recent filings may not yet be reflected.

User Expression & Scenario Quick Reference

Applicable — Queries about patent claims:

User SaysScenario
"Show me the claims for patent XX"Full claims retrieval
"How many claims does XX have"Claim count query
"What is claim 1 of patent XX"Independent claim lookup
"Get claims using the granted version"Fallback to related patent
"Compare the claims of XX and YY"Multi-patent claim comparison
"What does patent XX protect"Protection scope (claims-based)

Not applicable — Needs beyond patent claims:

  • Patent bibliography/metadata retrieval (use the bibliography skill)
  • Patent legal status queries
  • Patent full-text description retrieval
  • Patent search by keyword or classification
  • Patent image/drawing search
  • Patent family analysis

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, visit LinkFox Skills.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.18%
按下载量换算521

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills