← 返回 Skills 市场
284
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install socrates
功能描述
Use when an agent is about to plan, choose an approach, do non-trivial coding, refactor, decompose work, or delegate and the quality of execution depends on...
安全使用建议
This skill is instruction-only and internally consistent with its stated purpose: it only runs a short Socratic pass and uses bundled reference docs. It does not request credentials, install software, or contact external endpoints. If you enable it, be aware it may be invoked implicitly by agents (policy.allow_implicit_invocation is true) and that delegation sections assume child agents can be spawned — review your agent's delegation policies and any downstream sub-agents before allowing automated handoffs or exposing sensitive data during delegation.
功能分析
Type: OpenClaw Skill
Name: socrates
Version: 0.1.1
The 'socrates' skill is a reasoning framework designed to improve the quality of an AI agent's output by enforcing a structured 'think-before-acting' protocol. The bundle consists entirely of Markdown instructions (SKILL.md, protocol.md, examples.md) and configuration files (agents/openai.yaml) that guide the agent to identify risks, assumptions, and goals before executing tasks. There is no executable code, no data exfiltration logic, and no evidence of malicious prompt injection intended to subvert the agent's safety or the user's intent.
能力评估
Purpose & Capability
The name and description (a Socratic pre-flight for planning, coding, refactors, and delegation) align with the provided SKILL.md and reference documents. No unrelated binaries, env vars, or cloud creds are requested.
Instruction Scope
Runtime instructions are limited to running a concise Q&A pass, producing an Action Plan, and optionally a Delegation Contract. The skill references only its bundled reference files (references/protocol.md and references/examples.md). It does not instruct reading arbitrary host files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no code files; this is an instruction-only skill so nothing is written to disk or downloaded during installation.
Credentials
The skill requires no environment variables, credentials, or config paths. All required content is included in the package, so no external secrets or services are needed.
Persistence & Privilege
always:false (default) and no system modifications are requested. The agent metadata allows implicit invocation (policy.allow_implicit_invocation: true) which is reasonable for a helper skill; this is not flagged as a problem by itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install socrates - 安装完成后,直接呼叫该 Skill 的名称或使用
/socrates触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Added LICENSE.txt and icon assets for clearer licensing and improved visual identification.
- Updated the skill description and documentation to clarify when and how to use the Socratic protocol, with a new quick trigger guide.
- Refined language to emphasize practical execution over philosophical discussion.
- No changes to the core protocol; documentation now stresses brevity and correct use cases.
v0.1.0
Initial release of the Socrates skill.
- Introduces a concise Socratic self-Q&A protocol to clarify goals, highlight unknowns, and reduce risk before action.
- Default flow includes one round of targeted questions; opens a second round only if unresolved ambiguity or risk remains.
- Supports task planning, architecture choice, non-trivial coding, refactors, decomposition, and work delegation to sub-agents.
- Includes clear rules for when to skip, compress, or run the full Socratic pass.
- Defines specific delegation handoff requirements and mini-Socratic pass for sub-agents.
- Provides strict guardrails to avoid unnecessary philosophy, verbosity, or redundant rounds.
元数据
常见问题
Socrates 是什么?
Use when an agent is about to plan, choose an approach, do non-trivial coding, refactor, decompose work, or delegate and the quality of execution depends on... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 Socrates?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install socrates」即可一键安装,无需额外配置。
Socrates 是免费的吗?
是的,Socrates 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Socrates 支持哪些平台?
Socrates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Socrates?
由 Hongyi3(@hongyi3)开发并维护,当前版本 v0.1.1。
推荐 Skills