← Back to Skills Marketplace
438
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install triz
Description
Systematically analyze technical problems and generate innovative solutions using TRIZ's Five Bridges methodology with user experience insights and automated...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install triz - After installation, invoke the skill by name or use
/triz - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is TRIZ Systematic Innovation Method?
Systematically analyze technical problems and generate innovative solutions using TRIZ's Five Bridges methodology with user experience insights and automated... It is an AI Agent Skill for Claude Code / OpenClaw, with 438 downloads so far.
How do I install TRIZ Systematic Innovation Method?
Run "/install triz" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TRIZ Systematic Innovation Method free?
Yes, TRIZ Systematic Innovation Method is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TRIZ Systematic Innovation Method support?
TRIZ Systematic Innovation Method is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TRIZ Systematic Innovation Method?
It is built and maintained by OKAgent (@homerzhu); the current version is v1.0.0.
More Skills