TopRank Skills

Home / Claw Skills / 其他 / math-slop
Official OpenClaw rules 15%

math-slop

Generate satirical "math slop" ragebait formulas that connect famous constants (φ, π, e, i) in trivially true but profound-looking equations. Outputs LaTeX. Use for math memes or when someone asks for "math slop."

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 math-slop 技能。 若已安装,则直接安装 math-slop 技能。

Overview

Skill Key
0xmugen/maths-rage-bate
Author
0xmugen
Source Repo
openclaw/skills
Version
-
Source Path
skills/0xmugen/maths-rage-bate
Latest Commit SHA
62e0cb8f821ab56c1e05ce74b62fe00ff2b41a40

Extracted Content

SKILL.md excerpt

# Math Slop Generator

Generate single-line "ragebait" formulas connecting famous constants in ways that look profound but are trivially true.

## Quick Generate

```bash
node scripts/generate-slop.js

# Multiple formulas
node scripts/generate-slop.js --count 5
```

## Example Output

- `\varphi^{\ln e} = \varphi^{i^4}` → φ¹ = φ¹
- `e^{i\pi} + 1 + \gamma = 0 + \gamma` → Euler + γ both sides
- `\tau - 2\pi = e^{i\pi} + 1` → 0 = 0
- `\sqrt{2}^{\,2} = 2^{\sin^2 x + \cos^2 x}` → 2 = 2¹

## Rendering

The script outputs LaTeX. To render as an image, use any LaTeX renderer:
- Online: latex.codecogs.com, quicklatex.com
- Local: pdflatex, mathjax, katex

## Formula Types

- **Add zeros**: `(φ-φ)`, `ln(1)`, `e^{iπ}+1`, `sin(0)`
- **Multiply by ones**: `e^0`, `i⁴`, `sin²θ+cos²θ`
- **Both sides**: same constant added/multiplied to both sides
- **Euler mashups**: variations on e^{iπ}+1=0
- **Golden ratio**: φ² = φ+1 variations

README excerpt

# Math Slop 🧮

Generate satirical "ragebait" math formulas that connect famous constants (φ, π, e, i) in ways that look profound but are trivially true.

## Examples

- `φ^(ln e) = φ^(i⁴)` — just φ¹ = φ¹
- `e^(iπ) + 1 + γ = 0 + γ` — Euler's identity with γ added to both sides
- `τ - 2π = e^(iπ) + 1` — 0 = 0 dressed up
- `√2² = 2^(sin²x + cos²x)` — 2 = 2¹

## Usage

```bash
# Generate a formula (outputs LaTeX)
node scripts/generate-slop.js

# Generate multiple
node scripts/generate-slop.js --count 5
```

## How It Works

The generator creates formulas by:
- Adding zeros: `(φ-φ)`, `ln(1)`, `e^(iπ)+1`, `sin(0)`
- Multiplying by ones: `e^0`, `i⁴`, `sin²θ+cos²θ`, `ln(e)`
- Same operation both sides: `a/φ = b/φ`
- Connecting unrelated constants through trivial identities

## Rendering

Output is LaTeX. Render with any LaTeX tool:
- Online: latex.codecogs.com, quicklatex.com
- Local: pdflatex, mathjax, katex

## Installation

```bash
clawdhub install maths-rage-bate
```

## License

MIT

Related Claw Skills