Skip to content

neurabytelabs/rune-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺ„ RUNE β€” Prompt Amplification Skill for OpenClaw

"Every prompt is a spell. Every spell, a decree of understanding."

RUNE transforms flat, ambiguous prompts into structured 8-layer prompts validated by Spinoza's philosophical framework β€” resulting in dramatically better AI responses.

v2.0 "Deus Sive Natura" β€” now with Spinoza Validator, 40+ grimoire templates, multi-agent swarm mode, and prompt lineage tracking.

What It Does

Input:  "Write a blog post about AI"

RUNE applies 8 layers:
  L0 β†’ Expert tech blogger persona
  L1 β†’ Domain context, target audience
  L2 β†’ Task definition, format spec
  L3 β†’ Constraints, ethics check
  L4 β†’ CoT thinking strategy
  L5 β†’ Tool selection
  L6 β†’ Spinoza QA validation
  L7 β†’ Output format, style, length

Output: Structured, high-quality prompt ready for any LLM

The 8 Layers

Layer Name Purpose
L0 System Core Role, persona, behavioral rules
L1 Context Identity Domain knowledge, target audience
L2 Intent Scope Task definition, output format
L3 Governance Constraints, ethical boundaries
L4 Cognitive Engine Thinking strategy (CoT, ToT)
L5 Capabilities Domain Tools, integrations, capabilities
L6 QA Spinoza Validator β€” 4-pillar quality control
L7 Output Meta Format, style, length, language

v2.0 Features

  • Spinoza Validator β€” Conatus (agency), Ratio (logic), Laetitia (tone), Natura (flow)
  • 40+ Grimoire Templates β€” coding, writing, analysis, creative, AI/ML
  • 14 CLI Commands β€” cast, inscribe, duel, grimoire, validate, forge, swarm, lineage...
  • Swarm Mode β€” multi-agent prompt evolution with tournament selection
  • Oracle Engine β€” self-improving prompts with feedback loops
  • Prompt Repetition β€” based on Google Research (arXiv:2512.14982)

Install

npx clawhub@latest install neurabytelabs/rune-skill

Requirements

  • Python 3.11+
  • RUNE repo cloned locally
  • RUNE_API_KEY in ~/.secrets

Setup

# 1. Clone RUNE repo
git clone https://github.com/neurabytelabs/rune ~/Documents/GitHub/rune

# 2. Install dependencies
cd ~/Documents/GitHub/rune && pip install -r requirements.txt

# 3. Add API key
echo "export RUNE_API_KEY=your_key" >> ~/.secrets

Usage

# Enhance a prompt (default: inscribe)
echo "Explain quantum computing" | bash main.sh

# As argument
bash main.sh "Write a marketing email for my SaaS"

# Specific commands
bash main.sh cast "Design a REST API for a todo app"
bash main.sh validate "Check this prompt quality"
bash main.sh duel "Compare sorting algorithms"
bash main.sh grimoire
bash main.sh swarm "Evolve the best coding prompt"

# Pipe enhanced prompt into your AI
ENHANCED=$(echo "Analyze this code" | bash main.sh)
echo "$ENHANCED" | llm -m claude-3.5-sonnet

Why RUNE?

Most people give AI a flat prompt and get mediocre output. RUNE applies prompt engineering best practices automatically β€” in under 2 seconds.

Built on Spinoza's philosophical framework by NeuraByte Labs.

"The more an action follows from the nature of the understanding agent, the more perfect it is." β€” Baruch Spinoza, Ethics IV

Author

Mustafa SaraΓ§ Β· NeuraByte Labs

Related

License

MIT

About

πŸͺ„ RUNE Prompt Amplification Skill for OpenClaw β€” 8-layer semantic engine for dramatically better AI responses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages