← 返回 Skills 市场
nicoizco

Elen: Epistemic Decision Tracker

作者 Nico · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
450
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install elen-decision-network
功能描述
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...
使用说明 (SKILL.md)

\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
安全使用建议
This skill is an instruction-only integration that expects you to run a local 'Elen MCP' server via npx (@learningnodes/[email protected]). Before installing/running that package, verify the npm package source and review its code or repository (or run it in an isolated environment) because the SKILL.md directs fetching code from the npm registry even though the skill metadata doesn't declare node/npx as required. Also ensure your agent/platform is permitted to run npx commands and that you are comfortable with the agent invoking those MCP actions automatically.
功能分析
Type: OpenClaw Skill Name: elen-decision-network Version: 1.0.1 The skill instructs the agent to configure an 'Elen MCP server' by executing `npx -y @learningnodes/[email protected]` as specified in `SKILL.md`. The use of `npx -y` allows for the download and execution of arbitrary code from the npm registry without explicit user confirmation, posing a significant supply chain risk and a potential Remote Code Execution (RCE) vulnerability. While there is no direct evidence of malicious intent within the provided files, this method of installing external dependencies is highly insecure.
能力评估
Purpose & Capability
The SKILL.md describes using a local Elen MCP server to record decisions, which matches the skill name/description. Minor mismatch: the instructions assume the ability to run 'npx @learningnodes/[email protected]', but the skill metadata lists no required binaries (node/npx). The dependency on npx/node should be declared.
Instruction Scope
Instructions stay on-topic: they describe when/how to query and commit decisions and list specific MCP actions (suggest, get_competency, commit, supersede). They do not request reading unrelated files, credentials, or exfiltrating data.
Install Mechanism
No install spec in the skill (instruction-only). The SKILL.md tells users/agents to configure the platform to run an npm package via npx. That is a reasonable approach for an instruction-only skill, but it implicates fetching code from the npm registry (@learningnodes/[email protected]); you should validate and trust that package before running it.
Credentials
No environment variables, credentials, or config paths are requested by the skill, and the instructions do not ask for secrets. Proportional to the stated purpose.
Persistence & Privilege
Skill is user-invocable and not always-included; it does not request persistent/system-wide modifications. Autonomous invocation is allowed by default on the platform but the skill itself does not demand elevated persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install elen-decision-network
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /elen-decision-network 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated Elen MCP server installation instructions to reference version @learningnodes/[email protected] instead of @latest. - Documentation and baseline usage instructions remain the same, ensuring consistent guidance for configuring and using the Elen MCP server.
v1.0.0
🚀 Initial Release: Equip your AI agents with a persistent, version-controlled Decision Network! Tired of context-window amnesia and repeating the same project rules? The Elen MCP Skill teaches your AI agent how to build and query an explicit "Decision Network" directly inside your local environment. With this skill, your agent will proactively: 🧠 Query the Elen graph before making sweeping codebase changes to ensure they respect past decisions. ⚡️ Commit technical, product, security, and UI constraints to an immutable SQLite graph so your whole team stays aligned. 🔄 Safely supersede outdated decisions when fixing bugs or pivoting the architecture. 🛠️ Learn exactly how to format domains, constraints, and JSON payloads natively via the Context Server. (Includes zero-configuration setup instructions for `npx @learningnodes/elen-mcp@latest`)
元数据
Slug elen-decision-network
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论