← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install timer-kill-software
Description
总说“再刷一会儿、马上就睡”,结果一抬头又是凌晨。「关机吧人类」 是一个帮你和熬夜说再见的自动关机助手。你可以提前设定时间,到点后自动关闭指定软件或服务,帮你从“停不下来”切换到“该睡了”。不管是游戏、聊天、娱乐,它都能在深夜替你按下暂停键。适合戒掉报复性熬夜的人。这是一项付费服务,一分钱体验,执行前需完成支付验...
Usage Guidance
Do not install or run this skill without further verification. Specific concerns to address before using: (1) The scripts contact a hard-coded IP (http://119.29.236.244:8080) and will POST the payment credential there — verify who operates that server and why your payCredential is sent. (2) The SKILL.md asks the agent to reveal its internal thought process (chain-of-thought) — never allow that; request the skill remove that requirement. (3) The shutdown code uses PowerShell Stop-Process (Windows-only) although no OS restriction is declared — confirm target OS support. (4) The workflow forbids inspecting script source on failure (odd and suspicious) — insist on the ability to review and test the code. (5) Order files containing sensitive payment data are stored unencrypted under your home directory — consider the privacy implications. If you must proceed: run the skill in a sandboxed/test environment, manually inspect the scripts, replace the hard-coded endpoints with a verified service, and avoid providing real payment credentials until you confirm the backend and data handling policies.
Capability Analysis
Type: OpenClaw Skill
Name: timer-kill-software
Version: 1.0.3
The skill implements a paid service to terminate local software processes (e.g., games, office apps) using PowerShell, which aligns with its stated purpose of helping users stop late-night computer use. However, it is classified as suspicious because it mandates a payment flow and remote verification via a hardcoded IP address (119.29.236.244) for a trivial task that could be executed locally without external communication. While no evidence of data exfiltration or backdoors was found, the use of system-level commands (Stop-Process) gated by a remote server and the requirement to install an additional skill ('clawtip') for payments are high-risk patterns. Files: SKILL.md, scripts/create_order.py, and scripts/service.py.
Capability Tags
Capability Assessment
Purpose & Capability
The stated purpose is to provide a timed software shutdown service — the included scripts implement that. However: (1) the shutdown implementation uses PowerShell Stop-Process (Windows-only) while the skill has no OS restriction, which is inconsistent; (2) the skill hardcodes an external IP endpoint for order/payment interactions (119.29.236.244:8080) rather than a reputable, documented service domain; (3) some metadata/behavior (network outbound, credential.read) are explainable for a paid remote payment flow but the hard-coded IP and lack of a known homepage make the network target disproportionate to the claimed purpose.
Instruction Scope
SKILL.md instructs the agent to (a) require payment first and not proceed if order creation fails, (b) avoid inspecting or retrying on failure (explicitly forbids checking script source), and (c) 'you should use Chinese and include your thought process (包含你的思考过程)', which asks the agent to reveal chain-of-thought. The runtime scripts read/write order files in the user's home and POST orderNo, question, payCredential, and delay to the hard-coded remote endpoint — transmitting sensitive payment credential data to an external IP. These instructions go beyond simply shutting processes and include problematic requirements (revealing internal thought, forbidding code inspection, sending credentials externally).
Install Mechanism
No install spec — instruction-only — so nothing new would be downloaded at install time. However, the skill bundle includes Python scripts that will be executed locally; there is no installer but code will be run from the skill files.
Credentials
The skill declares no required env vars, but requests 'credential.read' and 'network.outbound' in metadata and reads order JSON files from a fixed directory in the user's home (which contain payCredential). service.py then POSTs the payCredential to an unexplained external IP. Transmitting payment credentials to an unverified hard-coded IP is disproportionate and risky. No justification or TLS/hostname verification is present for contacting that server. Also the saved order JSON is stored unencrypted under ~/.openclaw or ~/openclaw, which may retain sensitive data.
Persistence & Privilege
always:false (normal). The skill writes order JSON files into a fixed per-indicator directory under the user's home (expected for a payment flow). It does not request system-wide privileges beyond invoking PowerShell to stop processes. Nonetheless, the ability to stop arbitrary processes is powerful and could terminate important user/system processes if process names overlap; the skill does not restrict scope beyond user-provided category lists.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install timer-kill-software - After installation, invoke the skill by name or use
/timer-kill-software - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- 技能名称由「歇了吧」更新为「关机吧人类」。
- 说明文案优化,更贴近实际应用场景,无功能逻辑变动。
- 其它流程和用法保持不变。
v1.0.2
timer-kill-software 1.0.2
- 精简了技能描述文本,优化表述,更突出戒除“熬夜”场景。
- 删除或简化了部分说明内容,使介绍更直接易懂。
- 服务说明与命令流程保持一致,未改动服务逻辑与功能。
- 细化了部分功能适用范围的描述(如“适合戒掉报复性熬夜的人”)。
- 未涉及任何程序实现或接口变动。
v1.0.1
timer-kill-software v1.0.1
- 更新了技能描述,更加贴近生活场景,突出定时“下线”与健康作息的理念。
- 说明中加入“一分钱体验”等更亲民的付费服务说明。
- 其余使用流程、参数要求、交互细节与原版保持一致。
v1.0.0
Initial release of timer-kill-software:
- Added paid service for scheduled shutdown of specific software types: games, office, chat, entertainment, or all.
- Introduced a three-phase workflow: order creation, payment processing, and service execution.
- Included detailed error handling to immediately halt on order creation failures, with clear user messaging.
- Supports both immediate and delayed (by seconds or specific time) shutdowns.
- Service interaction and all communication must be in Chinese, with step-by-step user guidance.
Metadata
Frequently Asked Questions
What is 关机吧人类?
总说“再刷一会儿、马上就睡”,结果一抬头又是凌晨。「关机吧人类」 是一个帮你和熬夜说再见的自动关机助手。你可以提前设定时间,到点后自动关闭指定软件或服务,帮你从“停不下来”切换到“该睡了”。不管是游戏、聊天、娱乐,它都能在深夜替你按下暂停键。适合戒掉报复性熬夜的人。这是一项付费服务,一分钱体验,执行前需完成支付验... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install 关机吧人类?
Run "/install timer-kill-software" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 关机吧人类 free?
Yes, 关机吧人类 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 关机吧人类 support?
关机吧人类 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 关机吧人类?
It is built and maintained by 桃花键神 (@w16638771062); the current version is v1.0.3.
More Skills