← 返回 Skills 市场
lt8899789

Chu Hui

作者 无为上人 · GitHub ↗ · v1.0.16 · MIT-0
cross-platform ⚠ suspicious
295
总下载
0
收藏
0
当前安装
14
版本数
在 OpenClaw 中安装
/install chu-hui
功能描述
Optimize system environments, filter noise from text, and tune parameters to improve performance and stability.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chu-hui
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chu-hui 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug chu-hui
版本 1.0.16
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 14
常见问题

Chu Hui 是什么?

Optimize system environments, filter noise from text, and tune parameters to improve performance and stability. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 Chu Hui?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chu-hui」即可一键安装,无需额外配置。

Chu Hui 是免费的吗?

是的,Chu Hui 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Chu Hui 支持哪些平台?

Chu Hui 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Chu Hui?

由 无为上人(@lt8899789)开发并维护,当前版本 v1.0.16。

💬 留言讨论