smallnestsmallnestCommunity·9 Agent Skills Included

goskills

Parse, manage, and run skill packages from the command line

Parses, lists, searches, and executes skill packages directly from the terminal or a web interface. Connects to OpenAI-compatible models to run multi-step tasks with built-in shell, Python, file, and search capabilities. Eliminates manual skill inspection and setup, with MCP server support and bilingual English-Chinese output.
npx skills add smallnest/goskills --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install GoSkills?

Run `npx skills add smallnest/goskills --all -g -y` in your terminal to install all skills in this repository globally.

What does GoSkills do?

It is a Go-based command-line program that parses, lists, searches, and executes skill packages, with a web chat interface for running tasks interactively.

Which models does GoSkills support?

It works with OpenAI and any OpenAI-compatible API, including DeepSeek and other providers, configured through environment variables like OPENAI_API_KEY and OPENAI_API_BASE.

Can GoSkills run skills without manual setup?

Yes. The run command automatically discovers available skills, picks the most relevant one for your request, and executes it with built-in shell, Python, file, and search capabilities.

Does GoSkills support MCP servers?

Yes. You can configure Model Context Protocol servers through a simple mcp.json file to extend what executed skills can access.

Related Repositories in Software Engineering

View All in Software Engineering