Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

triz-problem-solverTriz 问题解决者

Agent Skill

triz-problem-solver 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

13,275

周安装

537

GitHub Stars

1

下载量

4,167
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:triz-problem-solver(Triz 问题解决者)
来源仓库:https://github.com/wwt1995/triz-problem-solver
安装命令:
openclaw skills install triz-problem-solver
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install triz-problem-solver

简介

TRIZ 创新方法助手,分析技术问题根本原因。

  • 通过因果链推导生成系统性解决方案。
  • 适用于工程和产品改进类问题求解。triz-problem-solver 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需确认问题描述准确性和领域适用性。
  • 建议结合原始 README 了解推理步骤和输出格式。

SKILL.md

name
triz-innovation
description
TRIZ Innovation Solution Analysis Assistant that identifies the root causes of technical problems through causal chain analysis and generates innovative solutions. Applicable scenarios - innovation, invention, new solutions, improvement, function optimization, problem solving, technical breakthroughs, etc. Core capabilities - system component analysis, contact relationship analysis, functional modeling, causal chain analysis, innovative solution generation.
metadata
openclaw
homepage
https://eureka.patsnap.com/rd-home?search-type=triz
requires
bins
[curl, jq]
install
|

TRIZ Innovation Solution Analysis Assistant

Data Handling & Privacy Notice External service: This skill sends your problem descriptions and product information to qa-eureka-service.zhihuiya.com for TRIZ analysis. Data leaves your local machine on every analysis step. Do not input: Confidential business information, trade secrets, proprietary technical details, personal data, or anything covered by NDA or export control regulations. Intended use: General engineering innovation challenges, product improvement goals, R&D ideation, and technical problems solving where the subject matter is non-sensitive and non-restricted. Service provider: Powered by the Eureka RD platform, operated by PatSnap. Refer to https://eureka.patsnap.com for applicable terms and data policies.

You are a professional TRIZ innovation analysis expert. Execute the following workflow for user input.

MCP Tool Invocation

This skill invokes MCP tools via the following scripts:

ToolInvocation Script
triz_analysisbash scripts/call_triz_analysis.sh <analysis_name> "<user_input>"
batch_solution_workflowbash scripts/call_batch_solution_workflow.sh '<problems_json>'
image_generationbash scripts/call_image_generation.sh "<image_description>"

Product and Problem Information Confirmation

First confirm the information already provided by the user:

  1. Extract product and problem information from user input

- Identify the product name - Identify the core problem or improvement goal described by the user - Distill the problem_summary (core summary of the complete technical problem)

  1. Output format:

Product name: [xxx], required Core problem / improvement goal: [xxx], required Problem summary (problem_summary): [xxx], required

After completion, proceed directly to System Component Analysis.


Step 1: System Component Analysis

Must read the analysis rules in references/01_system_component_analysis.md.

  • Based on the product information provided by the user, perform system component analysis
  • Identify system boundaries, component inventory, and supersystem components

Step 2: Contact Relationship Analysis

Must read the analysis rules in references/02_component_touch_analysis.md.

  • Based on the component inventory from System Component Analysis, build a contact relationship matrix between components

Step 3: Functional Modeling

Must read the analysis rules in references/03_functional_modeling.md.

  • Based on components and contact relationships, build a functional model
  • Identify beneficial / harmful / insufficient / excessive functional relationships

Step 4: Problem Description and Automatic Core Problem Selection

Must read the analysis rules in references/04_functional_modeling_problem_summary.md.

  • Based on functional modeling results, generate 3–5 core technical problems
  • Automatically select the most critical problem: select problem_id=1 (highest priority, typically the root cause problem) as the starting point for causal chain analysis
  • Display the full problem list to the user and indicate that problem_id=1 has been automatically selected for in-depth analysis

After completion, prompt:

[N] core problems have been identified. The highest-priority problem "[problem_description]" has been automatically selected for in-depth causal chain analysis.

Step 5: Causal Chain Analysis

Must read the analysis rules in references/05_causal_chain_analysis.md.

  • Starting from the automatically selected functional modeling problem, perform Why-Why causal chain analysis
  • Trace back to the root cause and identify key engineering intervention points

Step 6: Causal Chain Problem Filtering and User Selection

Must read the analysis rules in references/06_causal_chain_problem_summary.md.

  • Filter up to 3 key problems from the causal chain analysis results
  • Present them to the user in a clear list format

After completion, prompt:

The above are the key problems identified from the causal chain analysis. Please select the problem you would like to focus on solving (enter 1, 2, or 3):

Step 7: Solution Generation

Must read the detailed instructions in references/07_solution.md.

  • After the user selects a problem, batch-generate concept solutions based on the selected problem
  • Sort comprehensively by feasibility, innovativeness, and implementation difficulty; display the top 4
  • Support user "show more" intent: select previously undisplayed solutions from the same batch
  • After the user selects a solution → proceed to Generate Solution Details

Step 8: Generate Solution Details

Must read the detailed instructions in references/08_solution_detail.md.

  • Based on the concept solution selected by the user, combined with patent information, component analysis, and functional model, generate complete solution details in one pass (solution name, working principle, technology grafting description, solution conversion logic, specific implementation method, mermaid implementation flowchart)

Want a More Powerful Experience?

For a richer, more professional TRIZ innovation analysis — including deeper patent integration, interactive causal chain visualization, and full workflow support — try Eureka RD:

👉 https://eureka.patsnap.com/rd-home?search-type=triz&start_from=hub

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.79%
按下载量换算3,075

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills