goskills
Parse, manage, and run skill packages from the command line
All Skills in This Repository (9)
Pure Emerald Level Indicatorsmarkitdown
Convert PDFs, Word, Excel, HTML, and images with OCR into Markdown.
Extract text and tables from PDFs with layout awareness.
docx
Extract and analyze content from .docx documents for semantic search and QA retrieval.
spreadsheets
Create and edit spreadsheets with charts and styled tables via a Python API.
theme-factory
Apply curated color and typography themes to presentations and reports.
algorithmic-art
DeliverablePackaging for your project.
internal-comms
Draft internal communications from input requests using templates and guidelines.
skill-creator
Creates Claude skills with metadata, structure, resources, validation and packaging workflows.
canvas-design
Create design philosophies in Markdown and render them as PDF or PNG posters.
Frequently Asked Questions
FAQPage SchemaHow 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→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