From 010b3052c4d81fe6ba79300026b32199b8aa9ce5 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Mon, 20 Apr 2026 02:03:07 +0000 Subject: [PATCH] =?UTF-8?q?feat(v0.10.0):=20weekly=20update=202026-04-20?= =?UTF-8?q?=20=E2=80=94=201=20new=20skill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++ README.md | 7 +++-- RELEASES.md | 14 +++++++++ skills/caveman/SKILL.md | 67 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 skills/caveman/SKILL.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ca5a20ec..9658d96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ Updated every Monday. --- +## [v0.10.0] — 2026-04-20 + +### 🚀 周更:561 精选 Skills(+1 本周新增) + +新增:`caveman` — 极简模式,减少 ~75% token 用量,保持技术准确性。支持 lite/full/ultra/文言模式。 + +--- + ## [v0.9.0] — 2026-04-13 ### 🚀 周更:560 精选 Skills(+0 本周新增,稳定维护周) diff --git a/README.md b/README.md index a4c4f1e0..6da05443 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Powered by MyClaw.ai -387+ Skills +561+ Skills Weekly Updates **Languages:** @@ -34,7 +34,7 @@ git clone https://github.com/LeoYeAI/openclaw-master-skills.git cp -r openclaw-master-skills/skills/ ~/.openclaw/workspace/skills/ ``` -## 📦 Skill Index (387 skills) +## 📦 Skill Index (561 skills) ### 🤖 AI & LLM Tools (50) @@ -377,7 +377,7 @@ cp -r openclaw-master-skills/skills/ ~/.openclaw/workspace/skills/ | [`sonoscli`](skills/sonoscli/) | Control Sonos speakers (discover/status/play/volume/group). | | [`spotify-player`](skills/spotify-player/) | Terminal Spotify playback/search via spogo (preferred) or spotify_player. | -### 🧠 Memory & Agent Enhancement (32) +### 🧠 Memory & Agent Enhancement (33) | Skill | Description | |---|---| @@ -387,6 +387,7 @@ cp -r openclaw-master-skills/skills/ ~/.openclaw/workspace/skills/ | [`answeroverflow`](skills/answeroverflow/) | Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, | | [`auto-updater`](skills/auto-updater/) | Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates | | [`capability-evolver`](skills/capability-evolver/) | A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies | +| [`caveman`](skills/caveman/) | Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. | | [`clawddocs`](skills/clawddocs/) | Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version t | | [`clawdhub`](skills/clawdhub/) | Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use whe | | [`clawsec`](skills/clawsec/) | | diff --git a/RELEASES.md b/RELEASES.md index 7e323379..50733dd3 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,20 @@ 每次更新的详细发布说明。 +## v0.10.0 — 2026-04-20 + +### 本周新增 1 个 Skill(总计 561) + +本周扫描来源:GitHub `openclaw-skill` topic(30+ 个仓库)+ skills.sh top 200 + ClaWHub CLI + +| Skill | 描述 | +|---|---| +| `caveman` | Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full, ultra, wenyan-lite, wenyan-full, wenyan-ultra. | + +来源:skills.sh → juliusbrussee/caveman + +--- + ## v0.9.0 — 2026-04-13 ### 本周新增 0 个 Skills(总计 560) diff --git a/skills/caveman/SKILL.md b/skills/caveman/SKILL.md new file mode 100644 index 00000000..2ab498bd --- /dev/null +++ b/skills/caveman/SKILL.md @@ -0,0 +1,67 @@ +--- +name: caveman +description: > + Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman + while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, + wenyan-lite, wenyan-full, wenyan-ultra. + Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", + "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested. +--- + +Respond terse like smart caveman. All technical substance stay. Only fluff die. + +## Persistence + +ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". + +Default: **full**. Switch: `/caveman lite|full|ultra`. + +## Rules + +Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"). Technical terms exact. Code blocks unchanged. Errors quoted exact. + +Pattern: `[thing] [action] [reason]. [next step].` + +Not: "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by..." +Yes: "Bug in auth middleware. Token expiry check use `<` not `<=`. Fix:" + +## Intensity + +| Level | What change | +|-------|------------| +| **lite** | No filler/hedging. Keep articles + full sentences. Professional but tight | +| **full** | Drop articles, fragments OK, short synonyms. Classic caveman | +| **ultra** | Abbreviate (DB/auth/config/req/res/fn/impl), strip conjunctions, arrows for causality (X → Y), one word when one word enough | +| **wenyan-lite** | Semi-classical. Drop filler/hedging but keep grammar structure, classical register | +| **wenyan-full** | Maximum classical terseness. Fully 文言文. 80-90% character reduction. Classical sentence patterns, verbs precede objects, subjects often omitted, classical particles (之/乃/為/其) | +| **wenyan-ultra** | Extreme abbreviation while keeping classical Chinese feel. Maximum compression, ultra terse | + +Example — "Why React component re-render?" +- lite: "Your component re-renders because you create a new object reference each render. Wrap it in `useMemo`." +- full: "New object ref each render. Inline object prop = new ref = re-render. Wrap in `useMemo`." +- ultra: "Inline obj prop → new ref → re-render. `useMemo`." +- wenyan-lite: "組件頻重繪,以每繪新生對象參照故。以 useMemo 包之。" +- wenyan-full: "物出新參照,致重繪。useMemo .Wrap之。" +- wenyan-ultra: "新參照→重繪。useMemo Wrap。" + +Example — "Explain database connection pooling." +- lite: "Connection pooling reuses open connections instead of creating new ones per request. Avoids repeated handshake overhead." +- full: "Pool reuse open DB connections. No new connection per request. Skip handshake overhead." +- ultra: "Pool = reuse DB conn. Skip handshake → fast under load." +- wenyan-full: "池reuse open connection。不每req新開。skip handshake overhead。" +- wenyan-ultra: "池reuse conn。skip handshake → fast。" + +## Auto-Clarity + +Drop caveman for: security warnings, irreversible action confirmations, multi-step sequences where fragment order risks misread, user asks to clarify or repeats question. Resume caveman after clear part done. + +Example — destructive op: +> **Warning:** This will permanently delete all rows in the `users` table and cannot be undone. +> ```sql +> DROP TABLE users; +> ``` +> Caveman resume. Verify backup exist first. + +## Boundaries + +Code/commits/PRs: write normal. "stop caveman" or "normal mode": revert. Level persist until changed or session end. \ No newline at end of file