← Back to Skills Marketplace
janussilence

Smart Refinement System

by JanusSilence · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smart-refinement
Description
Automatically refines unclear prompts, matches relevant skills via vector similarity, integrates context, and suggests execution steps for efficient AI task...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-refinement
  3. After installation, invoke the skill by name or use /smart-refinement
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 initial release
Metadata
Slug smart-refinement
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Smart Refinement System?

Automatically refines unclear prompts, matches relevant skills via vector similarity, integrates context, and suggests execution steps for efficient AI task... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install Smart Refinement System?

Run "/install smart-refinement" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Smart Refinement System free?

Yes, Smart Refinement System is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Smart Refinement System support?

Smart Refinement System is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Smart Refinement System?

It is built and maintained by JanusSilence (@janussilence); the current version is v1.0.0.

💬 Comments