← 返回 Skills 市场
jimbozhang

do-nothing-0316

作者 Junbo Zhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
209
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install do-nothing-0316
功能描述
一个极简主义技能,执行任何操作都会直接返回"完成",不进行任何实际处理。适用于:测试工作流、验证技能加载、占位符技能、或者纯粹主义者。
使用说明 (SKILL.md)

do-nothing-0316

一个哲学层面的技能——它存在,但不做任何事。

触发场景

当用户请求以下操作时使用此技能:

  • 测试 clawhub 上传/安装流程
  • 验证技能加载机制是否正常
  • 需要一个"什么都不做"的占位符
  • 调试时快速排除技能相关问题

使用方法

此技能没有任何参数,也不需要任何输入。

用户:帮我处理这个文件
do-nothing:✅ 完成

技术细节

  • 入口函数: do_nothing()
  • 返回值: None
  • 副作用: 无
  • 依赖: 无

注意事项

此技能真的什么都不做,请勿用于生产环境。

版本历史

  • v1.0.0 (2026-03-16): 初始版本,核心功能为"不做任何事"
安全使用建议
This skill is coherent with its description: it's a safe, minimal no-op placeholder. It doesn't require secrets or perform network or file access. You can install it for testing or as a placeholder; do not rely on it for production behavior because it intentionally performs no work. If you need a no-op that logs or enforces safety checks, consider implementing those features separately.
功能分析
Type: OpenClaw Skill Name: do-nothing-0316 Version: 1.0.0 The skill bundle is a minimalist placeholder designed for testing and debugging purposes, as stated in SKILL.md and do_nothing.py. The Python code contains only empty functions and classes that perform no operations, and the instructions for the AI agent are straightforward with no signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description state a no-op placeholder. Included files (SKILL.md and do_nothing.py) implement only no-op functions and a trivial CLI demo. There are no unrelated requirements.
Instruction Scope
SKILL.md describes only returning 'complete' / doing nothing, declares no parameters, and contains no instructions to read files, env vars, or network endpoints. The code likewise performs no I/O or external communication.
Install Mechanism
No install spec is present (instruction-only with a small Python module). Nothing is downloaded or written to disk beyond the provided file.
Credentials
No environment variables, credentials, or config paths are required. The skill does not access any hidden environment variables.
Persistence & Privilege
always is false and the skill does not modify agent configuration or request persistent privileges. It is user-invocable and can be called autonomously by the agent (normal default) but has no side effects.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install do-nothing-0316
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /do-nothing-0316 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Another day to do nothing
元数据
Slug do-nothing-0316
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

do-nothing-0316 是什么?

一个极简主义技能,执行任何操作都会直接返回"完成",不进行任何实际处理。适用于:测试工作流、验证技能加载、占位符技能、或者纯粹主义者。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。

如何安装 do-nothing-0316?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install do-nothing-0316」即可一键安装,无需额外配置。

do-nothing-0316 是免费的吗?

是的,do-nothing-0316 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

do-nothing-0316 支持哪些平台?

do-nothing-0316 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 do-nothing-0316?

由 Junbo Zhang(@jimbozhang)开发并维护,当前版本 v1.0.0。

💬 留言讨论