Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

self-apply-pressure自施加压力

Agent Skill

self-apply-pressure 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,128

周安装

172

GitHub Stars

公开资料未说明

下载量

1,376
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:self-apply-pressure(自施加压力)
来源仓库:https://github.com/openlark/self-apply-pressure
安装命令:
openclaw skills install self-apply-pressure
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install self-apply-pressure

简介

通过用尽所有选项、验证修复、主动排除故障以及在结论前提供证据,防止 AI 过早放弃。

SKILL.md

name
self-apply-pressure
description
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.

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>

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.15%
按下载量换算1,103

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills