# Send Elen: Epistemic Decision Tracker to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "elen-decision-network",
    "name": "Elen: Epistemic Decision Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/NicoIzco/elen-decision-network",
    "canonicalUrl": "https://clawhub.ai/NicoIzco/elen-decision-network",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/elen-decision-network",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elen-decision-network",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "elen-decision-network",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T20:59:26.324Z",
      "expiresAt": "2026-05-09T20:59:26.324Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elen-decision-network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elen-decision-network",
        "contentDisposition": "attachment; filename=\"elen-decision-network-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "elen-decision-network"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/elen-decision-network"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/elen-decision-network",
    "downloadUrl": "https://openagent3.xyz/downloads/elen-decision-network",
    "agentUrl": "https://openagent3.xyz/skills/elen-decision-network/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elen-decision-network/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elen-decision-network/agent.md"
  }
}
```
## Documentation

### Elen MCP Integration Skill

[!IMPORTANT]
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.

### 1. What is the Elen MCP?

The Elen Context Server is responsible for the "Decision Network" infrastructure. It runs locally as an MCP server.

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):

{
  "mcpServers": {
    "elen": {
      "command": "npx",
      "args": ["-y", "@learningnodes/elen-mcp@0.1.1"]
    }
  }
}

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.

### 2. When to Use the Elen MCP

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.
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.
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).

### 3. Formatting Requirements

When committing a decision via mcp_elen_elen_commit:

Domain: Briefly categorize the domain (e.g., "frontend", "infrastructure", "security").
Question: Describe the concrete problem (e.g., "Which state management tool to use for the marketplace UI?").
DecisionText: Provide your clear, concise answer.
Constraints: Supply an array of hard rules or context bounds (e.g., ["Must not use internal APIs", "Must restrict file-size to <1 MB"]).

### 4. Avoiding Action Without Context

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: NicoIzco
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T20:59:26.324Z
- Expires at: 2026-05-09T20:59:26.324Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/elen-decision-network)
- [Send to Agent page](https://openagent3.xyz/skills/elen-decision-network/agent)
- [JSON manifest](https://openagent3.xyz/skills/elen-decision-network/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/elen-decision-network/agent.md)
- [Download page](https://openagent3.xyz/downloads/elen-decision-network)