{
  "schemaVersion": "1.0",
  "item": {
    "slug": "maths-rage-bate",
    "name": "Math Slop",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/0xMugen/maths-rage-bate",
    "canonicalUrl": "https://clawhub.ai/0xMugen/maths-rage-bate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/maths-rage-bate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=maths-rage-bate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/generate-slop.js"
    ],
    "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/maths-rage-bate"
    },
    "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/maths-rage-bate",
    "agentPageUrl": "https://openagent3.xyz/skills/maths-rage-bate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/maths-rage-bate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/maths-rage-bate/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": "Math Slop Generator",
        "body": "Generate single-line \"ragebait\" formulas connecting famous constants in ways that look profound but are trivially true."
      },
      {
        "title": "Quick Generate",
        "body": "node scripts/generate-slop.js\n\n# Multiple formulas\nnode scripts/generate-slop.js --count 5"
      },
      {
        "title": "Example Output",
        "body": "\\varphi^{\\ln e} = \\varphi^{i^4} → φ¹ = φ¹\ne^{i\\pi} + 1 + \\gamma = 0 + \\gamma → Euler + γ both sides\n\\tau - 2\\pi = e^{i\\pi} + 1 → 0 = 0\n\\sqrt{2}^{\\,2} = 2^{\\sin^2 x + \\cos^2 x} → 2 = 2¹"
      },
      {
        "title": "Rendering",
        "body": "The script outputs LaTeX. To render as an image, use any LaTeX renderer:\n\nOnline: latex.codecogs.com, quicklatex.com\nLocal: pdflatex, mathjax, katex"
      },
      {
        "title": "Formula Types",
        "body": "Add zeros: (φ-φ), ln(1), e^{iπ}+1, sin(0)\nMultiply by ones: e^0, i⁴, sin²θ+cos²θ\nBoth sides: same constant added/multiplied to both sides\nEuler mashups: variations on e^{iπ}+1=0\nGolden ratio: φ² = φ+1 variations"
      }
    ],
    "body": "Math Slop Generator\n\nGenerate single-line \"ragebait\" formulas connecting famous constants in ways that look profound but are trivially true.\n\nQuick Generate\nnode scripts/generate-slop.js\n\n# Multiple formulas\nnode scripts/generate-slop.js --count 5\n\nExample Output\n\\varphi^{\\ln e} = \\varphi^{i^4} → φ¹ = φ¹\ne^{i\\pi} + 1 + \\gamma = 0 + \\gamma → Euler + γ both sides\n\\tau - 2\\pi = e^{i\\pi} + 1 → 0 = 0\n\\sqrt{2}^{\\,2} = 2^{\\sin^2 x + \\cos^2 x} → 2 = 2¹\nRendering\n\nThe script outputs LaTeX. To render as an image, use any LaTeX renderer:\n\nOnline: latex.codecogs.com, quicklatex.com\nLocal: pdflatex, mathjax, katex\nFormula Types\nAdd zeros: (φ-φ), ln(1), e^{iπ}+1, sin(0)\nMultiply by ones: e^0, i⁴, sin²θ+cos²θ\nBoth sides: same constant added/multiplied to both sides\nEuler mashups: variations on e^{iπ}+1=0\nGolden ratio: φ² = φ+1 variations"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/0xMugen/maths-rage-bate",
    "publisherUrl": "https://clawhub.ai/0xMugen/maths-rage-bate",
    "owner": "0xMugen",
    "version": "0.3.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/maths-rage-bate",
    "downloadUrl": "https://openagent3.xyz/downloads/maths-rage-bate",
    "agentUrl": "https://openagent3.xyz/skills/maths-rage-bate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/maths-rage-bate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/maths-rage-bate/agent.md"
  }
}