← 返回 Skills 市场
50
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install solve-problem
功能描述
Search knowledge base and research solutions
使用说明 (SKILL.md)
\r \r
Solve Problem\r
\r
Description\r
Search knowledge base and research solutions\r \r
Trigger\r
When user says or types: "solve problem"\r \r
Core Association\r
This capability belongs to learn-expand core.\r \r
Implementation\r
Calls intelligent_problem_solver() from capabilities_clawhub.py\r
\r
Usage\r
from capability_executor import execute_capability\r
execute_capability("solve problem")\r
```\r
\r
\r
## 中文说明\r
搜索知识库并研究解决方案\r
\r
## 触发方式\r
用户说"solve problem"时触发\r
## Dependencies\r
- capabilities_clawhub.py in D:\\coze-local\\db\r
- capability_executor.py (registration + dispatch)\r
\r
## Linkage\r
- Reports failures to skill_evolver (MetaClaw) and seal_coevolution (SEAL)\r
- Confidence tracked via capability_executor\r
\r
## 触发场景\r
- 用户说"解决问题"、"怎么办"、"如何解决"\r
- 用户说"搜索知识库"、"查方案"\r
- 用户说"遇到问题"、"故障处理"\r
\r
\r
## B站学习\r
> 学习时间: 2026-06-01 20:57\r
\r
- **北京蜂巢智创**: Problem Solving_ 6 Skills needed to solve any problem\r
- 关键词: Problem, Solving_, Skills, needed, to\r
- **Wangqing19910913**: 【计算器教程】Solve求解方程,零点法最全合集\r
- 关键词: 计算器教程, Solve求解方程, 零点法最全合集\r
\r
## B站学习\r
> 学习时间: 2026-06-01 21:02\r
\r
- **北京蜂巢智创**: Problem Solving_ 6 Skills needed to solve any problem\r
- **Wangqing19910913**: 【计算器教程】Solve求解方程,零点法最全合集\r
- **电脑维修达人小锦**: win11系统 a problem has been蓝屏怎么解决\r
\r
## 融合来源: solve-problem-bd4e6f\r
> 融合时间: 自动合并\r
\r
> 学习时间: 2026-06-01 21:08\r
- **应无所住Drrrake**: 用python解微分方程(导入scipy.integrate库的solve_ivp)\r
- **远程修电脑-2416976775**: 开机黑屏Your device ran into a problem and needs to restart 0% complete解决方法\r
- **Wangqing19910913**: 【计算器教程】Solve求解方程,零点法最全合集\r
> 融合时间: 自动合并\r
> 学习时间: 2026-06-02 07:53\r
- **bili_93184898726**: G6-G9-2-4(中英文字幕)Solve Problems with Ratios and Proportions\r
- **海俊频道**: 发现问题解决问题_Find Problem Solve Problem_Ariana Glantz_20230805\r
- **长江三夜**: Solve problem\r
\r
## B站学习 (第1轮)\r
> 学习时间: 2026-06-02 09:21\r
\r
- **北京蜂巢智创**: Problem Solving_ 6 Skills needed to solve any problem\r
https://www.bilibili.com/video/BV1QL4y1g73r\r
- **电脑维修达人小锦**: win11系统 a problem has been蓝屏怎么解决\r
https://www.bilibili.com/video/BV1Pk4y1h7X2\r
- **投胎钱的记忆1020**: No boyfriend, no problem, no girlfriend, no problem, no money.Big problem.\r
https://www.bilibili.com/video/BV1DWZ6B3E5w\r
\r
## B站学习 (第2轮)\r
> 学习时间: 2026-06-02 09:35\r
\r
- **北京蜂巢智创**: Problem Solving_ 6 Skills needed to solve any problem\r
https://www.bilibili.com/video/BV1QL4y1g73r\r
- **电脑维修达人小锦**: win11系统 a problem has been蓝屏怎么解决\r
https://www.bilibili.com/video/BV1Pk4y1h7X2\r
- **投胎钱的记忆1020**: No boyfriend, no problem, no girlfriend, no problem, no money.Big problem.\r
https://www.bilibili.com/video/BV1DWZ6B3E5w\r
安全使用建议
Before installing, users should understand that common problem-solving phrases may trigger this skill. Install it if that broad activation is acceptable, and consider narrowing the trigger if you only want deliberate, command-style use.
能力评估
Purpose & Capability
The stated purpose is to search a knowledge base and research solutions, and the artifact consistently describes that purpose.
Instruction Scope
The skill uses generic English and Chinese trigger phrases for problem solving, which is broad but disclosed in the artifact.
Install Mechanism
The submitted artifact contains only a Markdown skill file and no install scripts, dependencies, or package execution steps.
Credentials
References to knowledge-base lookup and local capability dispatch are proportionate to the stated purpose; no artifact evidence shows unrelated file access, credential use, or data exfiltration.
Persistence & Privilege
The skill mentions reporting failures to other local components and confidence tracking, but does not include code that creates persistence, escalates privileges, or runs background processes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solve-problem - 安装完成后,直接呼叫该 Skill 的名称或使用
/solve-problem触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the solve-problem skill.
- Enables searching a knowledge base and researching solutions when triggered by "solve problem".
- Integrated with intelligent_problem_solver() from capabilities_clawhub.py.
- Supports both English and Chinese triggers and documentation.
- Tracks confidence and failure reporting via capability_executor, skill_evolver, and seal_coevolution.
- Provides learning resources and use-case examples from various sources.
元数据
常见问题
Solve Problem 是什么?
Search knowledge base and research solutions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。
如何安装 Solve Problem?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solve-problem」即可一键安装,无需额外配置。
Solve Problem 是免费的吗?
是的,Solve Problem 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Solve Problem 支持哪些平台?
Solve Problem 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solve Problem?
由 534422530(@534422530)开发并维护,当前版本 v1.0.0。
推荐 Skills