Skill Refiner CLI is a terminal tool built for AI engineers, designed to maximize the effectiveness of your SKILL.md files in AI engines through automated language translation and logic reconstruction (CoT).
- Native Thinking: Write logic in your native language and reconstruct it into authentic AI-native instructions (English context) with one click.
- Logic Elevation: Automatically reconstruct into Chain of Thought (CoT) structures to significantly improve Agent task success rates.
- Full Package Download: Recursively downloads all subdirectories and files from the GitHub skill repository.
- Privacy First: Your API Key is only stored locally.
- Minimalist Authentication: Supports automatic browser callback login, no manual copy-pasting required.
- Node.js: [Required] Please ensure Node.js is installed. Node.js Official Website (https://nodejs.org)
You can install globally or run without installation using npx.
# Global installation
npm install -g skills-refinerskills-refiner configOnce configured, subsequent commands will use your default language if -l <language> is not specified.
skills-refiner OpenAI/docDownloads the full package for the OpenAI/doc skill.
skills-refiner <skill_name> -l <language>
# Example:
skills-refiner OpenAI/doc -l zh-CN# Enter the directory containing the SKILL.md file first
skills-refiner -l <language>skills-refiner -lsskills-refiner -h- API Key Storage: Your API Key is stored in your local system configuration directory using conf, protected by the OS.
- Data Transmission:
SKILL.mdcontent is sent to our servers for AI processing ONLY during refinement tasks. - Device ID: Anonymously generated device IDs are used solely for visitor quota tracking.