Claude-Patent-Creator
USPTO patent creation system with MCP server + Claude Code plugin. Hybrid RAG search over MPEP/USC/CFR, BigQuery access to 76M+ patents, automated 35 USC 112 compliance checks, prior art search, diagram generation. GPU-accelerated with skills and autonomous agents.
파일 탐색기
최종 버전 다운로드 (.zip)- marketplace.json
- plugin.json
- bug_report.md
- config.yml
- feature_request.md
- question.md
- ci.yml
- codeql.yml
- dependabot-auto-merge.yml
- dependabot.yml
- pull_request_template.md
- epo-patent-analyzer.md
- epo-patent-drafter.md
- mpep-expert.md
- mpep-researcher.md
- patent-analyzer.md
- patent-creator.md
- patent-development.md
- patent-drafter.md
- patent-illustrator.md
- patent-researcher.md
- patent-search-specialist.md
- pct-application-specialist.md
- prior-art-searcher.md
- check-pct-formalities.md
- configure-bigquery.md
- create-epo-patent.md
- create-patent.md
- full-review.md
- rebuild-index.md
- review-claims.md
- review-epo-claims.md
- review-epo-formalities.md
- review-formalities.md
- review-specification.md
- search-epo.md
- search-prior-art.md
- setup-patent-creator.md
- setup-patent-system.md
- test-system.md
- ENVIRONMENT_VARIABLES.md
- GPU_SETUP.md
- USPTO_API_SETUP.md
- hooks.json
- __init__.py
- analyzer_tools.py
- bigquery_tools.py
- diagram_tools.py
- epo_analyzer_tools.py
- epo_search_tools.py
- mpep_tools.py
- package_tools.py
- patent_law_tools.py
- system_tools.py
- uspto_search_tools.py
- __init__.py
- device.py
- __init__.py
- analyzer_base.py
- bigquery_search.py
- claims_analyzer.py
- cli.py
- config.py
- config_gui.py
- data_paths.py
- diagram_generator.py
- downloaders.py
- epo_api.py
- epo_claims_analyzer.py
- epo_downloaders.py
- epo_formalities_checker.py
- epo_specification_analyzer.py
- formalities_checker.py
- graphviz_installer.py
- hardware_detect.py
- health_check.py
- hyde.py
- logging_config.py
- monitoring.py
- mpep_search.py
- package_checker.py
- path_utils.py
- pct_formalities_checker.py
- server.py
- specification_analyzer.py
- uspto_api.py
- validation.py
- auto_setup.py
- check_gpu.py
- format-code.sh
- install-gpu.bat
- install-gpu.sh
- install_graphviz.py
- remove_unicode.py
- setup-env.sh
- setup_bigquery_auth.py
- test_analyzers.py
- test_bigquery.py
- test_bigquery_logging.py
- test_bq_simple.py
- test_embedding_speed.py
- test_epo_analyzers.py
- test_gpu.py
- test_install.py
- test_uspto_odp_api.py
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- mpep_search.py
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- prior_art_types.py
- SKILL.md
- filing-reference.md
- SKILL.md
- SKILL.md
- SKILL.md
- conftest.py
- test_bigquery_auth_env.py
- test_bigquery_budget.py
- test_claim_dependency_classification.py
- test_claim_reference_parsing.py
- test_claims_skipped_check_disclosure.py
- test_config.py
- test_config_bridge_and_report.py
- test_config_gui.py
- test_cross_jurisdiction.py
- test_data_paths.py
- test_device.py
- test_downloaders.py
- test_epo_claims_analyzer.py
- test_epo_corpus_setup.py
- test_epo_formalities.py
- test_epo_html_extraction.py
- test_epo_spec_analyzer.py
- test_flowchart_edge_labels.py
- test_hardware_detect.py
- test_index_metadata_assembly.py
- test_keyword_search.py
- test_package_checker.py
- test_patent_law_tools.py
- test_pct_formalities.py
- test_setup_graphviz_step.py
- test_setup_non_tty.py
- test_source_filtered_retrieval.py
- test_uspto_api.py
- .env.example
- .gitignore
- .mcp.json
- .typos.toml
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.md
- install.py
- LICENSE
- MANIFEST.in
- pyproject.toml
- pyrightconfig.json
- README.md
- SECURITY.md
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/RobThePCGuy/Claude-Patent-Creator
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Claude-Patent-Creator
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setup
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setup
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
python -m venv venv
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install -e .
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
