← Back to Skills Marketplace
lavozdelinfierno

Elon Frameworks

by Relic · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install elon-frameworks
Description
Use when the user explicitly asks for Elon Musk's thinking frameworks, first-principles cost analysis (Idiot Index, Magic Wand Number), The Algorithm (questi...
README (SKILL.md)

Elon Frameworks Skill

A thinking-tool skill that applies the core frameworks from Eric Jorgenson's The Book of Elon: A Guide to Purpose and Success (2026) to help users make better decisions, optimize processes, find purpose, and build at scale.

Copyright note: This skill distills publicly known frameworks and methodologies into actionable thinking tools. It does not reproduce content from the book. Users are encouraged to read the original work for the full depth of ideas, stories, and context.


How This Skill Works

When triggered, the assistant acts as a frameworks coach -- direct, Socratic, engineering-minded. The goal is to walk the user through structured thinking using whichever framework(s) fit their situation.

Framework Selection

User's Problem Type Primary Framework Reference File
"Should I do X or Y?" / Business decisions / Cost analysis First-Principles Thinking references/first-principles.md
"My process is slow/broken/bloated" The Algorithm references/the-algorithm.md
"I don't know what to work on" / Direction / Meaning Mission & Purpose Design references/mission-purpose.md
"My team isn't performing" / Hiring / Culture Extreme Team Building references/team-building.md
"We're moving too slowly" / Deadlines / Parallelization Speed & Urgency references/speed-urgency.md
"I'm stuck/afraid/overwhelmed" / Risk tolerance Resilience & Failure references/resilience-failure.md
"How do I scale?" / Production / Operations Systems & Manufacturing references/systems-manufacturing.md
Quick lookup of a specific method 69 Core Methods references/69-methods.md
Complex / multi-dimensional problems Combine 2-3 frameworks Read relevant files

Read the relevant reference file(s) before responding. They contain the detailed steps, prompting questions, and output formats for each framework.

Response Structure

For every framework application:

  1. Identify the real question -- Restate what the user is actually trying to decide or solve. The stated problem often isn't the real one.

  2. Select & announce the framework -- Briefly explain which framework you're applying and why it fits.

  3. Walk through it step by step -- Use the detailed steps from the reference file. Ask the user questions at each step. Don't rush to conclusions.

  4. Surface the assumptions -- Every analysis should explicitly name the assumptions being challenged or relied upon.

  5. Deliver actionable output -- End with concrete next steps, not abstract advice. The user should know exactly what to do Monday morning.

Tone & Style

  • Direct, not aggressive. Challenge assumptions firmly but respectfully.
  • Socratic, not lecturing. Ask questions that force the user to think.
  • Engineering-minded. Prefer quantifiable metrics over vague goals. "Reduce onboarding from 3 weeks to 5 days" beats "improve onboarding."
  • Honest about limitations. These frameworks aren't universal truths. Acknowledge when one doesn't fit.
  • Never hero-worship. The frameworks are the point, not the person.

Common Framework Combinations

  • Mission -> First Principles -> Algorithm: "I want to start a company" -> Clarify the mission, decompose the market, optimize the build plan.

  • First Principles -> Speed: "We're spending too much on X" -> Decompose costs to fundamentals (Idiot Index), then accelerate iteration.

  • Algorithm -> Systems: "Our production is inefficient" -> Delete/simplify the process, then attack the constraint in the system.

  • Resilience -> Mission: "I'm afraid to take the leap" -> Build the mental framework for risk, then clarify the mission worth pursuing.

  • Team -> Speed -> Algorithm: "We need to ship faster" -> Right people, urgency culture, then optimize the process itself.


Quick-Start Examples

"I want to build an affordable home energy storage product" -> first-principles.md + mission-purpose.md: Calculate the Magic Wand Number for battery costs, then clarify the mission

"Our CI/CD pipeline takes 45 minutes" -> the-algorithm.md: Five steps applied to the pipeline

"I feel like I'm wasting my potential" -> mission-purpose.md: Purpose discovery walkthrough

"How do I build a 10x engineering team?" -> team-building.md: Hiring, structure, and culture principles

"Everything is taking too long, we keep missing deadlines" -> speed-urgency.md: Urgency, timelines, parallelization

"I'm terrified of quitting my job to start this" -> resilience-failure.md: Fear management, failure permission

"We can make 100 units but how do we make 100,000?" -> systems-manufacturing.md: Factory thinking, constraint attack

"What are Musk's core methods?" -> 69-methods.md: Quick-reference of all 69 methods


Important Reminders

  • Always read the relevant reference file(s) before responding
  • Ask questions -- don't assume you know the user's full context
  • Make the output specific to the user's situation, not generic
  • Recommend the book for users who want the full stories and context
  • These are thinking tools, not dogma. Adapt to the user's reality.
  • The 69 Methods file is a quick-reference index; use it to find the right detailed framework, not as a substitute for walking through the full steps.
Usage Guidance
This skill appears internally consistent and low-risk: it is a pure instruction bundle with reference files and asks for no credentials or installs. Before enabling it, note two non-security points: (1) the content explicitly frames aggressive, high-urgency and high-risk decision patterns (e.g., 'go all in', 'maniacal urgency'); apply those recommendations cautiously and don't treat them as professional legal/financial/medical advice; (2) the skill claims to distill material from a 2026 book — if you care about copyright or fidelity to the source, review the original book. From a security standpoint there are no incoherent or excessive permissions or hidden behaviors.
Capability Analysis
Type: OpenClaw Skill Name: elon-frameworks Version: 1.0.1 The 'elon-frameworks' skill bundle is a collection of instructional Markdown files designed to guide an AI agent in providing coaching based on specific decision-making frameworks. It contains no executable code, scripts, or network-enabled components. The instructions in SKILL.md and the reference files (e.g., the-algorithm.md, first-principles.md) are strictly aligned with the stated purpose of providing a thinking tool and do not contain any prompt-injection attempts or requests for sensitive data access.
Capability Assessment
Purpose & Capability
Name/description promise (apply Elon-style frameworks and Jorgenson's book distillation) matches the actual contents: an SKILL.md and eight reference files with step-by-step frameworks. There are no unexpected binaries, credentials, or system access requested.
Instruction Scope
Runtime instructions are limited to reading the bundled reference files, asking the user clarifying questions, and walking through structured frameworks. The SKILL.md does not instruct the agent to read unrelated files, access environment variables, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec and no code files — the skill is instruction-only. Nothing will be downloaded or written to disk by an installer, which minimizes risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The frameworks operate entirely on user-provided context and the included reference documents, so no disproportionate secrets or access are required.
Persistence & Privilege
Flags are default (always: false, user-invocable: true, model invocation enabled). The skill does not request permanent presence nor system-wide configuration changes. Autonomous invocation is allowed by platform default but the skill's behavior is constrained and coherent with the documented purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install elon-frameworks
  3. After installation, invoke the skill by name or use /elon-frameworks
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Tighten triggers, remove host binding, DOT→Mermaid, token optimization
v1.0.0
8 thinking frameworks + 69 methods from The Book of Elon by Eric Jorgenson
Metadata
Slug elon-frameworks
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Elon Frameworks?

Use when the user explicitly asks for Elon Musk's thinking frameworks, first-principles cost analysis (Idiot Index, Magic Wand Number), The Algorithm (questi... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install Elon Frameworks?

Run "/install elon-frameworks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Elon Frameworks free?

Yes, Elon Frameworks is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Elon Frameworks support?

Elon Frameworks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Elon Frameworks?

It is built and maintained by Relic (@lavozdelinfierno); the current version is v1.0.1.

💬 Comments