EXboysEXboysCommunity·12 Agent Skills Included

skilllite

Secure sandboxed skill execution with self-evolving local runtime

Runs skills inside an OS-level sandbox with install-time scanning, pre-execution confirmation, and runtime isolation. Automatically evolves prompts, memory, and new skills from repeated usage patterns while keeping every artifact behind the same security checks. Eliminates risky unverified code execution and manual skill maintenance with a zero-dependency local binary.
npx skills add EXboys/skilllite --all -g -y
Available:

Tells the agent how to build, test, and run skills in this workspace, including sandbox environment variables, spec routing rules, and the required task workflow before marking work complete.

All Skills in This Repository (12)

Pure Emerald Level Indicators
📦 In Repo
EXboysEXboys

node-test

Convert JSON text input to uppercase using a sandboxed Node.js script.

Community
Basic
📦 In Repo
EXboysEXboys

weather

Fetch real-time weather data for a specified city without API keys.

Community
Intermediate
📦 In Repo
EXboysEXboys

http-request

Perform HTTP requests with custom headers, URL params, and JSON bodies.

Community
Advanced
📦 In Repo
EXboysEXboys

skill-creator

Create and organize Skill folders with standardized SKILL.md frontmatter and optional resources.

Community
Intermediate
📦 In Repo
EXboysEXboys

calculator

Perform add, subtract, multiply, and divide operations on two numbers.

Community
Basic
📦 In Repo
EXboysEXboys

agent-browser

Drive web pages, fill forms, and extract data via a scriptable CLI.

Community
Intermediate
📦 In Repo
EXboysEXboys

xiaohongshu-writer

Generate Xiaohongshu post titles, bodies, hashtags, and thumbnails.

Community
Intermediate
📦 In Repo
EXboysEXboys

csdn-article

Generate CSDN-style Markdown article templates with title, abstract, body, code blocks, and tags.

Community
Intermediate
📦 In Repo
EXboysEXboys

writing-helper

Generate natural Chinese articles with enforced structure and writing constraints.

Community
Intermediate
📦 In Repo
EXboysEXboys

text-processor

Convert, trim, reverse, and count text with configurable operations.

Community
Intermediate
📦 In Repo
EXboysEXboys

data-analysis

Perform descriptive statistics, filtering, aggregation, and correlation on CSV and JSON data with pandas and numpy.

Community
Intermediate
📦 In Repo
EXboysEXboys

frontend-design

Create distinctive frontend interfaces with HTML, CSS, and JavaScript.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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