← Back to Skills Marketplace
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install patent-landscape
Description
Use when analyzing biotech patent landscapes, identifying white spaces in pharmaceutical IP, tracking competitor patents, or assessing freedom to operate for...
Usage Guidance
This skill appears to be a small, local mock analyzer (no network, no credentials). It's coherent and low-risk, but note the documentation errors: example import path (scripts.patent_landscape) and mention of a CONFIG block don't match the included scripts/main.py. Before using in production, (1) run python -m py_compile scripts/main.py and python scripts/main.py --help as suggested, (2) inspect/verify the code yourself (it is short and readable), (3) correct the SKILL.md examples or adapt your invocation to scripts/main.py, and (4) if you extend the skill to call external patent APIs, ensure you add and review explicit dependency and credential requirements and pin third-party packages.
Capability Analysis
Type: OpenClaw Skill
Name: patent-landscape
Version: 1.0.0
The skill bundle is a template for biotech patent landscape analysis. The primary script (scripts/main.py) is a harmless mock implementation that prints hardcoded analysis results based on user input, with no network, file system, or shell execution capabilities. While SKILL.md references missing files (e.g., scripts/patent_landscape.py), there is no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The declared purpose (biotech patent landscape analysis) matches the package contents: a small Python analyzer (scripts/main.py) and reference material. The script implements a mock PatentLandscape class and prints results consistent with the described capabilities (search/white-space/FTO are documented as features).
Instruction Scope
SKILL.md gives clear, bounded runtime instructions and audit commands (py_compile, --help). Minor inconsistencies exist in examples: SKILL.md's Quick Start imports from scripts.patent_landscape (module name not present) and mentions editing an in-file CONFIG block — the shipped scripts/main.py has no CONFIG or scripts/patent_landscape module. These are functional/documentation errors, not evidence of secret access or network activity.
Install Mechanism
No install spec is provided (instruction-only packaging). The only code is a small pure-Python script with no external dependencies in use. SKILL.md notes 'third-party packages: not explicitly version-pinned', but the included code does not import third-party modules, so there is no install-time network fetch or archive extraction to be concerned about.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code does not read environment variables, files, or network endpoints — it only prints a mock analysis. Requested privileges are minimal and proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skill/system settings. Autonomous invocation is allowed by default, which is normal for skills; combined with the minimal footprint, this poses no special risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install patent-landscape - After installation, invoke the skill by name or use
/patent-landscape - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Biotech Patent Landscape Analyzer.
- Enables comprehensive analysis of biotech and pharmaceutical patents, including white space identification, competitor tracking, and freedom-to-operate (FTO) assessments.
- Supports structured, reproducible workflows for evidence-based patent landscape review.
- Includes example commands and usage for both CLI and Python interfaces.
- Reference materials and workflow documentation provided for audit-ready results.
Metadata
Frequently Asked Questions
What is Patent Landscape?
Use when analyzing biotech patent landscapes, identifying white spaces in pharmaceutical IP, tracking competitor patents, or assessing freedom to operate for... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Patent Landscape?
Run "/install patent-landscape" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Patent Landscape free?
Yes, Patent Landscape is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Patent Landscape support?
Patent Landscape is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Patent Landscape?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills