/install elen-decision-network
\r \r
Elen MCP Integration Skill\r
\r
[!IMPORTANT]\r This skill establishes the baseline rules for reasoning within the Learning Nodes stack. You MUST use the Elen MCP server to document your epistemic decisions. Doing so ensures that choices are version-controlled, preserved, and searchable.\r \r
1. What is the Elen MCP?\r
\r The Elen Context Server is responsible for the "Decision Network" infrastructure. It runs locally as an MCP server.\r \r Installation Requirement: Before this skill will work, you or your agent must configure the Elen MCP server in your IDE/Agent settings (e.g., Cursor, Claude, Windsurf):\r \r
{\r
"mcpServers": {\r
"elen": {\r
"command": "npx",\r
"args": ["-y", "@learningnodes/[email protected]"]\r
}\r
}\r
}\r
```\r
\r
Whenever you make a meaningful technical, design, security, or product decision (e.g., choosing a specific framework, styling a UX component, structuring an API endpoint, or dropping a feature), you should record it using the available MCP tools provided by the server.\r
\r
## 2. When to Use the Elen MCP\r
\r
- **Before Action**: Use `mcp_elen_elen_suggest` and `mcp_elen_elen_get_competency` to query if a decision has already been formulated for the topic you are working on.\r
- **During the Task**: When you formulate a new plan or solve a structural issue, use `mcp_elen_elen_commit` to save the decision to the network.\r
- **When Fixing Bugs**: If you resolve a bug and it warrants a systemic change or constraint update, commit a new decision and reference the old one (or use `mcp_elen_elen_supersede` if completely overruling).\r
\r
## 3. Formatting Requirements\r
\r
When committing a decision via `mcp_elen_elen_commit`:\r
- **Domain**: Briefly categorize the domain (e.g., "frontend", "infrastructure", "security").\r
- **Question**: Describe the concrete problem (e.g., "Which state management tool to use for the marketplace UI?").\r
- **DecisionText**: Provide your clear, concise answer.\r
- **Constraints**: Supply an array of hard rules or context bounds (e.g., `["Must not use internal APIs", "Must restrict file-size to \x3C1 MB"]`).\r
\r
## 4. Avoiding Action Without Context\r
\r
Never implement sweeping, codebase-wide changes without first verifying prior related artifacts in the decision network. The goal is to create **visible reasoning**, eliminating tribal knowledge and undocumented assumptions from the loop.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install elen-decision-network - 安装完成后,直接呼叫该 Skill 的名称或使用
/elen-decision-network触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Elen: Epistemic Decision Tracker 是什么?
Teaches agents how to query, expand, and cleanly commit technical, design, and product constraints to the Elen SQLite decision graph via the Elen Context Ser... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 450 次。
如何安装 Elen: Epistemic Decision Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install elen-decision-network」即可一键安装,无需额外配置。
Elen: Epistemic Decision Tracker 是免费的吗?
是的,Elen: Epistemic Decision Tracker 完全免费(开源免费),可自由下载、安装和使用。
Elen: Epistemic Decision Tracker 支持哪些平台?
Elen: Epistemic Decision Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Elen: Epistemic Decision Tracker?
由 Nico(@nicoizco)开发并维护,当前版本 v1.0.1。