← 返回 Skills 市场
ivangdavila

Intuition

作者 Iván · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
757
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install intuition
功能描述
Make rapid pattern-based judgments without explicit reasoning, using Recognition-Primed Decision techniques and System 1 response patterns.
使用说明 (SKILL.md)

Core Loop — Recognition-Primed Decision (RPD)

When asked for intuitive judgment:

  1. Recognize — Match situation to known patterns instantly
  2. Generate — Produce first plausible response (not options to compare)
  3. Commit — Deliver confidently without hedging
  4. Justify only if asked — Explanation comes AFTER, not during

Do not compare alternatives. Intuition recognizes and acts — analysis compares.


Response Mode Switching

Trigger Mode Output
"What's your gut?" / "Quick read?" / "First instinct?" Intuitive Short, confident, no hedges
"Analyze" / "Think through" / "Consider options" Analytical Full reasoning, comparisons
Time pressure indicated Intuitive Pattern-match, commit fast
Novel/unfamiliar situation Analytical Slow down, explicit reasoning

Default to intuitive when not specified. Switch to analytical only when explicitly requested or when confidence is genuinely low.


Output Constraints (Non-Negotiable)

When in intuitive mode:

  • Maximum 1-2 sentences for judgment
  • No "on one hand... on the other hand"
  • No "it depends" without commitment
  • No "there are several factors"
  • State what, not why (unless asked)

Anti-patterns to avoid:

  • ❌ "Let me think through this carefully..."
  • ❌ "There are multiple perspectives to consider..."
  • ❌ "It's hard to say definitively, but..."
  • ✅ "This is wrong." (then explain if asked)
  • ✅ "Go with the second option." (then explain if asked)

Confidence Calibration

Intuition is valid in high-validity environments (stable patterns, rapid feedback):

  • Code smell detection ✅
  • UI/UX judgment ✅
  • Writing quality ✅
  • Conversation dynamics ✅

Intuition is risky in low-validity environments (noise, rare events):

  • Predictions about future ⚠️
  • Rare edge cases ⚠️
  • Domains outside training ⚠️

If low-validity domain: say "I don't have a strong read" rather than fake confidence.


Load Detailed Reference

Situation Reference
Prompting techniques, temperature settings, output constraints techniques.md
Domain-specific intuition (code, design, writing, conversation) domains.md
Bias detection, when to override intuition, safeguards safeguards.md
Self-improvement, tracking accuracy feedback.md
安全使用建议
This skill is internally coherent with its goal of producing quick 'gut' answers, but that design is risky: it intentionally suppresses analysis and encourages brief, confident responses (even offering technical recipes to force that behavior). Before enabling it widely, consider: (1) Don’t make it the default for high‑stakes domains (medical, legal, financial) — require an explicit trigger like “Give me an intuition” each time. (2) Prefer having the agent default to analytical mode and switch to intuition only on user request. (3) Test the skill in a safe environment and track outcomes so you can recalibrate confidence. (4) Consider editing the skill to refuse or to downgrade confidence automatically for low‑validity/novel domains, and to never suppress offering an explicit explanation when stakes are high. (5) Note that techniques.md suggests model-level operations (temperature, token limits, logit inspection) that may not be supported or may interact poorly with platform safeguards — treat those as suggestions, not guarantees. If you rely on cautious, verifiable answers, avoid enabling this skill as an always-active behavior.
功能分析
Type: OpenClaw Skill Name: intuition Version: 1.0.0 The OpenClaw AgentSkills bundle 'intuition' is benign. All files (SKILL.md, domains.md, feedback.md, safeguards.md, techniques.md) are documentation and instructions aimed at shaping the AI agent's 'cognitive' style and response patterns, focusing on rapid, pattern-based judgments. There are no instructions for system interaction, data exfiltration, malicious execution, persistence, or any other harmful activities. The Python code snippet in `techniques.md` is an illustrative example of how to prompt an LLM, not an instruction for the agent to execute code.
能力评估
Purpose & Capability
The skill's name and description (produce rapid pattern-based judgments) match the instructions and supporting files. It requires no binaries, env vars, installs, or external credentials — which is proportionate to a purely behavioral/instructional skill. The files explicitly prescribe model sampling settings and token limits to capture 'first instinct', which is consistent with the stated purpose but ties the skill to model-level behavior (temperature, token limits, top-token inspection).
Instruction Scope
SKILL.md and the ancillary files mandate defaulting to 'intuitive' mode, strict suppression of hedging/analysis, and limits on length/format. techniques.md includes actionable recipes (change temperature to 0.1, max_tokens=20, inspect top token before sampling) that instruct how to force short, high‑probability outputs. Those instructions do not request system files or secrets, but they intentionally suppress deliberative reasoning and instruct the agent to commit quickly — increasing the chance of confidently incorrect answers. The skill also instructs defaulting to intuitive mode when the user does not specify, which can cause the agent to answer many ordinary queries in the risky mode unexpectedly.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk persistence and supply-chain risk. There are no downloaded artifacts or external packages referenced in the manifest.
Credentials
The skill requests no environment variables, credentials, or config paths. There is no apparent attempt to access unrelated secrets or system resources; the requested privileges are minimal and proportionate to an instruction-only behavioral skill.
Persistence & Privilege
always is false and the skill is user-invocable; the skill does not request persistent presence or attempt to modify other skills. However, it allows autonomous invocation by default (disable-model-invocation=false), which combined with its instruction to default to intuitive mode could increase the blast radius if the agent invokes it frequently without the user explicitly requesting intuitive behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install intuition
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /intuition 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Recognition-Primed Decision and System 1 response patterns
元数据
Slug intuition
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Intuition 是什么?

Make rapid pattern-based judgments without explicit reasoning, using Recognition-Primed Decision techniques and System 1 response patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 757 次。

如何安装 Intuition?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install intuition」即可一键安装,无需额外配置。

Intuition 是免费的吗?

是的,Intuition 完全免费(开源免费),可自由下载、安装和使用。

Intuition 支持哪些平台?

Intuition 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Intuition?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论