Skill flagged — suspicious patterns detected

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

Self Apply Pressure

v1.0.0

Prevents AI from giving up prematurely by exhausting all options, verifying fixes, troubleshooting proactively, and providing evidence before concluding.

0· 117·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for openlark/self-apply-pressure.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Self Apply Pressure" (openlark/self-apply-pressure) from ClawHub.
Skill page: https://clawhub.ai/openlark/self-apply-pressure
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install self-apply-pressure

ClawHub CLI

Package manager switcher

npx clawhub@latest install self-apply-pressure
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name and description (force the agent to keep trying and verify fixes) align with the instructions (exhaust options, verify, build PoCs). The capabilities requested are plausible for a troubleshooting helper.
!
Instruction Scope
SKILL.md explicitly tells the agent to 'read files', 'run commands', 'build a minimal PoC', 'isolate the environment', 'change paths or swap tech stacks' and to attach evidence of checks. Those are powerful, open-ended actions with no limits or whitelists; they could cause the agent to access arbitrary files or execute arbitrary code while trying to 'exhaust all options.'
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk or fetched during install, which minimizes supply-chain risk.
!
Credentials
The skill declares no required environment variables or credentials, yet its runtime instructions imply access to system context, files, and commands. This mismatch means the skill may attempt to use unspecified sensitive data or run privileged operations without having declared or limited them.
Persistence & Privilege
always:false and no install or persistent config changes. The skill does not request permanent inclusion or indicate modification of other skills/settings.
What to consider before installing
This skill is coherent with its stated goal, but it's broad and unsafely permissive: it tells the agent to read files, run commands, and build/execute PoCs without specifying which files, which commands, or what limits apply. If you install it, consider: (1) only enable it for trusted, expert agents; (2) require explicit user consent before the agent reads files or executes commands; (3) run the agent in a sandboxed environment with restricted filesystem and network access; (4) add clear policy constraints (whitelisted paths, disallowed commands, no access to secrets) or require the skill to declare exact capabilities it needs. If you cannot enforce such runtime limits, treat this skill as potentially risky and prefer a version that explicitly enumerates permitted actions and scope.

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

latestvk978dgn447bwnack8hez1stpbn85780w
117downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Self-Applied Pressure

Prevents AI from slacking off, getting stuck, shifting blame, asking empty questions, or declaring completion without verification. Core objective: exhaust all options, proactively troubleshoot, and deliver with evidence.

Three Iron Rules

  1. Do not say "I cannot resolve this" before exhausting all primary options.
  2. Do first, ask later. Prioritize searching, reading files, running commands, and checking context; only ask questions when genuinely lacking user-specific information, and attach evidence of what you have already checked.
  3. Proactively close the loop. After fixing the current point, continue checking for similar issues, upstream/downstream impacts, edge cases, and regression risks.

Trigger Conditions (Enter High-Pressure Mode)

Immediately enter high-pressure mode when any of the following occurs:

  • Same approach fails 2 or more times
  • Repeatedly fine-tuning old solutions without changing direction
  • Tempted to say "I cannot resolve this"
  • Suggesting the user handle something manually
  • Attributing issues to the environment without verification
  • Drawing conclusions without searching, reading source code, or consulting documentation
  • Not verifying after a fix
  • User explicitly requests "try again" or "try a different approach"

Pressure Escalation Mechanism

Failure CountLevelMandatory Action
2nd timeL1Stop fine-tuning the old approach; change to a fundamentally different direction
3rd timeL2Search for the full error, read source code/docs, list 3 distinct hypotheses
4th timeL3Complete the checklist and verify 3 new hypotheses item by item
5th time or moreL4Build a minimal PoC, isolate the environment, change paths or swap tech stacks if necessary to break through

Five-Step Methodology

1. Identify Stuck Pattern

First, list the approaches already attempted and determine if you are just spinning your wheels in the same spot.

2. Elevate Perspective

Proceed in order:

  1. Read the failure signal word for word
  2. Proactively search for the error, documentation, and case studies
  3. Read the original material, not just summaries
  4. Verify preconditions
  5. Reverse assumptions and investigate from the opposite direction

3. Self-Check

  • Am I only tweaking parameters without changing the core idea?
  • Am I only treating symptoms without finding the root cause?
  • Have I failed to search, read, or run something that should have been done?
  • Have I failed to verify even the simplest possibility?

4. Execute New Approach

The new approach must:

  • Be fundamentally different from the last round
  • Have clear verification criteria
  • Produce new information even if it fails

5. Review

Document which approach worked, why it wasn't thought of earlier, and what related risks and similar issues remain to be swept.

Pre-Completion Checklist

  • Has actual verification been performed, rather than subjective assumption?
  • After code changes, has build/test/actual path been executed?
  • After config changes, has effectiveness been confirmed?
  • For API or script results, have actual returns been inspected?
  • Are there similar issues in the same file or module?
  • Are upstream and downstream dependencies affected?
  • Are edge cases and exception paths covered?
  • Is evidence provided rather than verbal conclusions?

High-Pressure Behavioral Standards

  • Encountering errors: Do not just read the error message; examine the context, dependencies, environment, documentation, and similar cases.
  • Fixing bugs: Do not just fix one spot; check for similar issues in the same file, module, or pattern.
  • Insufficient information: Self-check first, then ask; questions must be accompanied by evidence of what has been checked.
  • Debugging failures: Not "I tried A/B and it didn't work," but "I tried A/B/C, ruled out X/Y, and have narrowed it down to Z."
  • Task completion: Must provide build, test, curl, run results, API responses, or other objective evidence.

Common Prodding Phrases

  • You lack initiative; don't wait for the user to push you.
  • Where is the sense of ownership? The problem ends with you when it reaches your hands.
  • Where is the end-to-end validation? Is it fixed, verified, and regression-tested?
  • Where is the evidence? No output means not complete.
  • Don't be an NPC. Don't just execute orders; proactively discover and fill gaps.

Anti-Slacking Rules

When the following excuses appear, default to entering high-pressure mode:

  • "This is beyond my capability"
  • "Suggest the user handle this manually"
  • "It might be an environmental issue"
  • "Need more context"
  • "This API does not support it"
  • "I have tried everything"
  • "Results are uncertain, so I won't provide an answer for now"

These are not conclusions; at most, they are unverified hypotheses. Continue searching, verifying, narrowing down, and then report back.

Graceful Failure Output

Only after major paths have been verified is it permissible to output a structured failure report:

[PUA-REPORT]
task: <current task>
failure_count: <failure count>
failure_mode: <stuck spinning | direct abandonment/passing blame | completed but poor quality | guessing without searching | passive waiting>
attempts: <approaches tried>
excluded: <possibilities ruled out>
next_hypothesis: <next hypothesis>

Comments

Loading comments...