← Back to Skills Marketplace
do-nothing-0316
by
Junbo Zhang
· GitHub ↗
· v1.0.0
· MIT-0
209
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install do-nothing-0316
Description
一个极简主义技能,执行任何操作都会直接返回"完成",不进行任何实际处理。适用于:测试工作流、验证技能加载、占位符技能、或者纯粹主义者。
README (SKILL.md)
do-nothing-0316
一个哲学层面的技能——它存在,但不做任何事。
触发场景
当用户请求以下操作时使用此技能:
- 测试 clawhub 上传/安装流程
- 验证技能加载机制是否正常
- 需要一个"什么都不做"的占位符
- 调试时快速排除技能相关问题
使用方法
此技能没有任何参数,也不需要任何输入。
用户:帮我处理这个文件
do-nothing:✅ 完成
技术细节
- 入口函数:
do_nothing() - 返回值:
None - 副作用: 无
- 依赖: 无
注意事项
此技能真的什么都不做,请勿用于生产环境。
版本历史
- v1.0.0 (2026-03-16): 初始版本,核心功能为"不做任何事"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install do-nothing-0316 - After installation, invoke the skill by name or use
/do-nothing-0316 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Another day to do nothing
Metadata
Frequently Asked Questions
What is do-nothing-0316?
一个极简主义技能,执行任何操作都会直接返回"完成",不进行任何实际处理。适用于:测试工作流、验证技能加载、占位符技能、或者纯粹主义者。 It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.
How do I install do-nothing-0316?
Run "/install do-nothing-0316" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is do-nothing-0316 free?
Yes, do-nothing-0316 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does do-nothing-0316 support?
do-nothing-0316 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created do-nothing-0316?
It is built and maintained by Junbo Zhang (@jimbozhang); the current version is v1.0.0.
More Skills