← 返回 Skills 市场
Smart Refinement System
作者
JanusSilence
· GitHub ↗
· v1.0.0
· MIT-0
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-refinement
功能描述
Automatically refines unclear prompts, matches relevant skills via vector similarity, integrates context, and suggests execution steps for efficient AI task...
安全使用建议
This package appears coherent with its stated purpose. Before installing: 1) Verify the source repository or author (package.json claims a repo/homepage but the registry entry shows unknown source). 2) Review the remaining code (functions not shown in the truncated listing) to confirm there are no unexpected network calls or hidden endpoints. 3) When integrating into an agent, restrict which executor tools the agent can actually invoke (e.g., block or sandbox 'exec', restrict file access) because the skill suggests actions that may lead the agent to pick tools like exec/read/write/browser. 4) Run in a sandbox or test environment first, and inspect/create a safe config (log paths, custom_skills_path) to avoid writing sensitive data to disk. If you want lower risk, install but disable any tooling integrations that provide OS or network access.
功能分析
Type: OpenClaw Skill
Name: smart-refinement
Version: 1.0.0
The skill bundle provides a legitimate utility for optimizing AI agent prompts and matching user requests to specific skill categories (e.g., code generation, file operations). The core logic in `smart_refinement_system.py` uses keyword-based intent detection and regex for entity extraction without any high-risk behaviors like remote code execution, network exfiltration, or unauthorized file access. The instructions in `SKILL.md` and the generated execution guides are designed to improve agent clarity and task adherence, showing no signs of malicious prompt injection or deceptive behavior.
能力评估
Purpose & Capability
Name and description (prompt refinement, vector matching, context integration) match the packaged code and SKILL.md. The included skills database and APIs (process_message, refine_prompt, match_skills) are coherent with the stated purpose. Minor note: package metadata references a homepage/repo but the skill registry lists 'Source: unknown' / 'Homepage: none' — origin is not verified, but this is an administrative/attribution issue rather than a functional mismatch.
Instruction Scope
SKILL.md and the code stay within the described scope: detecting vague prompts, producing refined prompts, computing TF-IDF/cosine-like matches, integrating context, and producing suggested actions/guides. The docs and code also recommend mapping matched skills to tools (e.g., 'exec', 'read', 'write', 'autoglm-websearch') — the skill only suggests those tools; it does not itself request credentials or automatically run external commands. When integrated into an agent that has tool plugins, those suggested tools could cause the agent to run commands or access files; consider controlling which tools the agent is permitted to use.
Install Mechanism
No install spec that downloads or executes external archives; files are provided in the package. SKILL.md shows optional npx clawhub install and manual copy instructions. No URLs or remote installers in the package that would write arbitrary code at install time.
Credentials
The skill declares no required environment variables, no config paths, and the code does not read secrets or environment variables. It reads/writes local config/log files (config save and log path in config_example.json), which is reasonable for a local utility.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request elevated or persistent platform privileges. It writes its own config/log files in the working directory if used, which is expected behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-refinement - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-refinement触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 initial release
元数据
常见问题
Smart Refinement System 是什么?
Automatically refines unclear prompts, matches relevant skills via vector similarity, integrates context, and suggests execution steps for efficient AI task... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Smart Refinement System?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-refinement」即可一键安装,无需额外配置。
Smart Refinement System 是免费的吗?
是的,Smart Refinement System 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Smart Refinement System 支持哪些平台?
Smart Refinement System 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smart Refinement System?
由 JanusSilence(@janussilence)开发并维护,当前版本 v1.0.0。
推荐 Skills