🧩 Problem Solver — 问题速解
v1.0.0当用户提出“解决问题、修复故障、调试排错、找方案、头脑风暴、帮我决定、利弊分析、根因定位”等需求时,一键调用 AI 推理能力,快速定位症结、给出可行对策与决策建议。
2· 535·2 当前·2 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
high confidenceThe skill's requests and runtime instructions are consistent with its stated purpose: it only creates and uses a local ~/.openclaw/problem-solver directory and requires read/write file access to do so, with no external network calls or credentials requested.
评估建议
This skill appears coherent: it will create and use ~/.openclaw/problem-solver to store settings, history, and saved solutions and claims no network activity. Before installing, consider: (1) Are you comfortable that the agent can write files under your home directory? (2) Confirm your platform enforces file-access sandboxing for the 'read' and 'write' tools — if those tools are not limited, the agent could potentially read other files even though the skill doesn't instruct it to. (3) You can re...详细分析 ▾
✓ 用途与能力
The name and description (a general problem-solving assistant) match the SKILL.md: it implements frameworks, asks questions, and stores problem history. The only permission it needs (read/write) is appropriate for saving settings, history, and bookmarks under ~/.openclaw/problem-solver.
ℹ 指令范围
Runtime instructions are limited to creating ~/.openclaw/problem-solver and reading/writing settings.json, history.json, and saved.json. The skill explicitly states 'All data stays local' and gives no steps to access other files or make network calls. Note: the assurance 'All data stays local' depends on the host platform enforcing the read/write tool sandbox; the skill's instructions themselves do not include any external requests.
✓ 安装机制
No install spec and no code files — instruction-only — so nothing is downloaded or written beyond the first-run data files. This is the lowest-risk install model.
✓ 凭证需求
The skill requests no environment variables or credentials. The only declared capability in the metadata is generic file read/write access, which is proportionate to the stated need to store local settings and history.
✓ 持久化与权限
The skill persists only under ~/.openclaw/problem-solver and does not request always:true or system-wide configuration changes. Autonomous invocation is allowed (disable-model-invocation:false) which is the platform default and not, by itself, a red flag.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/23
v1.0.0 — 20-feature AI problem solver with 10 frameworks
● 无害
安装命令
点击复制官方npx clawhub@latest install problem-solver-ai
镜像加速npx clawhub@latest install problem-solver-ai --registry https://cn.longxiaskill.com镜像同步中