Patent Scanner
Describe your concept and discover what makes it distinctive — structured analysis for patent consultation. NOT legal advice.
Why use this skill?
Analyze your innovation with the Patent Scanner. Refine technical concepts using professional abstraction techniques and get actionable insights for your next invention.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leegitw/patent-scannerWhat This Skill Does
The Patent Scanner is a specialized OpenClaw agent skill designed to help innovators and developers distill their technical concepts into core intellectual properties. Utilizing a methodology inspired by patent attorney John Branch, the agent focuses on 'lossy abstraction'—stripping away implementation-specific details to uncover the broader, more defensible mechanics of an invention. It provides a structured analysis, scoring your concept across four key dimensions: Distinctiveness, Sophistication, System Impact, and Frame Shift. This tool helps you articulate your idea’s value, identify what makes it unique, and prepare for formal legal consultation.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/leegitw/patent-scanner
Use Cases
Use the Patent Scanner when you are in the early stages of development or brainstorming. It is perfect for:
- Transforming specific code-based features into high-level conceptual claims.
- Evaluating the potential 'inventive step' of a system or architecture.
- Preparing for meetings with patent counsel to ensure your input is productive and focused.
- Comparing your proposed solution against standard industry approaches to determine your competitive edge.
Example Prompts
- 'I have an idea for a system that uses real-time GPS and machine learning to optimize delivery routes; can you help me abstract this into a set of technical claims?'
- 'Analyze my concept for a decentralized ledger storage system. What are the potentially distinctive components and how does it score in terms of sophistication?'
- 'Help me reframe my description of a neural-network-based anomaly detector so that it focuses on the underlying logic rather than the specific software implementation.'
Tips & Limitations
- Technical, Not Legal: This tool provides technical analysis, not legal advice. Always consult a patent attorney for IP filings.
- Abstraction is Key: Avoid naming specific technologies (e.g., instead of 'AWS S3', use 'remotely accessible persistent data').
- Local Execution: Your data never leaves your machine. This skill performs all analysis locally for maximum privacy and security.
- Scope: This skill does not perform patent database searches. For finding existing patents, pair this skill with the patent-validator tool.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-leegitw-patent-scanner": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
cherry-mcp
HTTP bridge that keeps MCP servers alive and exposes them via REST. Built for OpenClaw agents that need MCP tools without native MCP support.
purple-cow-content
Trigger this skill for ANY of these situations — writing OR conversation: WRITING: blog posts, articles, social media captions, LinkedIn, Twitter/X threads, Instagram, YouTube scripts, TikTok hooks, newsletters, ad copy, landing pages, pitch decks, email campaigns, product descriptions, taglines, or any content meant to attract attention. CONVERSATION: When the user is brainstorming ideas, discussing why content isn't performing, evaluating a marketing angle, planning a campaign, asking "what should I post about", comparing their idea to competitors, talking about engagement or virality, or thinking out loud about any creative or communication challenge. If a conversation touches on attention, differentiation, standing out, audiences, or messaging — this skill is relevant. Speak up proactively as a strategic advisor using the Purple Cow lens (Seth Godin + MrBeast framework), even if the user hasn't asked for content to be written yet. Never stay silent when a Purple Cow insight would sharpen the discussion.
system-monitor-pro
Real-time OpenClaw system monitoring with beautiful terminal UI. CPU, memory, disk, GPU, Gateway, cron jobs, model quota, and multi-machine support. Works on macOS and Linux.
git-changelog
Auto-generate beautiful changelogs from git history, grouped by conventional commit types
env-setup
Scan codebase for environment variables, generate .env.example, validate .env, and ensure .gitignore safety