← 返回 Skills 市场
Clarity AI
作者
yjin94606-art
· GitHub ↗
· v2.2.0
· MIT-0
139
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install clarity-ai
功能描述
AI-Powered Intent Parser - Transform messy input into crystal-clear instructions. Converts verbose Chinese/English input into structured intent. Supports 7 i...
使用说明 (SKILL.md)
Clarity AI
Transform messy input into crystal-clear instructions
What It Does
| Messy Input | Clean Output |
|---|---|
| "Hi, about Python for loops, why is it running so slow?" | Intent: Performance\x3Cbr>Language: Python\x3Cbr>Goal: Analyze slow loop |
Features
| Feature | Description |
|---|---|
| 🎯 7 Intent Types | Debug, Performance, Create, Explain, Modify, Review, Learn |
| ⚡ Millisecond | Local rule engine, no waiting |
| 🔒 Privacy | 100% local processing |
| 🌏 Bilingual | Chinese & English |
Supported Intents
| Intent | Keywords |
|---|---|
| Code Debug | debug, error, bug, issue |
| Performance | slow, performance, optimize |
| Code Creation | write, create, generate |
| Concept Explain | what is, explain, principle |
| Code Modify | modify, refactor |
| Code Review | review, check |
| Learning | teach, learn |
Usage
Activate: "开启精准模式" or "Enable precision mode"
Input: "Can you help me check this Python code?"
Output:
## 🎯 Precision Instruction
**📌 Intent:** Code Debug
**💻 Language:** Python
**🎯 Goal:** Find and fix code issues
Deactivate: "关闭精准模式" or "Disable precision mode"
Installation
clawhub install clarity-ai
Optional: Ollama Enhancement
brew install ollama
ollama pull qwen:0.5b
brew services start ollama
Technical Details
- Speed: Millisecond response (rule engine)
- Privacy: 100% local
- Languages: 20+ programming languages
- Intelligence: 7 intent types
Author
Boss - Built for better AI communication
安全使用建议
The skill itself is coherent: it parses intents with a local rule engine and optionally uses a local Ollama model at localhost:11434. However, do NOT run the README's curl | bash installer without inspecting it first — that single command fetches and executes a remote script and is the primary risk here. If you want to use the Ollama enhancement, prefer installing Ollama and pulling models through verified package managers (brew, official Ollama docs) and inspect any model sources. Recommended steps before installing: 1) Inspect the repository/install script linked in the README (https://github.com/yjin94606/clarity-ai) to see what it does; 2) avoid piping unknown remote scripts to bash — download and review them first; 3) run the skill in a sandboxed environment if you must test it; 4) if privacy is important, verify that model downloads and Ollama are configured to run entirely locally and that no network proxies are used. Overall the code calls only localhost and requests no secrets, but the provided install instruction is the main red flag.
功能分析
Type: OpenClaw Skill
Name: clarity-ai
Version: 2.2.0
The skill bundle provides a legitimate-looking intent parser using a local rule engine and optional Ollama integration. While the core logic in `scripts/clarity.js` is benign and focuses on string manipulation and local HTTP requests, the `README.md` documentation promotes a high-risk installation method via `curl | bash` from a remote GitHub URL (raw.githubusercontent.com/yjin94606-art/clarity-ai/main/install.sh). This pattern is a known vector for remote code execution and supply chain attacks, and although common in some developer tools, it qualifies as a significant security risk within the context of an automated agent skill.
能力评估
Purpose & Capability
Name/description (intent parser) match the included code: a rule-based transformer with an optional call to a local Ollama model. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md only instructs using the rule engine and optionally installing/using Ollama locally. The runtime instructions and code operate on the provided input and call only localhost (Ollama) if available; they do not read arbitrary files or request unrelated secrets.
Install Mechanism
The skill is instruction-only (no official install spec), but README includes a high-risk curl -sL https://raw.githubusercontent.com/.../install.sh | bash one-liner. Running an unknown remote install script is dangerous and not necessary for the rule-engine behavior; the optional Ollama commands (brew install, ollama pull) are more reasonable but do involve downloading models from external sources.
Credentials
No environment variables, credentials, or config paths are required by the skill. The code only targets a localhost Ollama endpoint and does not access system secrets.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not modify other skills or system configs. Autonomous invocation is allowed (platform default) but not combined with other high privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clarity-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/clarity-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
Updated README, merged clarity-engine into clarity-ai
v2.1.0
Updated README with one-command install, improved features and examples
v2.0.2
Redesigned README with beautiful formatting, badges, tables, and professional layout
v2.0.1
Updated bilingual README, improved SKILL.md, professional documentation
v2.0.0
2.0 - Complete rewrite with beautiful README, merged engine+ollama, professional branding, bilingual documentation
元数据
常见问题
Clarity AI 是什么?
AI-Powered Intent Parser - Transform messy input into crystal-clear instructions. Converts verbose Chinese/English input into structured intent. Supports 7 i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。
如何安装 Clarity AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clarity-ai」即可一键安装,无需额外配置。
Clarity AI 是免费的吗?
是的,Clarity AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clarity AI 支持哪些平台?
Clarity AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clarity AI?
由 yjin94606-art(@yjin94606-art)开发并维护,当前版本 v2.2.0。
推荐 Skills