📦 Intuition — 直觉

v1.0.0

开发指南 教授系统化的方法,以逐步培养并信任直觉判断。

0· 18·0 当前·0 累计
harrylabsj 头像by @harrylabsj (haidong)
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能的代码、说明与需求在内部保持一致,构成一个描述性的自我开发工具;它不会索取凭据、执行网络调用或访问系统机密。
评估建议
This skill appears to be a benign, descriptive personal-development tool. Things to consider before installing: 1) Review handler.py yourself (or ask a technical person) if you want to be sure the packaged code will only run locally and return JSON as shown—the file contains many redundant conditional branches (likely copy/paste) but no network, file writes, or secret access. 2) ACCEPTANCE.md mentions 'No code execution' but the package includes executable code and tests; this is a documentation...
详细分析 ▾
用途与能力
The name/description (teaching intuition development) align with the provided SKILL.md and handler.py behavior: the handler parses text input and returns structured JSON recommendations. The skill does not require credentials, binaries, or config paths. One minor mismatch: ACCEPTANCE.md lists 'No code execution' as a non-functional requirement, yet the repository includes handler.py (executable code) and tests — this likely reflects an internal documentation mismatch rather than suspicious behavior.
指令范围
SKILL.md instructs only reflective prompts and journaling exercises and explicitly disavows providing professional advice. The runtime code (handler.py) only inspects the provided text, builds a small analysis object, and returns JSON. There are no instructions to read files, environment variables, system configuration, or to send data to external endpoints.
安装机制
There is no install spec (instruction-only at registry level), so nothing will be fetched or written during an install step. Code files are present in the package, but no external packages or download URLs are used. Risk from installation is low.
凭证需求
The skill requests no environment variables, no credentials, and no config paths. The handler.py does not access os.environ or any secret sources. The requested environment access is minimal and proportionate to the stated purpose.
持久化与权限
The skill is not always-enabled and is user-invocable; autonomous invocation is allowed (platform default) but the skill does not request persistent presence or modify other skills or system settings. It does not persist user data between sessions according to the SKILL.md and the code.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

Intuition Development Guide 技能首发版 - 提供一套结构化、世俗化的框架,在培养分析思维的同时发展直觉判断。 - 引导用户经历三个阶段:唤醒、校准与整合直觉技能。 - 包含直觉信号检测、三步直觉核查、决策日志与体感觉察练习等实践。 - 提供示例提示与实用技巧,强化直觉并区分其与恐惧或一厢情愿的区别。 - 强调循证方法,引用神经科学与基于经验的模式识别。

无害

安装命令

点击复制
官方npx clawhub@latest install intuition-development-guide
镜像加速npx clawhub@latest install intuition-development-guide --registry https://cn.longxiaskill.com

技能文档

--- name: Intuition Development Guide slug: intuition-development-guide description: 教授系统化方法,逐步培养并信任直觉判断力。 tags: [intuition, decision-making, self-trust, growth]

# Intuition Development Guide

概述

直觉常被斥为不科学或神秘,但神经科学持续证明:直觉处理——基于经验积累的快速潜意识模式识别——是真实且强大的认知能力。难点在于,多数人从未学会区分真直觉与恐惧、偏见或一厢情愿。本指南提供一套结构化、世俗化的框架,把直觉能力当作可习得的技能,分三阶段展开:觉醒(捕捉直觉信号)、校准(测试并提升直觉准确度)、整合(与分析思维并用,成为可靠决策伙伴)。特别适合陷入过度分析者、面临重大人生转折且数据无法给出答案者,以及“逻辑合理”与“感觉对不上”的人。

工作原理

1. 直觉信号侦测 帮你识别个人直觉“签名”——可能是身体感受( gut feeling、紧绷、扩张)、情绪变化、瞬间知晓,或挥之不去的念头。不同人通道不同,先认出自己的。

2. 三步直觉检验 重大决策前执行: a) 清晰定义问题 b) 无评判地扫描身体/情绪信号 c) 记录信号是“清晰笃定”还是“浑浊焦虑” 长期建立反馈循环以校准准确度。

3. 决策日志 提供结构化模板,记录直觉提示、所做决定及结果,积累个人证据库。

4. 身体觉察练习 直觉信号多具身(somatic),附带简单身体练习,先安定神经系统噪声,再接收清晰信号。

示例提示

  • “我拿到两份工作 offer,一份薪水高但感觉不对,另一份让我兴奋却看似冒险。”
  • “我总感觉该移民,却找不到逻辑理由。”
  • “朋友邀我合伙,纸面一切完美,但总觉得哪里不对劲。”
  • “冥想一年,我想搞清‘内在知晓’到底是什么。”
  • “我在考虑要不要孩子,分不清 gut feeling 是真实还是恐惧。”

安全与边界

仅供自我反思与个人成长,不提供医疗、心理、法律或专业建议。健康或法律问题请咨询合格专业人士。工具不存储会话间个人数据。

深化练习小贴士

  • 没有身体觉察的直觉只是瞎猜——先练身体素养
  • 每日测试小直觉(如“此刻真正想吃什么?”)再用于大事
  • “清晰笃定”≠兴奋、焦虑或解脱——学会区分
  • 坚持写决策日志,3–6 个月追踪直觉命中率
  • 直觉与分析是搭档而非对手——高赌注决策尤其要双轨并用

相关技能

curiosity-cultivator、sensory-awareness-enhancer、decision-pattern-analyzer 搭配效果更佳。

关于本技能

属 Personal Growth Skills 系列,用于持续支持情绪、认知、关系维度的自我发展。为描述性、非处方工具,供有动力的个人反思使用。

使用时机

当分析不足以支撑决策时:
  • 高赌注且信息不全
  • 头脑与 gut 信号冲突
  • 过渡期逻辑无解
  • 与自己真实需求失联
亦可作为日常练习,提升身体智能与具身决策力。 本技能不取代分析思维,而是与其并用,为你提供

数据来源ClawHub ↗ · 中文优化:龙虾技能库