OpenSkills
Framework for building, loading, and running markdown skills
All Skills in This Repository (13)
Pure Emerald Level Indicatorsmulti-chart-draw
Generate and render Mermaid, ECharts, Mindmap, DrawIO, and GeoGebra charts from natural language prompts.
prompt-optimizer
Select prompting frameworks and refine prompts for AI output quality.
feishu-doc-to-dev-spec
Convert Feishu cloud documents into a consolidated Markdown developer specification.
weekly-report-to-annual
Fetch Feishu weekly emails via IMAP and generate an annual summary from a template.
meeting-summary
Generate structured meeting summaries with sections for information, decisions, and action items.
file-to-article-generator
Convert uploaded PDFs, Word, and image files into structured Markdown article drafts with embedded images.
infographic-template-updater
Synchronize infographic template catalogs and UI prompts across multiple files.
infographic-structure-creator
Generate and register infographic structure components in TypeScript/TSX.
infographic-creator
Translate text into AntV Infographic DSL snippets with template, data, and theme sections.
infographic-syntax-creator
Generate AntV Infographic syntax blocks from user content.
infographic-item-creator
Generate TypeScript infographic Item components with registerItem integration.
excel-processor
Analyze and summarize data from Excel workbooks across multiple sheets.
Frequently Asked Questions
FAQPage SchemaHow to install OpenSkills?▼
Run `npx skills add twwch/OpenSkills --all -g -y` in your terminal to install all skills in this repository globally.
What does OpenSkills do?▼
It is a Python framework that loads markdown-defined skills, matches them to user queries, and runs their scripts in a secure sandbox with automatic file upload and download.
Which models does OpenSkills support?▼
It works with OpenAI, Azure OpenAI, Ollama, Together, Groq, and DeepSeek through a unified client interface.
What example skills are included?▼
The examples cover multi-format chart drawing, infographic creation, prompt optimization, Feishu document conversion, meeting summaries, annual report generation, and Excel and Word processing.
Do I need coding experience to use OpenSkills?▼
Basic Python knowledge helps for setup, but once configured the agent matches and runs skills automatically from plain-language requests.
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