원클릭으로
uspto-search
Patent search via USPTO's PatentsView API. Two-stage XML fetch returns claim abstracts per query envelope.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Patent search via USPTO's PatentsView API. Two-stage XML fetch returns claim abstracts per query envelope.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Append one hash-chained audit event to okrs/<id>/audit/events/<run-id>.jsonl. Returns the new chain head.
Replay the hash chain over an existing audit JSONL; returns the chain head on success, the first integrity failure reason on failure.
Query the mesh's threat library for entries matching a concern (e.g. "identity", "data-licensing").
Academic paper search via arXiv. Returns ranked paper results per query envelope.
Aggregated architecture context for a scope — CALM nodes + ADRs + fitness functions + quality attributes. PURE data; the Architect persona is in the parent agent's prompt.
Aggregated quality context for a scope — quality attribute definitions + performance SLOs + reliability targets per BAR.
| name | uspto-search |
| description | Patent search via USPTO's PatentsView API. Two-stage XML fetch returns claim abstracts per query envelope. |
| version | 0.1.0 |
| purity | pure-data |
| runtime | research-runner |
| command | npx @maintainabilityai/research-runner@~0.1.64 skill-uspto-search |
| secrets | ["USPTO_API_KEY"] |
Call when the agent needs prior-art / patent-landscape evidence (whitespace analysis, freedom-to-operate). PURE-data: parent agent crafts Q1/Q2/Q3 narrow/medium/broad queries per prompt-packs/looking-glass/research/query-plan.md.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
queries | string[] | yes | — | Q1/Q2/Q3 narrow/medium/broad queries with AND boolean (e.g. celebrity AND identity AND disambiguation). 2-3 technical terms, no stop words or long prose phrases. |
maxResults | integer | no | 10 | Per-query result cap. |
| Field | Type | Description |
|---|---|---|
envelopes | {query, status, count, error?}[] | Per-query envelope. |
results | ProviderResult[] | Flattened ranked list with abstract (two-stage fetch) per patent. |
echo '{"queries":["celebrity AND identity AND disambiguation"]}' \
| npx @maintainabilityai/research-runner@~0.1.64 skill-uspto-search
Thin wrapper over packages/research-runner/src/search/uspto-client.ts. Reads USPTO_API_KEY from env. Two-stage fetch: first searches for patent ids, then fetches abstracts in batch. The CLI subcommand backend lands in B-PR1a.
On 429 / auth fail: exits non-zero with {ok: false, reason}. Agent continues with remaining providers.