{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/elen-decision-network",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elen-decision-network",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/elen-decision-network",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Elen MCP Integration Skill",
        "body": "[!IMPORTANT]\nThis 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."
      },
      {
        "title": "1. What is the Elen MCP?",
        "body": "The Elen Context Server is responsible for the \"Decision Network\" infrastructure. It runs locally as an MCP server.\n\nInstallation 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):\n\n{\n  \"mcpServers\": {\n    \"elen\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@learningnodes/elen-mcp@0.1.1\"]\n    }\n  }\n}\n\nWhenever 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."
      },
      {
        "title": "2. When to Use the Elen MCP",
        "body": "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.\nDuring 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.\nWhen 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)."
      },
      {
        "title": "3. Formatting Requirements",
        "body": "When committing a decision via mcp_elen_elen_commit:\n\nDomain: Briefly categorize the domain (e.g., \"frontend\", \"infrastructure\", \"security\").\nQuestion: Describe the concrete problem (e.g., \"Which state management tool to use for the marketplace UI?\").\nDecisionText: Provide your clear, concise answer.\nConstraints: Supply an array of hard rules or context bounds (e.g., [\"Must not use internal APIs\", \"Must restrict file-size to <1 MB\"])."
      },
      {
        "title": "4. Avoiding Action Without Context",
        "body": "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."
      }
    ],
    "body": "Elen MCP Integration Skill\n\n[!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.\n\n1. What is the Elen MCP?\n\nThe Elen Context Server is responsible for the \"Decision Network\" infrastructure. It runs locally as an MCP server.\n\nInstallation 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):\n\n{\n  \"mcpServers\": {\n    \"elen\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@learningnodes/elen-mcp@0.1.1\"]\n    }\n  }\n}\n\n\nWhenever 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.\n\n2. When to Use the Elen MCP\nBefore 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.\nDuring 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.\nWhen 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).\n3. Formatting Requirements\n\nWhen committing a decision via mcp_elen_elen_commit:\n\nDomain: Briefly categorize the domain (e.g., \"frontend\", \"infrastructure\", \"security\").\nQuestion: Describe the concrete problem (e.g., \"Which state management tool to use for the marketplace UI?\").\nDecisionText: Provide your clear, concise answer.\nConstraints: Supply an array of hard rules or context bounds (e.g., [\"Must not use internal APIs\", \"Must restrict file-size to <1 MB\"]).\n4. Avoiding Action Without Context\n\nNever 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": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NicoIzco/elen-decision-network",
    "publisherUrl": "https://clawhub.ai/NicoIzco/elen-decision-network",
    "owner": "NicoIzco",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}