twwchtwwchCommunity·13 Agent Skills Included

OpenSkills

Framework for building, loading, and running markdown skills

Provides a Python SDK that discovers, matches, and executes markdown-based skills with a three-layer progressive disclosure architecture. Eliminates manual prompt wiring by auto-loading references, running scripts in a secure sandbox, and syncing files automatically. Includes ready-made examples for chart drawing, document conversion, report generation, and prompt optimization.
npx skills add twwch/OpenSkills --all -g -y

All Skills in This Repository (13)

Pure Emerald Level Indicators
📦 In Repo
twwchtwwch

multi-chart-draw

Generate and render Mermaid, ECharts, Mindmap, DrawIO, and GeoGebra charts from natural language prompts.

Community
Advanced
📦 In Repo
twwchtwwch

prompt-optimizer

Select prompting frameworks and refine prompts for AI output quality.

Community
Advanced
📦 In Repo
twwchtwwch

feishu-doc-to-dev-spec

Convert Feishu cloud documents into a consolidated Markdown developer specification.

Community
Intermediate
📦 In Repo
twwchtwwch

weekly-report-to-annual

Fetch Feishu weekly emails via IMAP and generate an annual summary from a template.

Community
Advanced
📦 In Repo
twwchtwwch

meeting-summary

Generate structured meeting summaries with sections for information, decisions, and action items.

Community
Intermediate
📦 In Repo
twwchtwwch

file-to-article-generator

Convert uploaded PDFs, Word, and image files into structured Markdown article drafts with embedded images.

Community
Advanced
📦 In Repo
twwchtwwch

infographic-template-updater

Synchronize infographic template catalogs and UI prompts across multiple files.

Community
Intermediate
📦 In Repo
twwchtwwch

infographic-structure-creator

Generate and register infographic structure components in TypeScript/TSX.

Community
Advanced
📦 In Repo
twwchtwwch

infographic-creator

Translate text into AntV Infographic DSL snippets with template, data, and theme sections.

Community
Intermediate
📦 In Repo
twwchtwwch

infographic-syntax-creator

Generate AntV Infographic syntax blocks from user content.

Community
Intermediate
📦 In Repo
twwchtwwch

infographic-item-creator

Generate TypeScript infographic Item components with registerItem integration.

Community
Intermediate
📦 In Repo
twwchtwwch

excel-processor

Analyze and summarize data from Excel workbooks across multiple sheets.

Community
Intermediate

Frequently Asked Questions

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