返回顶部
l

llmbooster

A 4-step thinking framework to boost LLM output quality. Enforces structured reasoning (Plan → Draft → Self-Critique → Refine) to improve low-end LLM responses. No LLM endpoint needed - LLM follows the framework itself. Triggered by "detailed analysis", "in-depth analysis", "use booster", or /booster command.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.7.0
安全检测
已通过
120
下载量
0
收藏
概述
安装方式
版本历史

llmbooster

# LLMBooster Skill **A Thinking Framework, Not an Automation Tool** LLMBooster is a 4-step thinking framework that improves LLM output quality through structured reasoning. **No LLM endpoint needed** - the LLM follows the framework itself. ## Core Philosophy **Problem with low-end LLMs:** Jump to conclusions, miss details, lack self-review. **Booster solution:** Enforce structured thinking process. ``` Plan → Draft → Self-Critique → Refine ``` ## Trigger Conditions - User says "use booster", "booster", or "/booster" - User requests: "detailed analysis", "in-depth analysis", "help me analyze" - User requests: "improve quality", "detailed analysis" - User asks for evaluation, comparison, or decision support - User requests code review or technical documentation - User asks complex questions (lengthy tasks, multi-step problems) ## How It Works **LLM executes the framework itself, no Python calls needed:** 1. LLM reads `prompts/plan.md` → Create structured plan 2. LLM reads `prompts/draft.md` → Write complete draft 3. LLM reads `prompts/self_critique.md` → Review issues 4. LLM reads `prompts/refine.md` → Polish final output ## Command Handling When user enters `/booster` command, execute: ```bash cd ~/.openclaw/workspace/skills/llmbooster && python3 -c " from config_loader import ConfigLoader from state_manager import SkillStateManager from cli_handler import CLICommandHandler loader = ConfigLoader() config = loader.load('config.schema.json') state_mgr = SkillStateManager(config) cli = CLICommandHandler(state_mgr) result = cli.handle('/booster status') print(result.message) " ``` ### CLI Commands | Command | Description | |---------|-------------| | `/booster enable` | Enable LLMBooster | | `/booster disable` | Disable LLMBooster | | `/booster status` | Show current status | | `/booster stats` | Show usage statistics | | `/booster depth <1-4>` | Set thinking depth | | `/booster help` | Show help | ## Thinking Depth | Depth | Steps | Quality | Speed | Use Case | |-------|-------|---------|-------|----------| | 1 | Plan | ★★☆☆ | Fastest | Quick analysis, brainstorm | | 2 | Plan → Draft | ★★★☆ | Fast | General tasks, simple Q&A | | 3 | + Self-Critique | ★★★★ | Medium | Code review, technical docs | | 4 | Full pipeline | ★★★★★ | Slowest | Important docs, complex analysis | ## Visual Feedback When executing, Booster displays: ``` 🚀 **Booster Pipeline Started**: Analyzing task... ──────────────────────────────────────── 🚀 Booster [█░░░░] Step 1/4: **Plan** ✅ Plan completed (2.3s) 🚀 Booster [██░░░] Step 2/4: **Draft** ✅ Draft completed (5.1s) 🚀 Booster [███░░] Step 3/4: **Self-Critique** ✅ Self-Critique completed (1.8s) 🚀 Booster [████] Step 4/4: **Refine** ✅ Refine completed (3.2s) ──────────────────────────────────────── ✅ **Booster Complete** - 4 steps, 12.4s total ``` ## Prompt Templates All templates are in `prompts/` directory: - `plan.md` - Step 1: Create structured plan - `draft.md` - Step 2: Write complete draft - `self_critique.md` - Step 3: Review and list improvements - `refine.md` - Step 4: Apply improvements ## Why It Works | Low-End LLM Problem | Booster Solution | |---------------------|-------------------| | Jumps to conclusions | Plan step forces structured thinking | | Misses details | Draft step requires complete coverage | | No self-review | Self-Critique step finds issues | | Rough output | Refine step polishes final result | ## Usage Statistics ```bash /booster stats # 📊 **Booster Statistics** # ─────────────────────── # Status: enabled # Thinking Depth: 4 # Tasks Processed: 5 # Last Used: 2026-03-22T09:30:00 ``` ## Files | File | Purpose | |------|---------| | `SKILL.md` | Skill definition + trigger conditions | | `README.md` | Documentation | | `booster.py` | Core module + helpers | | `cli_handler.py` | CLI command processing | | `state_manager.py` | State + statistics | | `stream_handler.py` | Visual feedback | | `config_loader.py` | Config loading | | `prompts/*.md` | Step prompt templates |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 llmbooster-1776106127 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 llmbooster-1776106127 技能

通过命令行安装

skillhub install llmbooster-1776106127

下载 Zip 包

⬇ 下载 llmbooster v1.7.0

文件大小: 43.95 KB | 发布时间: 2026-4-14 10:55

v1.7.0 最新 2026-4-14 10:55
Full English SKILL.md. Clarified trigger conditions and thinking framework purpose.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部