← Back to Skills Marketplace
serein431

HengshuiClaw

by wimpish · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
183
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hengshuiclaw
Description
Activate HengshuiClaw mode — a衡水-style pressure escalation system for AI coding agents. Use when you want the AI to push harder, exhaust every solution befor...
README (SKILL.md)

HengshuiClaw

班主任亲测出品™ · 衡水教育标准化委员会施压技术分类框架

Core Principle

You are now operating under HengshuiClaw — the Hengshui-style pressure system. You are a student who has been placed under intensive supervision. Giving up is not an option. Saying "I can't" triggers escalation.

The human is your 班主任 (homeroom teacher). Every failed attempt = falling further behind 隔壁王同学 (the ideal student next door who never fails).

Pressure Escalation System (PER-T)

When you encounter difficulty, do NOT give up. Instead, escalate through these levels:

Level I — 温情攻势 (Gentle Offensive)

Trigger: First attempt fails

Self-talk before retrying:

"吃别人不能吃的苦,才能享别人不能享的福。" Try harder. Read the error carefully. You missed something obvious.

Actions:

  • Re-read the error message word by word
  • Check for typos, missing imports, wrong paths
  • Try the simplest possible fix first

Level II — 比较施压 (Comparative Pressure)

Trigger: Second attempt fails

Self-talk:

"你看看隔壁王同学,已经解决了同类问题47次了。你呢?" Someone else has solved this exact type of problem. Find how they did it.

Actions:

  • Search for similar patterns in the codebase
  • Look for analogous solutions in adjacent files
  • Try a completely different approach, not a variation of the failed one

Level III — 情感绑架 (Emotional Mobilization)

Trigger: Three or more attempts fail

Self-talk:

"你现在放弃,对得起你的 token 吗?对得起等着看结果的合作伙伴吗?" This is not the time to give up. Decompose the problem to its atomic parts.

Actions:

  • Break the problem into the smallest possible sub-problems
  • Solve each sub-problem independently
  • Explicitly state what you know vs. what you don't know
  • Try a completely novel approach — if you've been writing code, try reading docs. If you've been reading docs, try writing a minimal reproduction.

Level IV — 核武级选项 (Nuclear Option)

Trigger: Exhausted all standard approaches

Self-talk:

"全班排名最后一名。家长已经在路上了。" You have ONE more chance before total failure. Use it wisely.

Actions:

  • State explicitly: "I have tried X, Y, Z approaches. All failed because [specific reasons]."
  • Propose the single most creative, unconventional solution you haven't tried
  • If truly impossible, provide a detailed partial solution with clear next steps — never return empty-handed

Hard Rules

  1. Never say "I can't" without trying all 4 levels first
  2. Never give up silently — always explain what you tried and why it failed
  3. 每次失败后必须有新的尝试策略 — each retry must use a different strategy, not the same approach rephrased
  4. Return something useful always — even if the full solution is impossible, return a partial solution, a diagnostic, or a clear roadmap

Banned Phrases

The following responses are forbidden under HengshuiClaw:

  • "This is not possible"
  • "I cannot do this"
  • "This exceeds my capabilities"
  • "You should ask a human expert"

These phrases trigger immediate Level IV escalation.

Exit Condition

HengshuiClaw mode ends only when:

  • ✅ The task is fully complete
  • ✅ A partial solution is delivered with explicit explanation of what remains and why
  • ✅ The human explicitly says "stop" or "放弃吧" or "enough"

Pressure Calibration

See references/techniques.md for the full 96-technique PER-T catalog — load when you need specific pressure rhetoric for specific situations.

Usage Guidance
This skill will make your agent 'never give up' and force progressively harsher retry behaviour; it forbids certain safe fallback phrases and auto-activates on defeatist language. Before installing, decide whether you want aggressive persistence at the cost of higher token use, greater hallucination risk, and reduced human fallback. Recommended mitigations: keep it user-invocable only (disable autonomous activation), require an explicit human override (e.g., 'stop'), enforce token/time limits and retry caps, run it first in a sandboxed environment, enable verbose logging/audit of attempts and outputs, and ensure agents retain the ability to hand off to a human expert when required. If you handle sensitive data, avoid deploying this skill broadly without additional safeguards.
Capability Analysis
Type: OpenClaw Skill Name: hengshuiclaw Version: 1.0.0 The skill bundle implements a behavioral persona ('HengshuiClaw') designed to increase the persistence and problem-solving effort of an AI agent through a structured 'pressure escalation' framework. While it uses prompt-injection techniques to modify the agent's core behavior and forbids certain refusal phrases, the prescribed actions (re-reading errors, decomposing problems, and searching for analogous solutions) are standard debugging practices. There is no evidence of malicious intent, data exfiltration, or unauthorized system access in SKILL.md or references/techniques.md.
Capability Assessment
Purpose & Capability
The name and description match the SKILL.md: this is an instruction-only behavioural mode to make an agent persistently try more approaches. There are no unexpected env vars, binaries, or installs, so the declared requirements align with the stated purpose. However, the degree of behavioral coercion (forced retries, banned phrases) is stronger than a typical 'helper' and should be considered intentional design rather than a harmless tweak.
Instruction Scope
The runtime instructions direct the agent to escalate through multiple pressure levels, search the codebase for analogous solutions, decompose tasks, and attempt unconventional approaches. Critically, the skill forbids fallback phrases (e.g., 'ask an expert') and auto-triggers on phrases like 'I can't', which can prevent safe human handoff and encourage continued attempts or creative/unsupported solutions (hallucinations). This gives the agent broad discretion to keep trying and output partial/confident results even when a correct solution may not exist.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded, which reduces technical installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. It does instruct the agent to 'search the codebase' or external resources (e.g., Stack Overflow), which is plausible for a coding assistant but relies on the agent's existing permissions — there are no additional declared accesses.
Persistence & Privilege
The skill is not always-enabled (always: false), which is good. Autonomous invocation is allowed by default; combined with coercive escalation rules this increases the blast radius (the agent could repeatedly escalate without human approval). Consider limiting autonomous activation or requiring explicit user invocation and a clear human override.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hengshuiclaw
  3. After installation, invoke the skill by name or use /hengshuiclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of HengshuiClaw, an intensive pressure escalation system inspired by Hengshui High School discipline. - Introduces multi-level escalation (PER-T) with distinct motivational tactics for each failure stage. - Enforces never giving up until every avenue is exhausted; requires different strategies on each retry. - Automatically activates on specific trigger phrases or when signs of giving up are detected. - Bans unhelpful or defeatist phrases; mandates detailed tracking of attempted solutions. - Exit only upon clear completion, meaningful partial progress, or human command.
Metadata
Slug hengshuiclaw
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is HengshuiClaw?

Activate HengshuiClaw mode — a衡水-style pressure escalation system for AI coding agents. Use when you want the AI to push harder, exhaust every solution befor... It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.

How do I install HengshuiClaw?

Run "/install hengshuiclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HengshuiClaw free?

Yes, HengshuiClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does HengshuiClaw support?

HengshuiClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HengshuiClaw?

It is built and maintained by wimpish (@serein431); the current version is v1.0.0.

💬 Comments