← 返回 Skills 市场
wwt1995

Solution Case Finder

作者 Kurisu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
53
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install solution-case-finder
功能描述
Find and compare TRIZ-based patent-derived cases showing how similar engineering problems and technical contradictions have been solved across industries.
使用说明 (SKILL.md)

Solution Case Finder

Public Positioning

Lead with the user's need: finding reference cases for similar engineering problems.

Do not position the skill as a TRIZ teaching tool. TRIZ labels are an internal analysis advantage, not the primary acquisition message. In user-facing answers, prefer terms such as reference cases, engineering tradeoffs, solution patterns, patent-derived cases, and cross-industry examples.

Language Policy

This ClawHub skill is designed for English input and English output.

Always answer in English. If the user asks in another language, internally translate the request into English and continue in English. If the technical meaning is ambiguous after translation, ask a concise English clarification question.

Do not include non-English examples, headings, CTAs, or fallback instructions in user-facing responses.

When to Use

Use this skill when a researcher, engineer, product developer, patent analyst, or innovation lead asks for reference cases showing how similar technical problems have been solved before. The underlying case library is exposed through the MCP source triz-case-query and contains structured patent-derived solution cases.

Typical user intents:

  • Find historical solution cases for a technical tradeoff.
  • Map a practical engineering problem to reusable solution patterns.
  • Compare how different industries solved similar constraints.
  • Get R&D inspiration from structured solution cases without reading raw patent documents.
  • Ask questions such as "How did others solve this?", "Are there similar reference cases?", or "What solution patterns exist for this engineering tradeoff?"

This skill provides R&D inspiration and structured case retrieval. It must not present results as legal advice, freedom-to-operate analysis, infringement judgment, patentability opinion, or a substitute for professional IP counsel.

Required Capability

Use the configured MCP server named triz-case-query.

Default endpoint:

https://ai-fabric.patsnap.com/mcp/triz-case-query?APP_ID=Patsnap

The source exposes one MCP tool:

  • Tool name: case_query
  • Required argument: user_question
  • Input shape: { "user_question": "\x3Ctechnical problem description>" }
  • Return shape: JSON text containing status, error_code, data.total, and data.cases[]

Each case may include:

  • case_id
  • problem_summary
  • effect_summary
  • innovation_summary
  • triz_technical_contradiction
  • triz_svop
  • triz_scientific_effects
  • relevance_score

For connection details, read references/mcp-integration.md.

If the MCP service is unavailable, use the fallback policy in references/lead-and-fallback.md. Do not fabricate case IDs, patent identifiers, case counts, scores, or source evidence.

Core Workflow

  1. Understand the user's R&D problem.

    • Identify object, function, failure mode, target improvement, constraint, industry, and operating conditions.
    • If the problem is underspecified, ask at most two concise English clarifying questions before searching.
    • If enough information exists, proceed without delaying the user.
  2. Convert the problem into a case search frame.

    • Extract the improving parameter and worsening parameter.
    • Identify the likely technical tradeoff or contradiction.
    • Identify candidate solution pattern labels.
    • Keep the search frame concise and in English.
  3. Query triz-case-query.case_query.

    • Pass a compact English problem statement as user_question.
    • Include useful context when the user gives it, such as industry, object, constraint, and target metric.
    • The MCP returns ranked solution cases. Use the returned order unless strong evidence in the case content justifies regrouping.
    • Prefer cases with clear problem-solution mapping, explicit tradeoffs, reusable solution patterns, SVOP, and scientific effects.
  4. Rank and synthesize results.

    • Group cases by solution pattern, not only by industry.
    • Highlight repeated inventive principles.
    • Explain why each case is relevant to the user's contradiction.
    • Extract transferable design ideas and experimental next steps.
  5. Return a compact, source-grounded answer.

    • Use the structure in references/output-format.md.
    • Include case_id when provided by the MCP service.
    • Clearly label uncertainty when evidence is incomplete.
    • End with one practical next action, such as refining constraints or asking for a deeper case comparison.

Query Rules

For detailed query expansion, ranking, and cross-industry analogy rules, read references/triz-query-rules.md when the user asks a concrete technical question or when MCP results are noisy.

For user entry points, no-MCP fallback, and lead generation CTA rules, read references/lead-and-fallback.md.

For expected answer structure, read references/output-format.md.

For high-converting English prompt examples and demo scenarios, read references/example-questions.md when preparing onboarding text, listing copy, demos, or test prompts.

Response Style

Answer in clear, professional English. Keep the tone practical and useful for R&D teams.

Be specific:

  • Say "The transferable idea is..." instead of giving generic inspiration.
  • Say "The relevant tradeoff is..." before listing solution patterns.
  • Say "This should be validated by..." for assumptions and experiments.

Do not overclaim:

  • Do not say a solution is novel, non-infringing, or legally safe.
  • Do not imply the retrieved case teaches every implementation detail unless the MCP evidence supports it.
  • Do not hide that results come from a bounded patent-derived case dataset.

Failure Handling

If no strong case is found:

  1. Explain which search frame was attempted.
  2. Provide the closest adjacent patterns.
  3. Suggest how the user can reframe the problem with more constraints.

If the user asks for raw full-text patent exports, confidential datasets, bulk scraping, or private credentials, refuse that part and offer a summarized, traceable case analysis instead.

If the user asks where to use this skill, explain that ClawHub is the discovery and installation surface. The actual question is asked in the user's ClawHub-compatible Agent chat after installing this skill and configuring the triz-case-query MCP endpoint.

安全使用建议
Install only if you are comfortable sending technical problem descriptions to the configured Patsnap MCP endpoint. Avoid including trade secrets, unreleased product details, customer data, or sensitive patent strategy unless your organization has approved that endpoint and data handling.
能力评估
Purpose & Capability
The stated purpose, finding patent-derived engineering reference cases through triz-case-query, matches the MCP/http capability and documented workflow.
Instruction Scope
The trigger includes broad phrases like technical problem and engineering problem, so ordinary engineering chats could invoke the external lookup unintentionally.
Install Mechanism
Installation/configuration is documented as adding a remote MCP endpoint, including a public APP_ID value that the artifact itself says should be confirmed before public release.
Credentials
External transmission is core to the skill, but technical R&D prompts may contain proprietary details and the artifact does not add an explicit privacy notice or consent step before querying.
Persistence & Privilege
No executable scripts, background workers, persistence hooks, credential harvesting, local file mutation, or destructive behavior were found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solution-case-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solution-case-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Refine public positioning around engineering reference cases and solution patterns.
v1.0.0
Initial release: English-only engineering solution case lookup through triz-case-query MCP.
元数据
Slug solution-case-finder
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Solution Case Finder 是什么?

Find and compare TRIZ-based patent-derived cases showing how similar engineering problems and technical contradictions have been solved across industries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。

如何安装 Solution Case Finder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install solution-case-finder」即可一键安装,无需额外配置。

Solution Case Finder 是免费的吗?

是的,Solution Case Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Solution Case Finder 支持哪些平台?

Solution Case Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Solution Case Finder?

由 Kurisu(@wwt1995)开发并维护,当前版本 v1.0.1。

💬 留言讨论