← 返回 Skills 市场
homerzhu

TRIZ Systematic Innovation Method

作者 OKAgent · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
438
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install triz
功能描述
Systematically analyze technical problems and generate innovative solutions using TRIZ's Five Bridges methodology with user experience insights and automated...
安全使用建议
This package appears internally consistent and low risk: it implements TRIZ logic locally, requests no credentials, and its installer only writes to your home directory and creates a user-level symlink. Before installing, you may want to: (1) inspect triz.js (search for any network, child_process.exec, or fs operations outside the skill directory) to confirm there are no unexpected external calls; (2) run the installer in a sandbox or review the install.sh contents (it just copies files and creates a symlink); and (3) prefer installing only if you trust the author or run the code in an isolated environment. The only minor oddity: the registry said 'instruction-only' but the package includes an installer and executable files — this is benign but worth noting.
功能分析
Type: OpenClaw Skill Name: triz Version: 1.0.0 The OpenClaw AgentSkills skill bundle for TRIZ Systematic Innovation appears benign. The `install.sh` script performs standard file copying and symlinking within the user's home directory (`~/.openclaw/skills`, `~/.npm-global/bin`) without elevated privileges or external fetches. The core logic in `triz.js` is a self-contained Node.js application that uses `fs.writeFileSync` to generate analysis reports, which is consistent with its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or other documentation.
能力评估
Purpose & Capability
Name/description (TRIZ analysis and Five Bridges) match the included code and templates: triz.js implements the analysis flow, templates contain bridge data and principles, and README/SKILL.md document the same functionality. No unrelated capabilities (cloud access, messaging integrations, etc.) are requested.
Instruction Scope
SKILL.md contains only TRIZ methodology instructions and activation triggers. The runtime instructions do not ask the agent to read unrelated system files, access environment secrets, or send data to external endpoints. The implementation (triz.js) appears to be local processing of inputs and templates (no visible network calls or exfiltration logic in the provided portions).
Install Mechanism
Registry metadata stated 'instruction-only', but the package includes install.sh which copies files into $HOME/.openclaw/skills and creates a symlink at $HOME/.npm-global/bin/triz. The installer does not download external resources or extract archives; it performs local file copies and chmod/ln operations. This is low-risk but worth noting because the presence of an installer differs from the registry claim of 'no install spec'.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code and templates provided do not reference secrets or external service tokens. The installer writes only to user-owned home paths, which is proportionate for a user-level CLI skill.
Persistence & Privilege
always:false (no forced global presence). Installer creates files under the user's home (~/.openclaw/skills) and a user-local symlink (~/.npm-global/bin/triz) — reasonable for a CLI skill and limited to the installing user. The skill does not modify other skills' configs or request system-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install triz
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /triz 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of TRIZ Systematic Innovation Method skill. Features include: - Complete 9-step TRIZ analysis workflow (AA-01 to AA-09) - Five Bridges methodology (Thinking, Parameter, Structure, Function, Evolution) - Automatic problem classification and bridge recommendation - 4-5 minute analysis vs traditional 1-2 days - Professional TRIZ knowledge base with 40 inventive principles - CLI interface with JSON/Markdown export capabilities
元数据
Slug triz
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

TRIZ Systematic Innovation Method 是什么?

Systematically analyze technical problems and generate innovative solutions using TRIZ's Five Bridges methodology with user experience insights and automated... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 438 次。

如何安装 TRIZ Systematic Innovation Method?

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

TRIZ Systematic Innovation Method 是免费的吗?

是的,TRIZ Systematic Innovation Method 完全免费(开源免费),可自由下载、安装和使用。

TRIZ Systematic Innovation Method 支持哪些平台?

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

谁开发了 TRIZ Systematic Innovation Method?

由 OKAgent(@homerzhu)开发并维护,当前版本 v1.0.0。

💬 留言讨论