New Skills Discovered — June 26, 2026¶
Sources: skills.sh — mattpocock/skills, pbakaus/impeccable, hkuds/cli-anything, sundial-org/awesome-openclaw-skills, and 8 additional OpenClaw publishers Total new: 43 skills | Combined installs: 1.8M+ Date: June 26, 2026
Four major ecosystem expansions: Matt Pocock's TypeScript/developer toolkit (15 skills, 1.4M+ installs), the OpenClaw/ClawPilot agent ecosystem (17 skills from 9 publishers), pbakaus/impeccable UI/design refinement (2 skills, 90K installs), and CLI-Anything GUI harnesses (9 skills). All installable via skills.sh and compatible with Hermes Agent.
Skills Discovered¶
1. Matt Pocock's TypeScript Developer Toolkit (15 skills — 1,469,488 combined installs)¶
Matt Pocock is the world's leading TypeScript educator (146K GitHub stars). These 15 skills automate the complete TypeScript/React development lifecycle — writing, refactoring, code review, migration, and content creation.
| Skill | Installs | Description |
|---|---|---|
| write-a-skill | 222,399 | Guided workflow for writing effective Claude Code / Hermes skills |
| zoom-out | 221,804 | Step back and see the bigger picture before implementation decisions |
| caveman | 216,997 | Simplify complex code with caveman-debugging techniques |
| design-an-interface | 80,238 | Systematic interface design with TypeScript type-first methodology |
| request-refactor-plan | 78,373 | Request and evaluate refactoring plans before executing |
| ubiquitous-language | 76,001 | Establish shared domain language for team codebases |
| git-guardrails-claude-code | 73,463 | Git safety guardrails for AI-assisted coding workflows |
| edit-article | 70,985 | Technical article editing with structural and clarity improvements |
| setup-pre-commit | 70,006 | Pre-commit hook configuration for code quality enforcement |
| scaffold-exercises | 68,411 | Generate coding exercises and workshops from existing code |
| migrate-to-shoehorn | 66,889 | Migration patterns for the Shoehorn framework |
| writing-shape | 65,500 | Article structure and narrative shape guidance |
| writing-fragments | 65,458 | Fragment-based technical writing methodology |
| writing-beats | 65,169 | Story-beat pacing for technical content |
2. OpenClaw Ecosystem (17 skills — 294,954 combined installs)¶
A massive expansion of the OpenClaw/ClawPilot agent ecosystem from 9 publishers. Covers Linux cloud security, Chinese social media (Xiaohongshu, 10K+ installs), stock market data, browser automation, and agent self-improvement.
| Skill | Publisher | Installs | Description |
|---|---|---|---|
| openclaw-secure-linux-cloud | xixu-me/skills | 240,343 | Secure Linux cloud deployment hardening for OpenClaw agents |
| xiaohongshu | zhjiang22/openclaw-xhs | 10,622 | Xiaohongshu/RED social media integration — China's Instagram equivalent |
| akshare-stock | molezzz/openclaw-stock-skill | 10,199 | Chinese A-share stock market data via AKShare |
| stock-market-pro | sundial-org/awesome-openclaw-skills | 3,857 | Professional stock market analysis and trading signals |
| openclaw-persona-forge | affaan-m/everything-claude-code | 3,505 | Dynamic persona creation and management for agents |
| ontology | sundial-org/awesome-openclaw-skills | 3,274 | Ontology and knowledge graph construction |
| openclaw-backup | theagentservice/skills | 3,008 | Automated backup and restore for agent state |
| browser-automation | sophieguanongit/openclaw-browser-automation | 2,847 | Headless browser automation via Playwright |
| openclaw-config | adisinghstudent/easyclaw | 2,716 | Configuration management and setup for OpenClaw |
| exa-web-search-free | sundial-org/awesome-openclaw-skills | 2,715 | Free Exa web search integration (no API key needed) |
| finance-news | sundial-org/awesome-openclaw-skills | 2,572 | Financial news aggregation and sentiment analysis |
| proactive-self-improving-agent | yanhongxi-openclaw/proactive-self-improving-agent | 2,552 | Self-improving agent loop with reflection and adaptation |
| openclaw-history-ingest | ar9av/obsidian-wiki | 1,623 | Ingest chat history into Obsidian knowledge base |
| akshare | succ985/openclaw-akshare-skill | 1,620 | AKShare financial data API for Chinese markets |
| playwright-scraper | alphaonedev/openclaw-graph | 1,565 | Web scraping and data extraction via Playwright |
| memory-setup | sundial-org/awesome-openclaw-skills | 1,426 | Memory system configuration and optimization |
| openclaw-self-healing | ramsbaby/openclaw-self-healing | 880 | Self-healing agent recovery patterns |
3. pbakaus/impeccable — UI/Design Refinement (2 skills — 90,472 combined installs)¶
Impeccable (41K stars) is a UI refinement tool for AI-generated interfaces. These skills teach impeccable usage and visual arrangement patterns.
| Skill | Installs | Description |
|---|---|---|
| teach-impeccable | 50,795 | Teach agents how to use Impeccable for UI refinement |
| arrange | 39,677 | Visual arrangement and layout optimization patterns |
4. CLI-Anything GUI Harnesses (9 skills — 4,769 combined installs)¶
CLI-Anything (43K stars) makes GUI apps agent-native by generating CLI harnesses. These skills wrap Blender, Audacity, ComfyUI, Ollama, and other GUI tools for agent control.
| Skill | Installs | Description |
|---|---|---|
| cli-hub-meta-skill | 1,978 | Meta-skill for discovering and managing CLI-Anything harnesses |
| cli-anything-browser | 385 | Browser automation harness via CLI-Anything |
| cli-anything-freecad | 378 | FreeCAD 3D modeling harness |
| cli-anything-ollama | 345 | Ollama local LLM management harness |
| cli-anything-notebooklm | 343 | Google NotebookLM harness for podcast/audio generation |
| cli-anything-zotero | 335 | Zotero reference manager harness |
| cli-anything-audacity | 322 | Audacity audio editor harness |
| cli-anything-shotcut | 321 | Shotcut video editor harness |
| cli-anything-comfyui | 321 | ComfyUI Stable Diffusion workflow harness |
5. Letta AI — Agent Memory (1 skill — 64 installs)¶
| Skill | Publisher | Installs | Description |
|---|---|---|---|
| acquiring-skills | letta-ai/letta-code | 64 | Skill acquisition and management for Letta memory-augmented agents |
Installation¶
# === Matt Pocock's TypeScript Toolkit (15 skills) ===
npx skills add mattpocock/skills --skill write-a-skill
npx skills add mattpocock/skills --skill zoom-out
npx skills add mattpocock/skills --skill caveman
npx skills add mattpocock/skills --skill design-an-interface
npx skills add mattpocock/skills --skill request-refactor-plan
npx skills add mattpocock/skills --skill ubiquitous-language
npx skills add mattpocock/skills --skill git-guardrails-claude-code
npx skills add mattpocock/skills --skill edit-article
npx skills add mattpocock/skills --skill setup-pre-commit
npx skills add mattpocock/skills --skill scaffold-exercises
npx skills add mattpocock/skills --skill migrate-to-shoehorn
npx skills add mattpocock/skills --skill writing-shape
npx skills add mattpocock/skills --skill writing-fragments
npx skills add mattpocock/skills --skill writing-beats
# === pbakaus/impeccable (2 skills) ===
npx skills add pbakaus/impeccable --skill teach-impeccable
npx skills add pbakaus/impeccable --skill arrange
**→ Full setup guide:** [Impeccable Writing Framework](/hermes/skills/catalog/impeccable-setup/)
# === CLI-Anything Harnesses (9 skills) ===
npx skills add hkuds/cli-anything --skill cli-hub-meta-skill
npx skills add hkuds/cli-anything --skill cli-anything-browser
npx skills add hkuds/cli-anything --skill cli-anything-freecad
npx skills add hkuds/cli-anything --skill cli-anything-ollama
npx skills add hkuds/cli-anything --skill cli-anything-notebooklm
npx skills add hkuds/cli-anything --skill cli-anything-zotero
npx skills add hkuds/cli-anything --skill cli-anything-audacity
npx skills add hkuds/cli-anything --skill cli-anything-shotcut
npx skills add hkuds/cli-anything --skill cli-anything-comfyui
# === OpenClaw Ecosystem (17 skills) ===
npx skills add xixu-me/skills --skill openclaw-secure-linux-cloud
**→ Full setup guide:** [OpenClaw Secure Linux Cloud](/hermes/skills/catalog/openclaw-secure-linux-cloud-setup/)
npx skills add zhjiang22/openclaw-xhs --skill xiaohongshu
npx skills add molezzz/openclaw-stock-skill --skill akshare-stock
npx skills add sundial-org/awesome-openclaw-skills --skill stock-market-pro
npx skills add affaan-m/everything-claude-code --skill openclaw-persona-forge
npx skills add sundial-org/awesome-openclaw-skills --skill ontology
npx skills add theagentservice/skills --skill openclaw-backup
npx skills add sophieguanongit/openclaw-browser-automation --skill browser-automation
npx skills add adisinghstudent/easyclaw --skill openclaw-config
npx skills add sundial-org/awesome-openclaw-skills --skill exa-web-search-free
npx skills add sundial-org/awesome-openclaw-skills --skill finance-news
npx skills add yanhongxi-openclaw/proactive-self-improving-agent --skill proactive-self-improving-agent
npx skills add ar9av/obsidian-wiki --skill openclaw-history-ingest
npx skills add succ985/openclaw-akshare-skill --skill akshare
npx skills add alphaonedev/openclaw-graph --skill playwright-scraper
npx skills add sundial-org/awesome-openclaw-skills --skill memory-setup
npx skills add ramsbaby/openclaw-self-healing --skill openclaw-self-healing
# === Letta AI (1 skill) ===
npx skills add letta-ai/letta-code --skill acquiring-skills
Why These Matter¶
Matt Pocock's TypeScript Toolkit is the single largest skills.sh discovery since the marketplace launched. With 15 skills averaging 98K installs each, these represent the most popular developer workflow skills available for AI agents. They cover the complete software development lifecycle: writing, reviewing, refactoring, testing, content creation, and migration. For Hermes agents working with TypeScript/React codebases, this toolkit is transformative.
The OpenClaw ecosystem expansion adds 17 skills from 9 previously uncatalogued publishers. Highlights include secure Linux cloud deployment (240K installs — the highest single install count in this sweep), Xiaohongshu integration (China's Instagram with 300M+ users), stock market data pipelines, and browser automation. This significantly expands the agent infrastructure toolkit for non-English and financial markets.
pbakaus/impeccable brings UI refinement to the agent workflow with 90K combined installs. Impeccable is the leading tool for polishing AI-generated interfaces.
CLI-Anything harnesses continue the agent-native revolution — making GUI applications controllable by agents through CLI wrappers. These 9 harnesses cover creative tools (Audacity, Shotcut, ComfyUI), productivity tools (Zotero, NotebookLM), and infrastructure (Ollama, FreeCAD).