ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Patent Novelty Search

Skill by chaochaosz

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chaochaosz/patent-novelty-search
Or

Patent Novelty Search Skill


name: novelty-search description: Execute the patent novelty search process, including technical solution analysis, patent retrieval, feature comparison, and novelty search report generation. This skill is used when users need to conduct patent novelty search, novelty analysis of technical solutions, retrieve related patents, and generate novelty search reports. It supports the complete process: input structured processing, technical feature extraction, patent retrieval (prioritizing Google Patents), similarity ranking, feature comparison table generation, novelty/inventive step comment, and finally output a novelty search report in Word format.

Patent Novelty Search Skill

Execute the complete patent novelty search process, from user input to generating a professional novelty search report.

When to Use

When users:

  • Mention "patent novelty search", "novelty search report", "novelty retrieval"
  • Need to analyze patent risks of technical solutions
  • Request to retrieve related patents and conduct comparative analysis
  • Require generating patent novelty search documents
  • Input technical solution descriptions and request evaluation of novelty or inventive step

Workflow

Step 1: User Input Structured Processing

Objective: Extract the core three elements from user input.

Processing Requirements:

  1. Technical Problem: Identify the technical problem to be solved by the user's solution.
  2. Technical Means: Extract specific technical means for implementing the technical solution.
  3. Technical Effect: Analyze the technical effects brought by the technical solution.

Notes:

  • Delete invalid, duplicate, and incorrect information.
  • Retain all valuable technical information.
  • Make reasonable inferences and supplements for vague descriptions.
  • Output a structured three-element table.

Output Format:

【Technical Problem】
Example: Tea contains a strong bitter and astringent taste that affects the taste, especially the presence of bitter components such as bitter amino acids and theophylline, leading to poor taste of tea soup.
...
【Technical Means】
Example: A tea processing technology includes the following steps: screening newly picked tea leaves with a sieve to select tea leaves with uniform size and remove pedicels; stir-frying green in an iron wok; inhibiting and inactivating enzyme activity in fresh leaves through the iron wok and heat control; manual twisting forward and backward 108 times; separating tea pedicels through three sieving processes; spreading the twisted tea leaves thinly; spreading the tea leaves thinly and naturally air-drying until the water loss rate is about 80%-85%, then re-polymerizing and transforming; releasing gas every Chen hour to expel the accumulated gas of the night and reintroduce fresh air to fully activate the tea's qi; undergoing natural fermentation of seven releases and seven accumulations t...

Metadata

Stars3875
Views0
Updated2026-04-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chaochaosz-patent-novelty-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.