Assists R&D teams with patent technical disclosure drafting and patent/novelty search analysis; use when users ask to write a patent disclosure, structure an invention description, search related patents, or assess novelty.
name patent-assistant description Assists R&D teams with patent technical disclosure drafting and patent/novelty search analysis; use when users ask to write a patent disclosure, structure an invention description, search related patents, or assess novelty. license MIT author aipoch source aipoch source_url https://github.com/aipoch/medical-research-skills Source : https://github.com/aipoch/medical-research-skills When to Use Use this skill in the following scenarios: Drafting a patent technical disclosure from an inventor’s informal or incomplete technical description. Structuring an invention description into standard patent-style sections (field, background, summary, embodiments, drawings). Preparing for a novelty search by extracting keywords, synonyms, and IPC suggestions from a technical solution. Finding related patents and producing a similarity comparison against the user’s key technical features. Improving patent readiness by identifying missing technical details and proposing claim-writing directions (non-legal, for drafting support). Key Features Converts colloquial technical descriptions into a structured patent technical disclosure document . Uses a guided information-collection checklist to fill gaps (problem, prior art defects, core solution, features, effects). Generates a disclosure with a consistent section template (Title, Field, Background, Summary, Detailed Description, Drawings, Keywords). Performs multi-platform patent search orchestration via a CLI script and supports optional similarity analysis. Produces novelty-oriented analysis : similarity ranking, key-feature comparison, and preliminary novelty judgment. Provides post-draft optimization suggestions (claim directions, expansion ideas, missing details to supplement). Dependencies Python
= 3.9 (Optional, if enabled by the project) Common Python packages for HTTP parsing and analysis, such as: requests >= 2.28 beautifulsoup4 >= 4.11 lxml >= 4.9 Note: Exact runtime dependencies may vary depending on how scripts/patent_search.py is implemented in your repository. Example Usage
A method and system for on-device vibration anomaly detection and event-based uploading for industrial motors
The present invention relates to the technical field of industrial equipment monitoring, and specifically relates to on-device vibration signal processing and anomaly detection.
Existing solutions typically stream high-frequency vibration data to a cloud platform for centralized analysis, or use threshold-based alarms on edge devices.
The existing technology has the following problems: 1. High bandwidth and storage costs due to continuous raw data uploading. 2. High latency for cloud-based detection, which may delay fault response. 3. Threshold-based edge alarms have poor adaptability across different motor types and operating conditions.
The technical problem to be solved by the present invention is reducing bandwidth and latency while maintaining reliable anomaly detection for motor vibration monitoring.
Upload only the event snippet (and optionally periodic summaries) to a remote server for storage, visualization, and further diagnosis.
By adopting the technical solution of the present invention, the following beneficial effects are achieved: 1. Significantly reduced network bandwidth usage by avoiding continuous raw data uploads. 2. Faster anomaly response due to local inference and event-triggered reporting. 3. Improved detection robustness compared with fixed thresholds by using a learned model.
An edge device connected to an accelerometer samples vibration at a preset rate, computes spectral features, and runs an anomaly model. Upon detection, it uploads a 5-second window around the event plus operating metadata.
The anomaly model is periodically updated using federated or scheduled offline training, while inference remains on-device.
Figure 2: On-device processing pipeline (sampling → compression/features → anomaly detection → event packaging → upload).
limit 20 Parallel search across all supported platforms (recommended) python scripts/patent_search.py "vibration anomaly detection edge event-based upload" -s all -p Search specific platforms python scripts/patent_search.py "vibration anomaly detection edge event-based upload" -s google,cnipa,innojoy Search with similarity analysis python scripts/patent_search.py "vibration anomaly detection edge event-based upload" -s all -p -a Expected search output (conceptual) Related patents list (patent number, title, abstract) Similarity ranking and key-feature overlap Preliminary novelty judgment (non-binding) Implementation Details