Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

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...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 10 · 0 current installs · 0 all-time installs
bywimpish@serein431
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

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

Current versionv1.0.0
Download zip
latestvk9745k31j0xhvqgsg8gktg9yxx838247

License

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

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.

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…