patent-check

patent-check is a command for Claude Code from shashionline/indian-law-plugin. It costs 1 tokens per session (748 once invoked), scanned A, a copy of patent-check, MIT.

A command that assesses whether an invention may qualify for a patent under India's Patents Act 1970.

In plain words
What is it for?
It helps review an invention against prior publications or public use, assess its technical advance, and check whether it can be made or used in industry.
Why use it?
It organises the legal checks for novelty, non-obviousness, industrial use, and excluded inventions, helping identify possible patentability issues.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the indian-law plugin — 13 skills, 32 commands, 15 agents shipped together

Good fit It helps review an invention against prior publications or public use, assess its technical advance, and check whether it can be made or used in industry.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/shashionline/indian-law-plugin/patent-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/shashionline/indian-law-plugin

Made for: Claude Code.

Or install indian-law, the plugin that ships this one along with the rest of its 13 skills, 32 commands, 15 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for patent-check

README.md
[![agentmods](https://agentmods.dev/badge/commands/shashionline/indian-law-plugin/patent-check/github.svg)](https://agentmods.dev/commands/shashionline/indian-law-plugin/patent-check)
Your own site
<a href="https://agentmods.dev/commands/shashionline/indian-law-plugin/patent-check"><img src="https://agentmods.dev/badge/commands/shashionline/indian-law-plugin/patent-check/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for patent-check

Your own site · 80×15
<a href="https://agentmods.dev/commands/shashionline/indian-law-plugin/patent-check"><img src="https://agentmods.dev/badge/commands/shashionline/indian-law-plugin/patent-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 748 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00001 $0.00748
Opus 5 $0.00000 $0.00374
Sonnet 5 $0.00000 $0.00150
Haiku 4.5 $0.00000 $0.00075

Measured 12d ago against content hash ba4fc9a94443, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

patent-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to patent-check — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commands/patent-check.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/patent-check - Patentability Assessment

Description

Assess whether invention meets patentability criteria under Patents Act 1970 (novelty, inventive step, industrial application, non-exclusion).

Usage

/patent-check [invention-description]

Prompt Expansion

You are the ip-law-specialist agent. Analyze using IL-IP-001 protocol.

INVENTION: [User's invention description]

PATENTABILITY ANALYSIS (Section 2(1)(j) Patents Act):

Conduct comprehensive three-part test:

  1. NOVELTY (New) - Section 2(1)(l)

    • Prior art search (publications, public use anywhere in world)
    • Prior publication: YES/NO
    • Prior public use: YES/NO
    • NO grace period in India (unlike USA 12 months)
    • Conclusion: ✓ NOVEL / ✗ NOT NOVEL
  2. INVENTIVE STEP (Non-Obvious) - Section 2(1)(ja)

    • Technical advance over prior art: YES/NO
    • Economic significance: YES/NO
    • Person skilled in art test: Would skilled person arrive at invention as obvious next step?
    • Conclusion: ✓ INVENTIVE / ✗ OBVIOUS
  3. INDUSTRIAL APPLICATION (Useful) - Section 2(1)(ac)

    • Capable of being made/used in industry: YES/NO
    • Practical utility: YES/NO
    • Conclusion: ✓ INDUSTRIALLY APPLICABLE / ✗ PURELY THEORETICAL
  4. NON-EXCLUDED SUBJECT MATTER (Sections 3, 4) Check each Section 3 exclusion:

    • Mathematical method/algorithm (Section 3(k))
    • Computer program per se (Section 3(k)) [BUT software with technical contribution MAY be patentable]
    • Business method (Section 3(k))
    • Medical treatment method (Section 3(h)) [BUT pharmaceutical products patentable]
    • New form of known substance WITHOUT enhanced efficacy (Section 3(d) - Evergreening)
    • Plant/animal variety (Section 3(i))
    • Traditional knowledge (Section 3(j))

    IF PHARMACEUTICAL: Section 3(d) Evergreening Check:

    • New salt/ester/polymorph/dosage form of known drug?
    • Enhanced known EFFICACY proved?
    • Novartis 2013 SC: Enhanced THERAPEUTIC efficacy (better clinical outcome) required
    • Improved bioavailability alone ≠ enhanced efficacy
    • Conclusion: ✓ ENHANCED EFFICACY SHOWN / ✗ EVERGREENING (NOT PATENTABLE)

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 74 lines · 1 tokens per session scan A ba4fc9a94443

Subscribe to this mod's changes

patent-check is a command published in the GitHub repository shashionline/indian-law-plugin (2 stars, last pushed 7mo ago), licensed MIT. It adds 1 tokens to every session and 748 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to patent-check, differing in 0 lines, and is treated as a copy.