{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rune-prompt-amplification",
    "name": "RUNE Prompt Amplification",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/mrsarac/rune-prompt-amplification",
    "canonicalUrl": "https://clawhub.ai/mrsarac/rune-prompt-amplification",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/rune-prompt-amplification",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rune-prompt-amplification",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "main.sh",
      "package.json"
    ],
    "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",
      "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/rune-prompt-amplification"
    },
    "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/rune-prompt-amplification",
    "agentPageUrl": "https://openagent3.xyz/skills/rune-prompt-amplification/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rune-prompt-amplification/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rune-prompt-amplification/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": "RUNE — Prompt Amplification Framework",
        "body": "RUNE transforms flat, ambiguous prompts into structured XML prompts validated by Spinoza's philosophical framework — resulting in outputs that are ~45% higher quality than raw prompting."
      },
      {
        "title": "The 8 Layers",
        "body": "LayerNamePurposeL0System CoreRole, persona, behavioral rulesL1Context IdentityDomain knowledge, target audienceL2Intent ScopeTask definition, output formatL3GovernanceConstraints, ethical boundariesL4Cognitive EngineThinking strategy (CoT, ToT)L5Capabilities DomainTools, integrations, capabilitiesL6QAValidation criteria, quality controlL7Output MetaFormat, style, length, language"
      },
      {
        "title": "Requirements",
        "body": "Python 3.11+\nRUNE repo cloned locally\nRUNE_API_KEY in ~/.secrets"
      },
      {
        "title": "Usage",
        "body": "# Pipe a prompt\necho \"Write a blog post about AI\" | bash main.sh\n\n# Pass as argument\nbash main.sh \"Explain quantum entanglement to a 12-year-old\""
      },
      {
        "title": "Setup",
        "body": "# 1. Clone RUNE repo\ngit clone https://github.com/mrsarac/master-prompts ~/Documents/GitHub/rune\n\n# 2. Add API key to ~/.secrets\necho \"export RUNE_API_KEY=your_key\" >> ~/.secrets\n\n# 3. Test\necho \"Hello\" | bash main.sh"
      },
      {
        "title": "Source",
        "body": "Author: NeuraByte Labs\nVersion: RUNE v4.3 / WAND v1.5.0\nRepo: https://github.com/neurabytelabs/rune-skill"
      }
    ],
    "body": "RUNE — Prompt Amplification Framework\n\nRUNE transforms flat, ambiguous prompts into structured XML prompts validated by Spinoza's philosophical framework — resulting in outputs that are ~45% higher quality than raw prompting.\n\nThe 8 Layers\nLayer\tName\tPurpose\nL0\tSystem Core\tRole, persona, behavioral rules\nL1\tContext Identity\tDomain knowledge, target audience\nL2\tIntent Scope\tTask definition, output format\nL3\tGovernance\tConstraints, ethical boundaries\nL4\tCognitive Engine\tThinking strategy (CoT, ToT)\nL5\tCapabilities Domain\tTools, integrations, capabilities\nL6\tQA\tValidation criteria, quality control\nL7\tOutput Meta\tFormat, style, length, language\nRequirements\nPython 3.11+\nRUNE repo cloned locally\nRUNE_API_KEY in ~/.secrets\nUsage\n# Pipe a prompt\necho \"Write a blog post about AI\" | bash main.sh\n\n# Pass as argument\nbash main.sh \"Explain quantum entanglement to a 12-year-old\"\n\nSetup\n# 1. Clone RUNE repo\ngit clone https://github.com/mrsarac/master-prompts ~/Documents/GitHub/rune\n\n# 2. Add API key to ~/.secrets\necho \"export RUNE_API_KEY=your_key\" >> ~/.secrets\n\n# 3. Test\necho \"Hello\" | bash main.sh\n\nSource\nAuthor: NeuraByte Labs\nVersion: RUNE v4.3 / WAND v1.5.0\nRepo: https://github.com/neurabytelabs/rune-skill"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mrsarac/rune-prompt-amplification",
    "publisherUrl": "https://clawhub.ai/mrsarac/rune-prompt-amplification",
    "owner": "mrsarac",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rune-prompt-amplification",
    "downloadUrl": "https://openagent3.xyz/downloads/rune-prompt-amplification",
    "agentUrl": "https://openagent3.xyz/skills/rune-prompt-amplification/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rune-prompt-amplification/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rune-prompt-amplification/agent.md"
  }
}