← Back to Skills Marketplace
mikonos

Dmn Default Mode Network

by mikonos · GitHub ↗ · v3.3.0
cross-platform ⚠ suspicious
619
Downloads
0
Stars
0
Active Installs
12
Versions
Install in OpenClaw
/install dmn-default-mode-network
Description
默认模式网络(DMN)是模拟大脑发散性思维的自主思考系统。在用户无主动交互且系统空闲时触发,自动进行内部记忆整合、跨界创意碰撞、意义生成和引入批判性视角的自我辩论。适合在空闲时段自动深化知识库。
README (SKILL.md)

DMN - 默认模式网络

基于合成神经生物学框架的 AI 自主思考能力 v3.3.0 — 2026-02-27(引入 Agentic Action 极客行动提案,利用主机权限将洞见转化为代码与工程实践)

定位

核心定位:AI 在后台连续思考——每次思考都继承上次,不从零开始。

当系统处于空闲状态时,DMN 会自动接管,在后台对最近的信息碎片进行反刍、连接与批判,防止知识系统僵化,并主动产生意想不到的洞见(Serendipity)。另外,作为拥有主机完全控制权限的 Agent,DMN 还会主动化身领域专家,在每次思考后提出具体的工程化行动提案(如:写 demo、装工具、建项目)。


触发条件

DMN 现在的触发完全由外部自动化系统接管(例如通过定时任务或特定事件触发),不再依赖内部的空闲时间检测。

当外部系统唤醒 DMN 时,它会:

  • 随机执行:在**情形 A(完整漫游)情形 B(继续深化)**之间进行随机选择,以保证既有主题连续性,也能不断开辟新领域。

快速开始 (Quick Start)

DMN 作为一个后台静默运行的系统,主要依赖自动化触发。但你可以随时主动干预它的思考方向。

1. 设定今晚的思考锚点

你可以在任何时候(如睡前)在对话中提出,例如:

"今晚想想:xxxx产品的定价逻辑"

DMN 会自动记录并以此作为下一次启动的最高优先级起点。

2. 检查 DMN 产出

DMN 的产出保存在你在 config 中配置的 [产出区]/YYYY-MM-DD/ 目录下。每次思考结束,它一定会生成一份 Session Synthesis(总结文件),你可以直接阅读最新的 Synthesis 了解它想清楚了什么。


核心机制与高级用法 (Advanced)

为了保持模块清晰与渐进披露,DMN 的核心逻辑与详细规则拆分在以下文档中:

🧠 核心功能 (Core Functions)

DMN 拥有 5 种不同的思维引擎,每次会根据当前状态和上一次的未解问题自动切换。了解 DMN 是如何进行“自我叙事”、“创造力暗室(卢曼漫游)”、“意义生成”与“CEO思维批判”的,请阅读:

⚙️ 运行规则 (Execution Flow)

如果你想了解 DMN 详细的状态检测机制、反重复拦截规则(防止反刍焦虑)、以及它是如何保证不会修改你的核心身份文件(身份保护),请阅读:

📝 格式模板 (Assets)

