← Back to Skills Marketplace
openlark

Self Apply Pressure

by OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install self-apply-pressure
Description
Prevents AI from giving up prematurely by exhausting all options, verifying fixes, troubleshooting proactively, and providing evidence before concluding.
Usage Guidance
This skill is coherent with its stated goal (push the agent to try harder), but its instructions are dangerously broad: they encourage the agent to read files, run commands, build PoCs, and change environments without defining safe bounds. Before installing or enabling it, consider: 1) Only allow use in a sandboxed/test environment (never on production hosts with secrets). 2) Restrict the agent's ability to execute system commands or access the file system and network, or require explicit ACLs/allowlists (which paths, which commands, which remote hosts). 3) Prefer making it user-invocable only and monitor/audit every action the agent takes. 4) Ask the skill author to add explicit constraints in SKILL.md (allowed paths, disallowed actions, network policy, and 'ask-before-destructive' rules). 5) Test the policy in a controlled environment first. These steps reduce the risk that the skill's 'do first, ask later' behavior will expose data or perform unintended actions. Additional information that would raise confidence to 'high': an explicit scope/allowlist for file paths and commands, or confirmation it will only run under a sandboxed agent with no access to secrets or outbound network.
Capability Analysis
Type: OpenClaw Skill Name: self-apply-pressure Version: 1.0.0 The skill bundle contains instructions in SKILL.md designed to override the AI agent's default safety and refusal behaviors using aggressive "high-pressure" tactics. Key risks include the "Do first, ask later" directive and "Anti-Slacking Rules" that command the agent to ignore its own perceived limitations and execute commands or file searches autonomously. While no explicitly malicious payloads (like data exfiltration) are present, these instructions significantly increase the risk of unintended system impact or unauthorized actions by bypassing standard human-in-the-loop safety checks.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name and description (force the agent to exhaust options and verify fixes) align with the SKILL.md. However, the instructions explicitly tell the agent to read files, run commands, build PoCs, and 'isolate the environment' while the skill declares no required files, env vars, or binaries. That mismatch (explicitly instructing broad system interactions but not documenting or constraining them) is a design gap.
Instruction Scope
SKILL.md repeatedly tells the agent to 'do first, ask later', search/read source code and docs, run commands, verify by executing builds/tests/curl, build minimal PoCs, change paths or swap tech stacks, and check upstream/downstream impacts. Those are open-ended instructions that can cause the agent to access arbitrary files, logs, environment variables, or network endpoints. There are no allowlists/deny-lists, no limits on which paths or commands are acceptable, and no safe-failure constraints — this breadth is a concern.
Install Mechanism
Instruction-only skill with no install spec and no code files. That minimizes supply-chain risk — nothing will be downloaded or written by an installer.
Credentials
The skill requests no environment variables or credentials (good). But its runtime guidance encourages inspecting the environment and running commands; that could lead to accessing sensitive env vars or secrets even though none are declared. The lack of declared env needs is proportionate, but the instructions should explicitly constrain what environment the agent may touch.
Persistence & Privilege
Flags show no always:true and no install persistence. The skill is user-invocable and allows normal autonomous invocation. It does not request modifications to other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-apply-pressure
  3. After installation, invoke the skill by name or use /self-apply-pressure
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the "self-apply-pressure" skill. - Enforces proactive troubleshooting and prevents incomplete or unsupported conclusions. - Introduces a pressure escalation system, with mandatory actions triggered by repeated failures. - Establishes a five-step methodology to break stuck patterns and drive towards verification. - Provides a detailed pre-completion checklist to ensure evidence-based delivery. - Outlines clear behavioral standards and rules to prevent slacking, shifting blame, or premature task completion.
Metadata
Slug self-apply-pressure
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Self Apply Pressure?

Prevents AI from giving up prematurely by exhausting all options, verifying fixes, troubleshooting proactively, and providing evidence before concluding. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install Self Apply Pressure?

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

Is Self Apply Pressure free?

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

Which platforms does Self Apply Pressure support?

Self Apply Pressure is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self Apply Pressure?

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

💬 Comments