SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Python Skill Projects
-
CowAgent
Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
linkedin-skill-assessments-quizzes
Full reference of LinkedIn answers 2024 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test LinkedIn test questions and answers
-
Project mention: We audited LoCoMo: 6.4% of the answer key is wrong and the judge accepts up to 63% of intentionally | dev.to | 2026-04-04
There is also no standardized evaluation pipeline. Each system uses its own ingestion method (arguably necessary given architectural differences), its own answer generation prompt, and sometimes entirely different models. Scores are then compared in tables as if they share a common methodology. Multiple independent researchers have documented inability to reproduce published results (EverMemOS #73, Mem0 #3944, Zep scoring discrepancy).
-
openclaw-master-skills
🧠 Curated collection of 1209+ best OpenClaw skills — weekly updated by MyClaw.ai
Project mention: I Scanned 2,000 OpenClaw Skills for Malicious Patterns — 14.5% Failed | dev.to | 2026-04-03Curated collection (LeoYeAI/openclaw-master-skills): 559 skills, filtered for quality
-
paperasse
🇫🇷 Skills pour agents IA spécialisés dans la bureaucratie française : Comptable, Notaire, ...
Project mention: ⚙️ NoLife Models - Vers une infrastructure locale des runtimes IA avec Symfony | dev.to | 2026-05-14 -
graphify
AI coding assistant skill (Claude Code, Codex, OpenCode, OpenClaw). Turn any folder of code, docs, papers, or images into a queryable knowledge graph
DeepFork uses graphify (65.9k★) to generate an AST-based knowledge graph of the repo. You get the structural map — modules, dependencies, call graph — before reading a single file. This is what makes the interrogation phase tractable for large repos.
-
ios-simulator-skill
An IOS Simulator Skill for ClaudeCode. Use it to optimise Claude's ability to build, run and interact with your apps. I mainly use it as an xcodebuild wrapper to save context.
-
binance-skills-hub
Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto
Project mention: Hyperliquid plus Binance — a unified MCP for cross-venue funding rate signals | dev.to | 2026-05-02# Install AlgoVault Skills (cross-venue funding included) # Source: AlgoVault Skills · Binance integration tutorial claude plugin install AlgoVaultLabs/algovault-skills # Optional: add Binance Skills Hub for testnet execution routing # See: https://github.com/binance/binance-skills-hub npx skills add https://github.com/binance/binance-skills-hub # First call: composite verdict with cross-venue funding factors # The cross_venue block in _algovault metadata ships with the Binance integration wave curl -s -X POST https://api.algovault.com/mcp \ -H "Content-Type: application/json" \ -d '{ "tool": "get_trade_signal", "arguments": { "coin": "BTC", "timeframe": "4h" } }' | jq '.result | {signal, confidence, regime, "_algovault": ._algovault.cross_venue}'
-
Project mention: Show HN: Open-Source GTM Skills for Claude Code, Codex, and Cursor | news.ycombinator.com | 2026-03-12
-
openyak
Open-source local-first AI agent for desktop work. No account, no telemetry: use local models with Ollama/Rapid-MLX or bring your own provider key.
Project mention: OpenYak – open-source desktop AI agent that works with your local files | news.ycombinator.com | 2026-04-02 -
travel-hacking-toolkit
AI-powered travel hacking and search with cash, points, miles, and award flights. Drop-in skills and MCP servers for Claude, Codex, and OpenCode.
Project mention: Show HN: Travel Hacking Toolkit – Points search and trip planning with AI | news.ycombinator.com | 2026-04-03hey, check it out :) https://github.com/borski/travel-hacking-toolkit/pull/1
-
> Or have a `discover_skills` tool
Yes, treating the "front matter" of skill as "function definition" of tool calls as kind of an equivalence class.
This understanding helped me create an LLM agnostic sandboxed open-skills[1] way before this standardization was proposed.
1. Open-skills: https://github.com/instavm/open-skills
-
Project mention: Skillz: Use Claude Skills in Codex, Copilot, or Any Other Agent via MCP | news.ycombinator.com | 2025-10-20
-
Project mention: Agent Skills for Data Engineering (Airflow, Dbt, Analytics) | news.ycombinator.com | 2026-02-25
-
Project mention: Show HN: Agents should learn skills on demand. I built Skyll to make it real | news.ycombinator.com | 2026-02-02
- Lets agents fetch skills at runtime without manual installs
It's 100% open source. We're also building a community registry so anyone can add skills and make them available to all agents. Would love any feedback!
Repo: https://github.com/assafelovic/skyll
-
-
excalidraw-architect-mcp
Turn your architecture into a living, queryable knowledge graph - and render it as beautiful auto-laid-out Excalidraw diagrams. An MCP server for Cursor, Claude Code & Windsurf. Offline, no API keys.
Project mention: Turn your architecture into a queryable knowledge graph (renders to Excalidraw) | news.ycombinator.com | 2026-06-08 -
skills
Server-side video workflows for agents: ingest, understand, search, edit, stream. (by video-db)
Project mention: Show HN: I packaged decade of video infra battle scars into tools for AI agents | news.ycombinator.com | 2026-03-04 -
term-cli
Interactive terminals for AI agents, built for what you can't --yes away. SSH+MFA, GRUB/U-Boot, debconf installers, SOL/serial consoles, fsck, cryptsetup, pdb/gdb, apt, certbot and even Vim in tmux-backed sessions. Agent-driven, human-assisted for secrets/MFA. Single-file Python. Agent Skill. CI with 680+ tests. BSD License.
Project mention: Introducing fulgur: a blazing fast HTML-to-PDF engine in Rust — no browser required | dev.to | 2026-04-25term-cli lets an AI agent drive interactive programs through tmux. The killer use case for me is letting Claude Code drive a real debugger.
-
It's nothing too fancy - I use Obsidian as a memory layer for both agents and myself. I keep a daily programming journal, and ask agents to update it as we work. I often have to nudge it to use the skill, but sometimes it asks me if I want to note things down. The core of the skills is just templates that teach claude how I like my notes formatted, and how my vault is laid out.
I find that it is useful as a way to quickly catch up a new session by asking it to read what we did yesterday or earlier that day.
The semantic search layer allows it to search further back in time, or find connections across unrelated notes. I built it because it used to waste a lot of tool calls with grep commands whenever I asked it to find something.
I'm still iterating, but I put together a repo with some of the skills that I find most useful for organization: https://github.com/ravila4/claude-adhd-skills
-
Fast-LLM-Agent-MCP
This repo covers LLM, Agents, MCP Tools, Skills concepts with sample codes: LangChain & LangGraph, AWS Strands Agents, Google Agent Development Kit, Fundamentals.
Project mention: Simple DEV Blog Post Writer with LangGraph Multi Agents with Memory, AWS Bedrock Nova: Generator & Evaluator Pattern | dev.to | 2026-05-10 -
-
data-structure-protocol
Graph-based long-term memory skill for AI (LLM) coding agents — faster context, fewer tokens, safer refactors
Project mention: DSP (Data Structure Protocol): how to give LLM agents "long-term memory" of a large repository | dev.to | 2026-02-20k-kolomeitsev/data-structure-protocol
Python Skills discussion
Python Skills related posts
-
Meet Deliberation: 400+ models is easy, knowing which ones earn a place is hard.
-
How I Cut My AI Usage by 60% and Got Better Code
-
A Developer's Guide to Understanding Agent Skills: Implementing Progressive Disclosure in Google Apps Script
-
Skills Are the New CLI
-
Closing the knowledge gap with agent skills
-
Agent Skills
-
Agent Skills is now an open standard
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jun 2026
Index
What are some of the best open-source Skill projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | CowAgent | 45,236 |
| 2 | linkedin-skill-assessments-quizzes | 28,770 |
| 3 | EverOS | 3,563 |
| 4 | openclaw-master-skills | 2,035 |
| 5 | paperasse | 1,734 |
| 6 | graphify | 1,469 |
| 7 | ios-simulator-skill | 1,068 |
| 8 | binance-skills-hub | 801 |
| 9 | goose-skills | 730 |
| 10 | openyak | 693 |
| 11 | travel-hacking-toolkit | 533 |
| 12 | open-skills | 413 |
| 13 | skillz | 399 |
| 14 | agents | 387 |
| 15 | skyll | 233 |
| 16 | colin | 119 |
| 17 | excalidraw-architect-mcp | 118 |
| 18 | skills | 93 |
| 19 | term-cli | 81 |
| 20 | claude-adhd-skills | 81 |
| 21 | Fast-LLM-Agent-MCP | 79 |
| 22 | opendirectory | 66 |
| 23 | data-structure-protocol | 52 |