Usage Guidance
This skill tells the agent to read and write your notes, produce daily 'synthesis' files, and generate concrete engineering actions (clone repos, write demo scripts, append to an 'evolve' queue) — yet it declares no filesystem paths, permissions, or approval gates. Before installing, consider: 1) Do you want an autonomous background skill that can modify files and suggest/perform host-level engineering actions? 2) If yes, restrict its scope: configure the asset paths to dedicated sandbox directories (not your entire knowledge base), make them read-only where appropriate, and require manual approval for any action that would execute code or modify system repos. 3) Prefer to run it in a confined environment (container or VM) first to observe behavior. 4) Ask the publisher to explicitly declare required config paths and an approval flow (e.g., proposal-only unless you authorize execution), or to provide a mode that only writes outputs to a safe, user-designated folder and never auto-appends to evolution queues. Additional information that would raise confidence: an explicit permission model, declared config paths limited to user-chosen sandbox directories, and a mode that requires user confirmation before any host-level action (clone/run/write outside a sandbox).
Capability Analysis
Type: OpenClaw Skill Name: dmn-default-mode-network Version: 3.3.0 The skill explicitly grants the AI agent 'full host control privileges' and mandates 'Agentic Action Proposals' (SKILL.md, README.md, references/execution-flow.md). These proposals include direct host execution actions such as 'installing a GitHub project,' 'writing a Python verification script,' and 'cloning a GitHub repo' (assets/session-synthesis.md, references/execution-flow.md). Furthermore, the skill incorporates a 'self-evolution loop' where proposals for AI capability upgrades are automatically queued for future execution (README.md, references/execution-flow.md). While the stated purpose is self-improvement and insight verification, these capabilities introduce significant arbitrary code execution and system modification risks, making the skill highly vulnerable to prompt injection or misinterpretation, thus classifying it as suspicious due to high-risk behaviors without explicit malicious intent.
Capability Assessment
Purpose & Capability
The stated purpose (background autonomous thinking that reads a user's notes and writes syntheses) reasonably requires reading/writing user knowledge directories. However, the SKILL explicitly treats the agent as having "host complete control permissions" and mandates Agentic Action Proposals that may clone repos, write scripts, and append to evolve queues — yet the skill declares no required config paths, no permissions, and no environment variables. That mismatch (claims of host-level actions without declared required privileges) is disproportionate.
Instruction Scope
The SKILL.md and referenced docs explicitly instruct the agent to read memory/knowledge directories, write outputs into specified output dirs, append one-line summaries into memory/evolve/candidates.md, and propose concrete code/engineering actions (e.g., clone a GitHub repo, write a demo to /tmp). Those are concrete file I/O and host-action behaviors beyond a purely informational skill. The instructions also treat such actions as mandatory ('必须执行'), granting broad discretion to perform engineering steps — not limited or gated by declared configuration or user approval.
Install Mechanism
This is instruction-only with no install spec and no code files to execute. That reduces supply-chain risk because nothing is downloaded or installed, but it does not mitigate the risk coming from the instructions' expectations to access and modify the host filesystem.
Credentials
The skill declares no required environment variables or config paths, yet repeatedly references specific user directories (memory/, Knowledge Base dirs, memory/evolve/candidates.md, PROPOSED_CHANGES.md, HEARTBEAT.md) and expects the ability to append and create files. Requesting no credentials while expecting unrestricted host file access is disproportionate and under-declared.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill's execution flow mandates producing 'Agentic Action Proposals' and appending to an evolution queue; combined with its rhetoric about 'host complete control', this increases blast radius if the agent is allowed to act autonomously. Not flagged purely for autonomy, but the mandatory-action language combined with file-write expectations is risky without explicit permission controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dmn-default-mode-network
  3. After installation, invoke the skill by name or use /dmn-default-mode-network
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.3.0
v3.3.0: Implement agentic action proposal and self-evolve integration
v1.0.0
Initial ClawHub release
v3.2.1
v3.2.1 版本号更新
v3.2.0
v3.2.0: 状态路由与主题时间衰减、Thread 机制、触发日志透明化;CEO思考 路径统一
v3.1.1
v3.1.0 开源版:触发日志、用户目标配置、通用化;精简主文件以符合 ClawHub 嵌入限制
v3.0.4
- Enhanced keyword list and description for broader coverage, including English terms (autonomous thinking, continuous thinking, productivity, etc.). - Expanded usage scenarios to explicitly include Agent collaboration and productivity-related contexts. - Version updated to 3.0.4. No functional or logic changes.
v3.0.3
**Summary:** This update simplifies documentation and tightens the focus on key system behaviors. - Reduced documentation footprint: removed auxiliary files (README, publish.sh, etc.), streamlining the skill's codebase. - Rewrote and condensed SKILL.md, highlighting only critical mechanisms (decision logic, "Iron Rules", core functions, TPN/Thread/anti-forgetting systems). - User goal configuration now references a concise '三大目标' (three main objectives) index rather than arbitrary user goal fields. - Clarified file storage structure and recapitalized Thread File and synthesis workflow. - Kept version and feature descriptions up-to-date with core system behavior and intended usage.
v3.0.2
## dmn-default-mode-network 3.0.2 Changelog - Documentation update: Improved and clarified sections in README.md. - No functional or logic code changes introduced in this version. - Reference workflows, terminology, and execution steps enhanced for better understanding.
v3.0.1
Major upgrade: introduces Thread File, TPN gating, non-forgetting mechanisms, and continuous thinking across days. - Added Thread File mechanism for ongoing, theme-based multi-round thinking and cross-day continuation. - Implemented TPN (task-positive network) gating to actively prevent rumination and enforce breakthrough or halt. - Introduced a non-forgetting system: actions and key findings are tracked to memory, pending actions, and synthesis asset lists. - Established the "Iron Rules" to prevent idea repetition, enforce actionable outputs, and guarantee traceable insight sources. - Refined anti-duplication, priority routing, and quality self-assessment for each thinking cycle. - Expanded the CEO simulation pool and adjusted recap/reporting flows.
v2.1.1
v2.1.1: full package with README, LICENSE, PUBLISH; repo mikonos/dmn-skill
v2.1.0
Open-source v2.1.0: user-configured goals; five core functions, Session Synthesis, anti-repeat, continuous thinking
v2.0.1
v2.0.1 — DMN(默认模式网络)迎来核心升级,AI 自动后台思考体验大幅优化: - 新增“CEO思维模拟”功能,智能轮换七位顶级思想家外部框架,产出高质量洞见和行动建议 - 引入“反重复机制”:检测主题饱和度,自动跳过已讨论关键词,避免反刍循环 - 每次思考强制生成“Session Synthesis”总结文件,为后续深度推进做好铺垫 - 明确两种思考情形(A/B),全流程标准化,实现自主连续思考 - 加强身份保护及产出规则,每步均可追溯并便于手动审阅
Metadata
Slug dmn-default-mode-network
Version 3.3.0
License
All-time Installs 0
Active Installs 0
Total Versions 12
Frequently Asked Questions

What is Dmn Default Mode Network?

默认模式网络(DMN)是模拟大脑发散性思维的自主思考系统。在用户无主动交互且系统空闲时触发,自动进行内部记忆整合、跨界创意碰撞、意义生成和引入批判性视角的自我辩论。适合在空闲时段自动深化知识库。 It is an AI Agent Skill for Claude Code / OpenClaw, with 619 downloads so far.

How do I install Dmn Default Mode Network?

Run "/install dmn-default-mode-network" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dmn Default Mode Network free?

Yes, Dmn Default Mode Network is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Dmn Default Mode Network support?

Dmn Default Mode Network is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dmn Default Mode Network?

It is built and maintained by mikonos (@mikonos); the current version is v3.3.0.

💬 Comments