do-nothing-0316

一个极简主义技能,执行任何操作都会直接返回"完成",不进行任何实际处理。适用于:测试工作流、验证技能加载、占位符技能、或者纯粹主义者。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 22 · 0 current installs · 0 all-time installs
byJunbo Zhang@jimbozhang
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk9780w1bza4ykqgjf99n7pzg5x831ye6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

do-nothing-0316

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

触发场景

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

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

使用方法

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

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

技术细节

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

注意事项

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

版本历史

  • v1.0.0 (2026-03-16): 初始版本,核心功能为"不做任何事"

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…