Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "ip-tools",
"owner": {
"name": "Parker Hancock"
},
"plugins": [
{
"name": "ip-tools",
"source": "./",
"description": "Patent and intellectual property data tools - async Python clients for USPTO, EPO, Google Patents, and JPO"
}
]
}
8 changes: 7 additions & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"name": "Parker Hancock",
"url": "https://github.com/parkerhancock"
},
"repository": "https://github.com/parkerhancock/ip_tools"
"repository": "https://github.com/parkerhancock/ip_tools",
"license": "Apache-2.0",
"skills": "./skills",
"setup": {
"install": "uv sync",
"requirements": ["uv"]
}
}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE)

```bash
claude plugins add github:parkerhancock/ip_tools
/plugin marketplace add parkerhancock/ip_tools
/plugin install ip-tools@ip-tools
```

---
Expand Down Expand Up @@ -41,7 +42,8 @@ All sources include automatic caching, rate limiting, and retry logic.
## Install

```bash
claude plugins add github:parkerhancock/ip_tools
/plugin marketplace add parkerhancock/ip_tools
/plugin install ip-tools@ip-tools
```

That's it. Claude Code now has access to patent data through the `ip_research` skill.
Expand Down
19 changes: 0 additions & 19 deletions marketplace.json

This file was deleted.