Install
openclaw skills install @yuanzhian-patsnap/evaluate-patent-transfer-ipEvaluate a patent package for licensing, assignment, or collaboration opportunities; identify evidence-backed candidate counterparties; rank them with a transparent and sensitivity-tested rubric; propose diligence and outreach hypotheses; and generate a self-contained HTML transfer-intelligence brief. Use when a user provides patent identifiers and asks for patent commercialization, technology transfer, licensing candidates, acquisition candidates, partner identification, or an outreach-ready patent asset brief.
openclaw skills install @yuanzhian-patsnap/evaluate-patent-transfer-ipTurn one or more patent identifiers into a traceable patent-package assessment, candidate-counterparty screen, and decision-ready HTML brief for authorized internal use. Support licensing, assignment, option, joint-development, field-of-use, venture-contribution, and patent-pool hypotheses without representing any candidate as willing, qualified, reachable, or certain to transact.
This skill does not provide patent valuation, legal advice, tax advice, sanctions or export-control advice, antitrust advice, transaction authority, or permission to contact an organization.
Collect or derive:
patent_identifiers: required publication, application, grant, or database IDs;asset_owner: current asserted owner or authorized representative, if known;industry_or_domain: technical and commercial context;transaction_objective: license, assign, collaborate, option, pool, or explore;jurisdictions: relevant rights, markets, and counterparties;field_of_use: intended technical or market boundary;candidate_constraints: named organizations, exclusions, conflicts, or regions;rubric: user-approved dimensions and weights, if supplied;report_date: default to the current ISO date;confidentiality: handling and disclosure boundary; andprogress_data: optional, user-supplied outreach or pipeline facts.If patent identity, authority, transaction objective, or confidential-data boundary is materially ambiguous, stop and request the missing input before live research.
Inspect the installed connector schema before use. Record connector key, operation, material request parameters, retrieval date, record IDs, and limitations.
patent_briefinghttps://open.patsnap.com/marketplace/mcp-servers/patent-briefingadvanced_patent_searchhttps://open.patsnap.com/marketplace/mcp-servers/patent-searchdeep_patent_mininghttps://open.patsnap.com/marketplace/mcp-servers/patent-miningglobal_core_patent_databasehttps://open.patsnap.com/marketplace/mcp-servers/core-patentsNo verified global PatSnap MCP in this package supplies complete company profiles, procurement, recruitment, financing, M&A, or news intelligence. For those signals:
Do not claim that a generic corporate/news connector ran. Do not substitute an unverified regional database or fabricate a source link.
Use these states throughout:
| State | Meaning |
|---|---|
Observed | Directly supported by a cited, dated source |
Corroborated | Supported by at least two independent appropriate sources |
Inferred | Reasoned interpretation from observed facts |
Unknown | Required evidence is absent or inaccessible |
Contradicted | Credible sources materially disagree |
Requires diligence | A legal, commercial, technical, or ownership check is needed |
Never convert Unknown to zero or “no signal.”
For every input:
Create a versioned technical profile:
Do not describe claim breadth from independent-claim count alone. Claim scope requires claim construction and jurisdiction-specific legal review.
Use transparent indicators rather than a single “patent value” assertion:
| Dimension | Appropriate evidence and limitation |
|---|---|
| Technical coverage | Supported problem/solution/application breadth, not IPC count alone |
| Claim relevance | Claim-feature relationship to intended field, not a scope opinion |
| Family footprint | Declared family/jurisdiction measure and cutoff |
| Status | Dated database signal requiring official verification |
| Citation | Dated, age- and practice-sensitive attention proxy |
| Complementarity | Relationship among package assets and uncovered gaps |
| Evidence quality | Availability and clarity of claims/descriptions/translations |
Output a patent-package evidence card for every asset and a package-level synthesis.
Before recommending outreach or a transaction path, identify whether evidence exists for:
Mark every unresolved item Requires diligence. Do not infer clear title from a
single database owner field.
Build a broad candidate universe from:
Resolve parents, subsidiaries, acquired entities, former names, transliterations, and ambiguous names. Preserve the legal entity actually supported by the evidence.
These source signals are ambiguous:
Report the observed event, source, date, entity, relationship to the asset, alternative interpretations, and confidence. Do not assign urgency from the event alone.
Use a user-approved rubric. If no weights are provided, propose and disclose a neutral starting point; do not hard-code the source’s 40/40/20 split.
Recommended dimensions:
| Dimension | Example subfactors |
|---|---|
| Technical fit | Problem, route, product, field-of-use, complementary capability |
| Evidence of need | Dated product/R&D/procurement/hiring/event signals with ambiguity |
| Strategic fit | Portfolio gap, roadmap compatibility, ecosystem relationship |
| Transaction feasibility | Entity, geography, transaction history, resource indicators |
| Rights fit | Jurisdiction, term/status, field, ownership, encumbrance constraints |
| Engagement feasibility | Existing relationship, authorized channel, conflict constraints |
| Evidence quality | Coverage, freshness, independence, and unresolved contradictions |
For every factor define scale, direction, evidence requirement, missing-data treatment, and disqualifying conditions. Normalize only comparable measures.
For each prioritized organization include:
For each candidate, propose options rather than directives.
Consider:
Explain fit, dependencies, rights/diligence gates, and alternatives. Do not recommend enforcement threats or imply infringement as a negotiation tactic.
Record:
Do not generate or send outreach without explicit user authorization. Do not identify personal contact information unless necessary, lawful, authorized, and sourced.
Use exact dates and calibrated language. Replace “urgent,” “this week,” or “high” with a dated monitoring or action window supported by evidence. A prosecution rejection, lawsuit, financing announcement, or recruitment post is not automatically a negotiation window.
Produce one fully populated self-contained .html file. Template tokens below are
implementation guidance; no {{...}} token may remain in the delivered report.
Arial, Helvetica, sans-serif) and no remote font.https links from verified hosts.rel="noopener noreferrer" for links opened in a new tab.<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>[Patent Package] — Transfer Opportunity Brief</title>
<style>
:root {
--page: #f4f6f8; --surface: #fff; --ink: #17212b;
--muted: #52606d; --rule: #d5dce3; --navy: #17365d;
--teal: #087f8c; --amber: #9a6700; --risk: #b42318;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--page); color: var(--ink);
font: 14px/1.55 Arial, Helvetica, sans-serif; }
main { max-width: 1080px; margin: 0 auto; padding: 32px; background: var(--surface); }
header { border-bottom: 3px solid var(--navy); padding-bottom: 20px; }
h1 { margin: 0 0 8px; font-size: 30px; line-height: 1.2; }
h2 { margin-top: 32px; font-size: 21px; color: var(--navy); }
h3 { font-size: 16px; }
.meta, .scope { display: grid; grid-template-columns: repeat(3,minmax(0,1fr));
gap: 10px; color: var(--muted); }
.kpis { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.kpi, .record { border: 1px solid var(--rule); padding: 14px; }
.kpi strong { display: block; color: var(--navy); font-size: 24px; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid var(--rule); padding: 9px; text-align: left;
vertical-align: top; }
th { background: #eef2f6; color: var(--navy); }
.scroll { overflow-x: auto; }
.state { font-weight: 700; }
.observed { color: var(--teal); }
.inferred, .unknown { color: var(--amber); }
.diligence { color: var(--risk); }
.notice { border-left: 4px solid var(--amber); padding: 10px 14px;
background: #fff8e6; }
a { color: #145ea8; overflow-wrap: anywhere; }
footer { margin-top: 36px; border-top: 1px solid var(--rule); padding-top: 14px;
color: var(--muted); }
@media (max-width: 760px) { main { padding: 18px; }
.meta, .scope, .kpis { grid-template-columns: 1fr; } }
@media print { body { background: #fff; } main { max-width: none; padding: 0; }
a { color: inherit; text-decoration: none; } }
</style>
</head>
<body><main>
<header>
<h1>[Populated title]</h1>
<p>[Bounded decision purpose]</p>
<div class="meta"><span>As of: [ISO date]</span><span>Owner: [verified]</span>
<span>Confidentiality: [marking]</span></div>
</header>
<section aria-labelledby="summary"><h2 id="summary">Executive decision summary</h2>
<div class="notice">Research screening only; complete required diligence before outreach or transaction.</div>
[Populated findings and gates]
</section>
<section aria-labelledby="assets"><h2 id="assets">Patent package evidence</h2>
<div class="kpis">[Supported package indicators]</div>[Populated asset evidence cards]
</section>
<section aria-labelledby="events"><h2 id="events">Observed events</h2>
<div class="scroll"><table><thead><tr><th>Date</th><th>Entity</th><th>Observed fact</th>
<th>Interpretation</th><th>State</th><th>Source</th></tr></thead><tbody>
[Verified rows]</tbody></table></div>
</section>
<section aria-labelledby="candidates"><h2 id="candidates">Candidate counterparties</h2>
[Populated profiles with role, evidence, score, sensitivity, uncertainty, diligence]
</section>
<section aria-labelledby="actions"><h2 id="actions">Action hypotheses</h2>
[Populated options, internal owner, approval gate, timing basis, and fallback]
</section>
<section aria-labelledby="progress"><h2 id="progress">Authorized progress record</h2>
[User-supplied progress or explicit unavailable state]
</section>
<section aria-labelledby="method"><h2 id="method">Method and sensitivity</h2>
[Rubric, weights, missing-data policy, alternative-weight results]
</section>
<section aria-labelledby="sources"><h2 id="sources">Evidence register</h2>
[Identifiers, titles, dates, URLs, access dates, evidence states]
</section>
<footer>[Limitations, diligence boundary, report version, and cutoff]</footer>
</main></body></html>
Stop or narrow the work when:
Return the completed evidence, the missing requirement, the reason it matters, and the specific next diligence step. Do not fill the gap with a plausible candidate profile.
Live, evidence-backed output requires authorized access to the relevant global PatSnap MCP connectors. Corporate, procurement, recruitment, financing, and news signals also require authorized user material or current credible public-source research. If these are unavailable, deliver only a clearly labeled analysis plan, candidate-discovery method, rubric, and unpopulated report schema—not a purported transaction brief.