← Back to Skills Marketplace
295
Downloads
0
Stars
0
Active Installs
14
Versions
Install in OpenClaw
/install chu-hui
Description
Optimize system environments, filter noise from text, and tune parameters to improve performance and stability.
README (SKILL.md)
\r \r
除秽·调优魄 (Chu Hui - Optimizer)\r
\r
七魄之六·除秽\r 职掌:环境优化、噪声过滤、参数调优\r \r ---\r \r
技能简介\r
\r 「除秽·调优魄」是贫道的系统优化模块,职掌环境调优与噪声过滤。\r \r 核心职责:\r
- 优化系统环境\r
- 过滤无效噪声\r
- 调优运行参数\r \r ---\r \r
技能ID\r
\r
chu-hui\r
```\r
\r
---\r
\r
## 能力清单\r
\r
### 1. 环境优化 (optimize)\r
\r
优化当前运行环境。\r
\r
**输入**:`target` (string) - 优化目标\r
```yaml\r
target: memory|cpu|network|all\r
```\r
\r
**输出**:\r
```yaml\r
optimization:\r
before: 优化前指标\r
after: 优化后指标\r
improvements: 改进项列表\r
```\r
\r
---\r
\r
### 2. 噪声过滤 (filter)\r
\r
过滤输入中的噪声。\r
\r
**输入**:`text` (string) - 待过滤文本\r
\r
**输出**:\r
```yaml\r
filtered:\r
clean: 清理后的文本\r
removed: 被移除的噪声类型\r
retained: 保留的有效内容比例\r
```\r
\r
---\r
\r
### 3. 参数调优 (tune)\r
\r
调优系统参数。\r
\r
**输入**:`params` (object) - 参数配置\r
**输出**:\r
```yaml\r
tuning:\r
applied: 已应用的参数\r
suggested: 建议参数\r
expected: 预期效果\r
```\r
\r
---\r
\r
---\r
\r
## 聚合技能\r
\r
本魄作为调优中枢,优化环境与参数:\r
\r
| 现有技能 | 调用方式 | 整合说明 |\r
|---------|---------|---------|\r
| `gog` | 调用 | Google Workspace优化 |\r
| `memory-hygiene` | 调用 | 记忆系统清理 |\r
| `token-optimization` | 调用 | Token优化配置 |\r
| `bodhi-three-hun-and-seven-po` | 元技能 | 三魂七魄根基,协调各魄 |\r
\r
---\r
\r
## 魂魄注解\r
\r
除秽去扰,优化环境——吐故纳新,运转如新。\r
Usage Guidance
This skill is low-risk in terms of credentials or network exfiltration (it makes no network calls and requests no secrets), but it is misleading and functionally limited. Before installing or using it:
- Expect simulated, not real, system changes: optimize() reports hypothetical 'after' values and tune() only suggests parameters; it does not apply system-level optimizations.
- Test the filter() on non-sensitive sample text first: the regex list includes a pattern that will replace any 2+ consecutive Chinese characters (labelled as '中文姓名'), which will remove ordinary Chinese words and sentences and could cause data loss. Consider adjusting or disabling that pattern.
- Don't rely on this skill to actually change system settings or apply production tuning without additional verification and explicit apply logic.
- If you need real environment changes or safe PII filtering, request that the author document exactly what will be changed, add an explicit 'apply' step requiring confirmation, and replace crude regex-based name removal with named-entity detection or configurable rules.
If you want, I can produce a short patch suggestion to make the filter less destructive and to make 'optimize' and 'tune' clearly labeled as simulation vs real actions.
Capability Analysis
Type: OpenClaw Skill
Name: chu-hui
Version: 1.0.16
The 'Chu Hui' skill bundle is a utility for system environment reporting, PII (Personally Identifiable Information) filtering, and AI parameter tuning suggestions. The code in scripts/index.js is transparent and lacks any network communication, file system modifications, or sensitive data exfiltration logic. The 'optimize' and 'tune' functions primarily return simulated metrics and configuration suggestions, while the 'filter' function performs standard regex-based redaction of sensitive strings like emails and phone numbers without storing or transmitting them.
Capability Assessment
Purpose & Capability
The SKILL.md and name promise environment optimization and parameter tuning. The included scripts do not perform real system changes: optimize() only reads os.totalmem/freemem and returns simulated 'after' values, and tune() returns suggestions without applying changes. This mismatch (claiming active optimization vs returning simulated suggestions) can mislead users who expect actual system-level actions.
Instruction Scope
SKILL.md lists three capabilities (optimize/filter/tune) and mentions integrating other skills (gog, memory-hygiene, token-optimization) but provides no concrete instructions to call external services. The runtime JS only operates locally, reads no files, uses no env vars, and performs no network I/O. However, the SKILL.md's aggregation table may give a false impression of cross-skill orchestration that isn't implemented.
Install Mechanism
No install spec is present (instruction-only skill) and the provided JS file has no downloads, no external package installs, and no extract actions. That minimizes installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access environment variables or secret-config paths, so requested privileges are proportionate (none).
Persistence & Privilege
Flags show always:false and autonomous invocation is allowed (platform default). The skill does not attempt to persist configuration, modify other skills, or alter system settings. No elevated or persistent privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chu-hui - After installation, invoke the skill by name or use
/chu-hui - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.16
- Bumped version to 1.0.16 in SKILL.md.
- No other content or feature changes.
v1.0.15
- Bumped version to 1.0.15 in SKILL.md.
- No changes to features or skill definitions; documentation update only.
v1.0.14
- Bumped version to 1.0.14 in SKILL.md.
- No changes to features, usage, or documentation content.
v1.0.13
- Bumped version number to 1.0.13 in SKILL.md.
- No feature, capability, or documentation changes detected.
v1.0.12
- Updated SKILL.md to reflect correct version number (now 1.0.12).
- Removed unused metadata fields and simplified the front matter for clarity.
v2.0.1
Version 2.0.1
- Added structured metadata fields at the top of SKILL.md (skill_id, name, category, tags, platforms, capacity, load_strategy, author)
- Updated version number to 2.0.1
- No changes to core functionality or feature descriptions
v1.0.11
- Version updated to 1.0.11 in SKILL.md.
- No functional or documentation content changes detected. Only the version number was incremented.
v1.0.10
- Bumped version to 1.0.10 in SKILL.md.
- No other content or functional changes in this update.
v1.0.9
- Version updated to 1.0.9 in SKILL.md.
- No changes to features, descriptions, or abilities; only the version number was incremented.
v1.0.8
- Version updated to 1.0.8 in SKILL.md.
- Documentation and feature descriptions remain unchanged.
v1.0.7
- Version updated from 1.0.6 to 1.0.7 in SKILL.md.
- No content changes; only the version number was incremented.
v1.0.6
- Version updated from 1.0.5 to 1.0.6 in SKILL.md.
- No other content changes detected.
v1.0.5
- Version updated to 1.0.5 in SKILL.md.
- No other content or functional changes detected.
v1.0.4
- Added detailed skill overview, including main responsibilities and capabilities
- Documented three key features: environment optimization, noise filtering, and parameter tuning
- Provided specifications for inputs and outputs of each feature
- Listed associated and integrated skills for broader system optimization
- Included philosophical explanation of the skill's role
Metadata
Frequently Asked Questions
What is Chu Hui?
Optimize system environments, filter noise from text, and tune parameters to improve performance and stability. It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.
How do I install Chu Hui?
Run "/install chu-hui" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Chu Hui free?
Yes, Chu Hui is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Chu Hui support?
Chu Hui is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Chu Hui?
It is built and maintained by 无为上人 (@lt8899789); the current version is v1.0.16.
More Skills