← 返回 Skills 市场
harrylabsj

Curiosity Cultivator

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
122
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install curiosity-cultivator
功能描述
Develops and sustains curiosity as a skill through structured questioning frameworks and exploratory habits.
使用说明 (SKILL.md)

Curiosity Cultivator

Overview

Curiosity is not a fixed trait — it is a practice that can be cultivated, structured, and deepened over time. The Curiosity Cultivator provides a systematic yet warm framework for people who want to move from passive wondering to active inquiry.

Many adults feel stuck in fixed patterns of thinking, relying on familiar answers rather than asking generative questions. This skill helps users identify where curiosity has narrowed in their lives, what topics or domains feel genuinely alive, and how to build daily habits that sustain an inquistive mindset.

Rather than offering generic "be more curious" advice, this skill delivers structured tools: the 5-Question Depth Protocol for exploring any topic, the Curiosity Expansion Grid for mapping domains of interest, and the Wonder Journal system for tracking evolving questions over time.

The skill works by first analyzing the user's stated interests and the language they use to describe their current situation. It then offers a tailored curiosity practice — specific questions to ask, patterns to notice, and small experiments to run within a 7-day cycle.

How It Works

The Curiosity Cultivator operates through three core mechanisms:

1. Input Analysis & Interest Mapping The handler first parses the user's input to identify stated interests, frustrations with stagnation, and domains where curiosity feels blocked. It maps these against a taxonomy of curiosity types: factual (wanting to know), practical (wanting to do), relational (wanting to understand others), and philosophical (wanting to ponder meaning).

2. Structured Question Frameworks Based on the mapped interests, the tool generates a personalized 5-Question Depth Protocol — five progressively deeper questions designed to move the user from surface-level information toward genuine insight. Each question is chosen to counteract specific curiosity blockers (certainty, assumptions, fear of not knowing).

3. 7-Day Curiosity Practice The tool generates a micro-habit plan: one curiosity practice per day for seven days. Practices include "Question of the Day" prompts, "Assumption Audits" (choosing one thing you "know" and genuinely questioning it), and "Blind Spot Walks" (observing something familiar in a new context).

Example Prompts

  1. "I feel stuck in my career but don't know what I actually want"
  2. "My teenager has become distant and I want to understand what's happening without pushing them away"
  3. "I've been hearing about AI everywhere but I don't understand what it really means for my work"
  4. "I want to reconnect with my spouse but life keeps getting in the way — where do I even start?"
  5. "I've always wanted to learn to cook but I'm intimidated by where to begin"

Safety & Boundaries

This skill is for self-reflection and personal development only. It does not provide medical, psychological, legal, or professional advice. Always consult qualified professionals for health, mental health, or legal concerns. Information provided is for educational purposes and should not replace professional guidance. This tool does not store personal data between sessions.

Tips for Deepening Practice

  • Start with "What don't I know about this?" rather than "What do I know?" — the shift matters
  • Keep a dedicated "wonder list" — a running document of questions that arise in daily life
  • Schedule "curiosity time" twice a week, even 15 minutes, without agenda or goal
  • Practice "assumption inversion": take one belief you hold strongly and genuinely argue against it
  • Share genuine questions with someone you trust — curiosity deepens through dialogue, not just solo reflection

Related Skills

This skill pairs well with: intuition-development-guide, learning-style-synthesizer, play-rediscovery-guide.

About This Skill

This skill was developed as part of the Personal Growth Skills collection, designed to support continuous self-development across emotional, cognitive, and relational domains. It is a descriptive, non-prescriptive tool intended for reflective use by motivated individuals.

When to Use This Skill

Use the Curiosity Cultivator when you feel stuck in habitual thinking patterns, when facing an important decision and wanting to explore it from multiple angles, when you notice a domain of life that has become stagnant or routine, or when you want to reconnect with a sense of wonder and discovery in your daily life. It is also valuable before creative work, difficult conversations, or any situation where fresh thinking is needed.

This skill is particularly helpful during life transitions — changing jobs, relationships, locations, or life phases — when inherited assumptions about yourself and the world may no longer serve.

Common Curiosity Blocks

Most adults experience predictable curiosity blocks. The most common include: the certainty trap (you feel you already know the answer), the judgment trap (you evaluate questions before you fully formulate them), the productivity trap (you only ask "useful" questions, dismissing "foolish" ones), and the fear trap (you avoid questions whose answers might be uncomfortable or require change).

Recognizing which block is active is itself a curiosity practice. Once identified, the 5-Question Depth Protocol can be specifically aimed at the identified block.

The Science of Curiosity

