🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Clarity AI

by @yjin94606-art

AI-Powered Intent Parser - Transform messy input into crystal-clear instructions. Converts verbose Chinese/English input into structured intent. Supports 7 i...

Versionv2.2.0
Downloads359
Stars⭐ 1
TERMINAL
clawhub install clarity-ai

πŸ“– About This Skill


name: clarity-ai description: AI-Powered Intent Parser - Transform messy input into crystal-clear instructions. Converts verbose Chinese/English input into structured intent. Supports 7 intent types + 20+ programming languages. Privacy-first, millisecond response. version: 2.1.0 author: Boss

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
Language: Python
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

    πŸ’‘ Examples

    Activate: "开启精准樑式" or "Enable precision mode"

    Input: "Can you help me check this Python code?"

    Output: ```markdown