Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Patent Landscape

ASecurity

Find out whether a chemical series is already claimed, using SureChEMBL's patent-extracted compound corpus and, where a key is available, PatentsView for legal status and assignee history. Use this skill to trace a structure to the patent documents that disclose it, survey an assignee's filings around a target, and understand what the freedom-to-operate question requires that a structure search cannot answer. Also trigger on SureChEMBL, patent chemistry, Markush structure, freedom to operate,...

31 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agentspythongobashapidatabase

Works with

cliapi

Security Analysis

A96/100
mediumUses curl or wget to download content

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add K-Dense-AI/drug-discovery-agent-skills --skill patent-landscape --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Patent Landscape?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Patent Landscape
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/k-dense-ai-patent-landscape/badge)](https://www.skillsdirectory.com/skills/k-dense-ai-patent-landscape)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: patent-landscape
description: Find out whether a chemical series is already claimed, using SureChEMBL's patent-extracted compound corpus and, where a key is available, PatentsView for legal status and assignee history. Use this skill to trace a structure to the patent documents that disclose it, survey an assignee's filings around a target, and understand what the freedom-to-operate question requires that a structure search cannot answer. Also trigger on SureChEMBL, patent chemistry, Markush structure, freedom to operate, composition of matter, assignee, priority date, patent family, or PatentsView.
license: MIT
allowed-tools: Read Write Edit Bash
compatibility: Requires Python 3.10+ and outbound HTTPS access to ftp.ebi.ac.uk. SureChEMBL has no public REST API — the bundled scripts navigate its bulk FTP tree, which is large, so plan for disk. PatentsView lookup is optional and needs a free PATENTSVIEW_API_KEY. Nothing here is legal advice; a freedom-to-operate opinion requires a qualified attorney.
metadata:
  version: "1.0"
  skill-author: K-Dense Inc.
  openclaw:
    emoji: "📜"
    homepage: https://www.surechembl.org
    envVars:
      - name: PATENTSVIEW_API_KEY
        required: false
        description: Optional free PatentsView key for legal-status and assignee lookup.

  hermes:
    category: research
---

# Chemical Patent Landscape

Whether a series is already claimed decides whether it is worth pursuing, and the question comes
up long before anyone talks to an attorney. SureChEMBL extracts structures from patent full text,
images, and attachments — over 31 million compounds from the major offices — and it is the only
open, structure-searchable patent chemistry resource.

**Services:** `https://ftp.ebi.ac.uk/pub/databases/chembl/SureChEMBL` (bulk, no key) ·
`https://search.patentsview.org/api/v1` (optional, free key).
**Checked against:** the live bulk tree, August 2026 — 31 releases, newest 2026-08-04.

Read [references/surechembl-bulk.md](references/surechembl-bulk.md) before downloading anything,
[references/patent-data-sources.md](references/patent-data-sources.md) to know which source is
silent about what, and [references/reading-patents.md](references/reading-patents.md) before
drawing any conclusion — **that one is judgement, not syntax, and the gap it describes is wide.**

## The two scripts

| Script | Answers |
|---|---|
| `surechembl_bulk.py` | Which release, which tables, and how much disk? |
| `patent_search.py` | Who is filing in this space, in the US? |

## SureChEMBL has no REST API

Checked live: `surechembl.org/api/` and every plausible variant return 404. The website is
interactive-only, and everything programmatic goes through the EBI bulk tree.

```bash
python skills/patent-landscape/scripts/surechembl_bulk.py releases --limit 3
```

```
# 31 releases, newest 2026-08-04. Updated fortnightly.
release     url
2026-08-04  https://ftp.ebi.ac.uk/.../bulk_data/2026-08-04/
2026-07-17  ...
```

**Two directories hold different data.** `bulk_data/` is SureChEMBL 2.0 — Parquet plus an FPSim2
similarity index, fortnightly. `data/` is the legacy quarterly txt/SDF dump whose README is dated
2016. They are easily confused and the old one is much less useful.

**Pin a release.** Taking "latest" makes an analysis irreproducible against a corpus that changes
every two weeks.

## Plan the download; it is 15 GB

```bash
python skills/patent-landscape/scripts/surechembl_bulk.py plan --question structure-to-patent
```

```
# structure-to-patent: match a structure to compound ids, then to the documents disclosing it
# 3 table(s), 14.1 GB for release 2026-08-04
curl -O https://ftp.ebi.ac.uk/.../compounds.parquet           # 4.2 GB
curl -O https://ftp.ebi.ac.uk/.../patent_compound_map.parquet # 5.0 GB
curl -O https://ftp.ebi.ac.uk/.../patents.parquet             # 5.9 GB
```

A similarity search needs only `fpsim2_fingerprints.h5` (1.4 GB) and `compounds.parquet`. Query
the Parquet with DuckDB rather than pandas — it reads them in place without loading them.

## Where the compound was found is the legal signal

`patent_compound_map.parquet` records **which document field** each compound came from, and that
column carries almost all the meaning:

| Field | What it usually means |
|---|---|
| `claims` | the compound is claimed — the one that matters |
| `title` / `abstract` | a headline compound of the filing |
| `description` | disclosed: possibly prior art, a comparator, or a reagent |
| `image` | extracted from a drawing by OCSR, and sometimes wrong |

**Treating every extracted compound as "claimed by this patent" is the commonest misreading of
this dataset.** Only the claims define a monopoly.

## Markush claims are not enumerated

This is the limitation that matters most. Chemical patents claim a **genus** — a scaffold with
variable positions — and a single Markush claim can cover billions of compounds. SureChEMBL
extracts the specific examples, not the genus.

So no structure hit means *this exact structure was not disclosed as an example*. It does not mean
the structure falls outside every claim, and for a novel analogue of a known series the opposite
is usually true. Markush search is a specialist capability that Reaxys, SciFinder, and Derwent
implement and no free source does.

## Novelty and freedom to operate are different questions

**Novelty** — has this been disclosed before? — determines whether *you* can patent it. A
structure search genuinely helps.

**Freedom to operate** — can I sell this without infringing? — requires reading the claims of
every in-force patent in every jurisdiction you will sell in, construed against your product. A
structure search does not answer this and cannot.

They are independent: a compound can be novel and infringing, or old and non-infringing.

## The US-only half

```bash
python skills/patent-landscape/scripts/patent_search.py assignees --title "PROTAC"
```

Needs a free `PATENTSVIEW_API_KEY`. Note that **a missing key surfaces as a connection failure
rather than a 401**, so the obvious diagnosis is a network problem; the script checks explicitly.

Two coverage facts to carry: PatentsView is **US grants and pre-grant publications only** — no
EPO, WIPO, CNIPA, or JPO — and **assignee names are not normalised**, so "Merck", "Merck Sharp &
Dohme", and "Merck & Co., Inc." count as three companies.

## The 18-month blind spot

Applications publish 18 months after priority. **Everything filed in the last 18 months is
invisible in every source**, without exception. An empty landscape may mean nobody is working on
the target, or that everybody filed last year — and the second is common precisely for the targets
worth working on.

## Composing with the rest of the bundle

- `chembl` → here: SureChEMBL ids cross-reference through UniChem, joining patent chemistry to
  measured bioactivity.
- `chemical-space` → alongside: purchasable is a different question from unclaimed.
- `generative-design` → after: novelty of generated structures is a real use for this.
- `clinicaltrials` / `openfda` → alongside: filings, trials, and approvals are three views of the
  same competitive picture.

## Reporting results honestly

Name the source, its coverage, and the pinned release. Say which document field a compound was
found in. State that Markush claims are not enumerated and that the search under-reports coverage
for that reason. Note the 18-month lag. Give family counts rather than document counts where you
can.

Never write "this compound is free to use". Write "no exact structure match in SureChEMBL release
2026-08-04; this does not address Markush claims, unpublished applications, or claim construction,
and is not a freedom-to-operate assessment." Any decision with money attached needs a patent
attorney — this skill exists to tell you whether to go and ask one.

Attribution

K-Dense-AIK-Dense-AI
View sourceMore from K-Dense-AI →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →