← Back to Skills Marketplace
nicoizco

Elen: Epistemic Decision Tracker

by Nico · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
450
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install elen-decision-network
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install elen-decision-network
  3. After installation, invoke the skill by name or use /elen-decision-network
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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`)
Metadata
Slug elen-decision-network
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 450 downloads so far.

How do I install Elen: Epistemic Decision Tracker?

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

Is Elen: Epistemic Decision Tracker free?

Yes, Elen: Epistemic Decision Tracker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Elen: Epistemic Decision Tracker support?

Elen: Epistemic Decision Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Elen: Epistemic Decision Tracker?

It is built and maintained by Nico (@nicoizco); the current version is v1.0.1.

💬 Comments