skilllite
Secure sandboxed skill execution with self-evolving local runtime
All Skills in This Repository (12)
Pure Emerald Level Indicatorsnode-test
Convert JSON text input to uppercase using a sandboxed Node.js script.
weather
Fetch real-time weather data for a specified city without API keys.
http-request
Perform HTTP requests with custom headers, URL params, and JSON bodies.
skill-creator
Create and organize Skill folders with standardized SKILL.md frontmatter and optional resources.
calculator
Perform add, subtract, multiply, and divide operations on two numbers.
agent-browser
Drive web pages, fill forms, and extract data via a scriptable CLI.
xiaohongshu-writer
Generate Xiaohongshu post titles, bodies, hashtags, and thumbnails.
csdn-article
Generate CSDN-style Markdown article templates with title, abstract, body, code blocks, and tags.
writing-helper
Generate natural Chinese articles with enforced structure and writing constraints.
text-processor
Convert, trim, reverse, and count text with configurable operations.
data-analysis
Perform descriptive statistics, filtering, aggregation, and correlation on CSV and JSON data with pandas and numpy.
frontend-design
Create distinctive frontend interfaces with HTML, CSS, and JavaScript.
Frequently Asked Questions
FAQPage SchemaHow to install SkillLite?▼
Run `npx skills add EXboys/skilllite --all -g -y` in your terminal to install all skills in this suite globally.
What does SkillLite do?▼
It runs skills inside a secure OS-level sandbox with install-time scanning and runtime isolation, and it automatically evolves new skills, prompts, and memory from your repeated usage patterns.
How does SkillLite keep skill execution safe?▼
It applies three layers of defense: static and supply-chain scanning at install time, a confirmation step before execution, and OS-native isolation with resource limits at runtime.
Does SkillLite work with Claude Code and Cursor?▼
Yes. It exposes skills through MCP and the universal SKILL.md standard, so it works with Claude Code, Cursor, Claude Desktop, and other compatible agents.
Can I use SkillLite without the full agent stack?▼
Yes. You can use the lightweight sandbox binary or MCP server on its own to add secure skill execution to any existing agent setup.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core