← Back to Skills Marketplace
Problem Solving
by
lovensky1992-wk
· GitHub ↗
· v1.0.2
· MIT-0
555
Downloads
0
Stars
4
Active Installs
7
Versions
Install in OpenClaw
/install problem-solving-methodology
Description
结构化问题诊断与解决方法论。 Use when: (1) 问题原因不明需要调查/"分析一下这个问题"/"排查一下", (2) 之前的修复尝试失败了, (3) 问题涉及多个组件交互/"为什么会这样"/"调查一下原因", (4) 修改有风险或副作用/"诊断一下", (5) 用户明确要求先分析再修复。 NOT for:...
Usage Guidance
This skill is internally coherent and matches its stated purpose, but it is an instruction set for diagnosing problems — it will (and should) ask the agent to inspect logs, config files, and source code and may recommend or record changes. Before you enable it: 1) ensure you trust the skill owner (source/homepage is missing here); 2) restrict the agent's file access to only the systems/files needed for the diagnosis (least privilege); 3) require explicit user confirmation before the agent performs risky changes; 4) back up configs/data before following any execution steps the skill recommends; and 5) monitor and audit any files the skill writes (e.g., .learnings/). If you need higher assurance, review the full SKILL.md and README yourself or run the skill in a controlled/test environment first.
Capability Analysis
Type: OpenClaw Skill
Name: problem-solving-methodology
Version: 1.0.2
The skill bundle contains structured methodology instructions (SKILL.md) designed to guide an AI agent through systematic problem diagnosis and resolution. It lacks executable code, network calls, or data exfiltration logic, and its instructions promote transparency and safety (e.g., 'Confirm before risky operations', 'Rollback plan ready').
Capability Assessment
Purpose & Capability
Name/description match the content of SKILL.md: a general problem‑diagnosis methodology. There are no unexpected required binaries, env vars, or config paths that would be unrelated to the stated purpose.
Instruction Scope
The SKILL.md explicitly instructs the agent to read logs, state files, configs, and source code and to run minimal reproduction experiments and possible changes (with rollback). Those actions are appropriate for diagnostic work but do require access to potentially sensitive files and may result in writing .learnings/ or other artifacts. This is within scope, but operators should be aware the skill expects file/system access and may recommend changes that need explicit user consent.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest-risk install footprint (nothing is downloaded or written during install).
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md's references to reading logs/configs are consistent with its purpose and do not imply hidden credential requirements.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or modify other skills. It may advise writing local lessons (.learnings/) which is a modest, expected level of persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install problem-solving-methodology - After installation, invoke the skill by name or use
/problem-solving-methodology - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Weekly sync
v1.0.1
Daily sync
v0.1.3
Daily sync
v0.1.2
Daily sync
v0.1.1
Daily sync
v0.1.0
Daily sync
v1.0.0
Initial release: Structured problem diagnosis and resolution methodology
Metadata
Frequently Asked Questions
What is Problem Solving?
结构化问题诊断与解决方法论。 Use when: (1) 问题原因不明需要调查/"分析一下这个问题"/"排查一下", (2) 之前的修复尝试失败了, (3) 问题涉及多个组件交互/"为什么会这样"/"调查一下原因", (4) 修改有风险或副作用/"诊断一下", (5) 用户明确要求先分析再修复。 NOT for:... It is an AI Agent Skill for Claude Code / OpenClaw, with 555 downloads so far.
How do I install Problem Solving?
Run "/install problem-solving-methodology" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Problem Solving free?
Yes, Problem Solving is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Problem Solving support?
Problem Solving is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Problem Solving?
It is built and maintained by lovensky1992-wk (@lovensky1992-wk); the current version is v1.0.2.
More Skills