{
  "schemaVersion": "1.0",
  "item": {
    "slug": "neuralink-decoder",
    "name": "NeuralEntropy",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/AadiPapp/neuralink-decoder",
    "canonicalUrl": "https://clawhub.ai/AadiPapp/neuralink-decoder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/neuralink-decoder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=neuralink-decoder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/decoder.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "neuralink-decoder",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T18:20:02.502Z",
      "expiresAt": "2026-05-09T18:20:02.502Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=neuralink-decoder",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=neuralink-decoder",
        "contentDisposition": "attachment; filename=\"neuralink-decoder-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "neuralink-decoder"
      },
      "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/neuralink-decoder"
    },
    "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/neuralink-decoder",
    "agentPageUrl": "https://openagent3.xyz/skills/neuralink-decoder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/neuralink-decoder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/neuralink-decoder/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Neuralink Decoder Skill",
        "body": "This skill simulates a Brain-Computer Interface (BCI).\nIt generates synthetic neural spiking data based on cosine tuning (motor cortex model) and uses a linear decoder to reconstruct cursor velocity."
      },
      {
        "title": "Features",
        "body": "Neural Simulator: Generates realistic spike trains for 64 neurons.\nDecoder: Maps spike rates to 2D velocity ($v_x, v_y$).\nVisualization: Prints the decoded trajectory."
      },
      {
        "title": "Commands",
        "body": "decode: Run the simulation and decoding loop."
      }
    ],
    "body": "Neuralink Decoder Skill\n\nThis skill simulates a Brain-Computer Interface (BCI). It generates synthetic neural spiking data based on cosine tuning (motor cortex model) and uses a linear decoder to reconstruct cursor velocity.\n\nFeatures\nNeural Simulator: Generates realistic spike trains for 64 neurons.\nDecoder: Maps spike rates to 2D velocity ($v_x, v_y$).\nVisualization: Prints the decoded trajectory.\nCommands\ndecode: Run the simulation and decoding loop."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AadiPapp/neuralink-decoder",
    "publisherUrl": "https://clawhub.ai/AadiPapp/neuralink-decoder",
    "owner": "AadiPapp",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/neuralink-decoder",
    "downloadUrl": "https://openagent3.xyz/downloads/neuralink-decoder",
    "agentUrl": "https://openagent3.xyz/skills/neuralink-decoder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/neuralink-decoder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/neuralink-decoder/agent.md"
  }
}