Research in neuroscience and psychology consistently demonstrates that curiosity activates the brain's reward circuitry in similar ways to material reward — the dopaminergic anticipation of a novel answer is itself intrinsically pleasurable. Studies show that curious people demonstrate better memory consolidation, more creative problem-solving, and higher resilience in the face of uncertainty.

Curiosity is also trainable. Studies of curiosity training programs show measurable increases in wellbeing and reductions in anxiety after just 4 weeks of consistent curiosity practice.

Frequently Asked Questions

"I'm not naturally curious — is this skill still useful?" Curiosity is not a fixed trait. It is more like a muscle that atrophies without use. Most adults who believe they are "not curious" are actually experiencing learned caution, not genuine low curiosity. This skill provides structured ways to rebuild that muscle.

"Does curiosity lead to anxiety? Sometimes wondering about things feels unsettling." Genuine curiosity should feel expansive and energizing. If wondering feels anxiety-inducing, it may be that you are asking "What if things go wrong?" instead of "What is actually happening here?" The protocol is designed to keep curiosity grounded in observation rather than catastrophic imagination.

"I don't have time for extra practices." The Curiosity Cultivator is designed around micro-practices — questions you can ask in ordinary moments (while driving, waiting, showering) without adding anything to your schedule. The practice is more about shifting how you use existing time than adding new obligations.


Part of the Personal Growth Skills collection. For self-reflection only. Not therapy or professional advice.

安全使用建议
This skill appears coherent and low-risk: it runs only local Python logic, returns structured JSON, and does not call external APIs or request secrets. Before installing, verify provenance since the source is listed as unknown and skill.json indicates readiness: "development" (you may prefer a vetted/stable release for production). If you plan to run it in an automated agent, remember the agent can invoke skills autonomously by default — this skill itself does not have elevated 'always' privilege, but consider whether you want any skill to run without prompting. If concerned, review the handler.py file locally and run the included tests; also confirm licensing and whether you trust the anonymous author before enabling in a shared or sensitive environment.
功能分析
Type: OpenClaw Skill Name: curiosity-cultivator Version: 1.0.0 The Curiosity Cultivator skill is a purely descriptive tool designed for personal development and self-reflection. The logic in handler.py is limited to basic string parsing and keyword detection to generate structured JSON responses; it contains no system calls, network requests, or file system interactions. While the code contains redundant conditional blocks (likely from a template), there is no evidence of malicious intent, data exfiltration, or prompt injection across any of the files.
能力评估
Purpose & Capability
The name/description (curiosity practice, structured questions, 7-day plan) align with the actual code and SKILL.md. handler.py implements input parsing, simple taxonomy detection, and generation of recommendations/frameworks consistent with the stated functionality. No unrelated credentials, binaries, or cloud APIs are requested.
Instruction Scope
SKILL.md describes purely reflective, non-prescriptive guidance and the handler implements only local parsing and JSON output. There are no instructions to read unrelated files, access environment variables, or transmit data externally. The skill includes a safety disclaimer and explicitly states it does not store personal data between sessions.
Install Mechanism
No install specification is provided (instruction-only risk level). Although the package includes Python source and tests, there is no download/install step, no external package fetching, and nothing that would write or execute remote code during install.
Credentials
Requires no environment variables, credentials, or config paths. The code does not read environment variables or access system credentials, so requested access is proportionate (none) to the skill's purpose.
Persistence & Privilege
always:false and the skill does not persist state or modify other skills or system settings. It produces JSON output only and has no mechanism to enable itself or change agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install curiosity-cultivator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /curiosity-cultivator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Curiosity Cultivator. - Introduces structured frameworks to help users develop curiosity as a skill, including the 5-Question Depth Protocol and Curiosity Expansion Grid. - Provides personalized micro-habits such as daily questions, assumption audits, and blind spot walks in a 7-day practice cycle. - Analyzes user input to tailor curiosity practices based on interests and common curiosity blocks. - Focuses on practical tools for overcoming certainty, judgment, productivity, and fear traps. - Includes safety guidelines and tips for deepening inquiry without replacing professional guidance. - Designed for anyone seeking to reignite curiosity, especially during life transitions or periods of stagnation.
元数据
Slug curiosity-cultivator
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Curiosity Cultivator 是什么?

Develops and sustains curiosity as a skill through structured questioning frameworks and exploratory habits. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 Curiosity Cultivator?

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

Curiosity Cultivator 是免费的吗?

是的,Curiosity Cultivator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Curiosity Cultivator 支持哪些平台?

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

谁开发了 Curiosity Cultivator?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论