← 返回 Skills 市场
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install patent-claim-mapper
功能描述
Use when mapping patent claims to products, analyzing patent infringement, or preparing freedom-to-operate analyses. Compares patent claims against product f...
安全使用建议
Do not run this skill against real or sensitive IP yet. The package has clear inconsistencies and an incomplete main script that will likely crash. Recommended steps before installing or using:
1. Obtain the complete scripts/main.py (file is truncated) and verify it compiles: run python -m py_compile scripts/main.py in a safe sandbox.
2. Reconcile filenames and entry points: update SKILL.md examples, CLI usage, and Quick Start so they match the actual module/class names (e.g., ClaimMapper vs PatentClaimMapper, scripts/claim_mapper.py vs scripts/main.py).
3. Audit the full source for any network I/O or hidden endpoints after getting the complete file (none visible now, but the file is incomplete).
4. Remove or justify the 'dataclasses' dependency in requirements.txt (unnecessary for Python 3.10+).
5. Run unit tests or smoke tests with non-confidential sample inputs to verify behavior and outputs (check that keyword extraction and similarity logic are fit for biotech/pharma language).
6. If you must analyze real confidential product or patent text, run the tool in an isolated environment (offline VM) until the codebase is fixed and reviewed.
If you want, provide the complete scripts/main.py and any missing files so I can re-evaluate and give a higher-confidence verdict.
功能分析
Type: OpenClaw Skill
Name: patent-claim-mapper
Version: 1.0.0
The patent-claim-mapper skill is a legitimate tool for analyzing patent infringement risks by comparing claim text against product descriptions. The core logic in scripts/main.py uses basic NLP techniques (Jaccard similarity) to generate risk reports and lacks any indicators of malicious intent, such as data exfiltration, unauthorized network access, or obfuscated code.
能力评估
Purpose & Capability
The declared purpose (map patent claims to product features for biotech/pharma) is consistent with the included code structure (parsing claims, extracting features, comparing). Nothing in the package requests unrelated credentials or system access. However, SKILL.md examples and code refer to different module/class names (e.g., examples reference scripts/claim_mapper.py and ClaimMapper, while the code defines PatentClaimMapper in scripts/main.py), indicating sloppy packaging and mismatches between documentation and code.
Instruction Scope
SKILL.md instructs users to 'Edit the in-file CONFIG block' and shows imports/CLI examples that reference non-existent names/paths (scripts/claim_mapper.py, ClaimMapper). The actual script is truncated at runtime (ends with 'mapper = Pate...'), so following the SKILL.md 'Audit-Ready Commands' will likely fail. The instructions also claim packaged entry point is scripts/main.py but examples and Quick Start use different filenames — this divergence is likely to cause execution errors or accidental misuse.
Install Mechanism
No install spec (instruction-only install) — low installation risk. The repository includes a requirements.txt with 'dataclasses' which is unnecessary for Python 3.10+ (the SKILL.md requires Python 3.10+), suggesting poor maintenance but not a direct supply-chain concern. No downloads, URLs, or external installers are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. There are no signs of network calls or exfiltration in the visible code. This matches the expected scope (local text-file analysis).
Persistence & Privilege
No special persistence flags or 'always: true' are set. The skill does not request autonomous elevated privileges or modify other skills. Default agent invocation behavior applies and is appropriate for this type of tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install patent-claim-mapper - 安装完成后,直接呼叫该 Skill 的名称或使用
/patent-claim-mapper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of patent-claim-mapper.
- Maps patent claims to biotech/pharma product features for infringement and freedom-to-operate analysis.
- Provides reproducible, audit-ready outputs with explicit input validation, fallback paths, and structured result formatting.
- Includes command line and Python API usage for claim parsing, feature mapping, and gap analysis.
- Handles missing or incomplete inputs with clear error reporting and manual fallback recommendations.
- Bundled with reference materials and example workflows for consistent, reviewable outputs.
元数据
常见问题
Patent Claim Mapper 是什么?
Use when mapping patent claims to products, analyzing patent infringement, or preparing freedom-to-operate analyses. Compares patent claims against product f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 Patent Claim Mapper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install patent-claim-mapper」即可一键安装,无需额外配置。
Patent Claim Mapper 是免费的吗?
是的,Patent Claim Mapper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Patent Claim Mapper 支持哪些平台?
Patent Claim Mapper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Patent Claim Mapper?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills