BytesAgainBytesAgain

Find the Right AI Skill for Any Job

Browse 945+ curated AI agent skills. Search by use case, filter by category, get the right tool instantly.

Browse by Use Case →Pick My Role

All Skills — coding

945 skills in "coding" matching "python"

🦀 ClawHub
AUBO Robot
通过 Python 和 RTDE 协议实现对 AUBO 协作机器人关节与笛卡尔空间运动的控制与状态实时反馈。
🦀 ClawHub
MySQL Administration
Manage MySQL databases via mysql CLI or Python mysql-connector, supporting queries, schema changes, backups, performance analysis, and user permissions.
GitHub
markdown
A Python implementation of John Gruber’s Markdown.
GitHub
dateutil
Extensions to the standard Python [datetime](https://docs.python.org/3/library/datetime.html) module.
GitHub
mistune
Fastest and full featured pure Python parsers of Markdown.
🦀 ClawHub
Prompt Injection Filter
Filters user inputs to detect and flag common prompt injection patterns using customizable regex rules in pure Python.
🦀 ClawHub
PPT制作
使用python-pptx制作科技风PPT,支持多布局、多图文混排及HTML内容嵌入,轻松生成专业演示文稿。
GitHub
mimetypes
(Python standard library) Map filenames to MIME types.
GitHub
Python Bytes
Python Bytes - Podcasts
GitHub
Dive into Machine Learning with Python Jupyter notebook and scikit-learn
"I learned Python by hacking first, and getting serious *later.* I wanted to do this with Machine Learning. If this is your style, join me in getting a bit ahead of yourself."
🦀 ClawHub
告别不规范代码,让 AI 成为你的代码质量守护者
智能代码规范助手。自动识别项目技术栈(TypeScript/Python/Go/Rust/Java),加载对应语言和框架(React/Vue/Next.js/Nuxt/Django/Spring Boot)规范,生成严格符合规范的代码,并对现有代码进行规范审查。使用场景:(1) 生成新代码时自动应用规范约束,(2...
🦀 ClawHub
desktop-automation-100per100-local
Automate desktop tasks locally with mouse, keyboard, window control, OCR, and image recognition using Python on Windows/macOS/Linux.
GitHub
wand
Python bindings for [MagickWand](https://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
🦀 ClawHub
Skill Seekers Tool
A Python CLI tool to convert websites, GitHub repos, and various documents into Claude AI skills or other supported AI skill formats.
🦀 ClawHub
Auto Test
自动生成单元测试。分析代码逻辑,自动生成 pytest (Python)、JUnit (Java)、Jest (JavaScript) 等测试框架的测试用例。支持覆盖率报告生成。
GitHub
dearpygui
A Simple GPU accelerated Python GUI framework
GitHub
customtkinter
A modern and customizable python UI-library based on Tkinter.
🦀 ClawHub
AgentMail sending and receiving with Python scripts
python files which are used to send an email and to download received emails from an inbox. The email provider is agentmail.to, which offers an API. This way...
🦀 ClawHub
Podcast Generation with Microsoft Foundry
Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.
GitHub
granian
A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.
GitHub
strawberry
A GraphQL library that leverages Python type annotations for schema definition.
🦀 ClawHub
Tencent COS Uploader
使用腾讯云 COS Python SDK 上传指定本地文件到目标 Bucket,并生成可用于查看和下载的预签名访问链接。用户提到 COS、对象存储、Bucket、上传文件、临时分享链接、签名 URL、下载直链时使用此 skill。
GitHub37
ninestep/docx-format-skill
--- name: docx-format description: 使用 python-docx 精确读取、分析、修改 Word 文档(.docx)格式。当用户需要分析文档格式、批量修改格式、统一排版规范、处理中英文混排字体、修改交叉引用样式时使用此 skill。
🔧 Dify
Searxng (Dify)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.12-blue.svg)](https://python.org) [![Dify Plugin](https://img.shields.io/badge/dify-plugin-green.svg)](https://dify.ai) **SearXNG** is a free, open-source, and privacy-respecting metasearch engine that aggregates results from over 70 search services and databases. Unli
🦀 ClawHub
Claude Code Analyzer
Analyze and extract structure and modules from the leaked Claude Code GitHub project for AI-assisted Python programming.
GitHub
JARR
JARR (Just Another RSS Reader) is a web-based news aggregator and reader (fork of Newspipe). ([Demo](https://www.jarr.info/), [Source Code](https://github.com/jaesivsm/JARR)) `AGPL-3.0` `Docker/Python`
🦀 ClawHub
Python Code Tester
代码功能测试skill,根据用户需求搜索代码、生成测试用例、执行测试并修复问题
🦀 ClawHub
ppt-mcp-server
AI 驱动的 PPT 生成工具,通过执行 python-pptx 代码自动创建专业 PowerPoint 演示文稿
🦀 ClawHub
LSP Python
Python code quality checking and LSP integration using pylsp. Provides code diagnostics, completion, hover tips, and style analysis. Use when: checking Pytho...
GitHub
ray
A system for parallel and distributed Python that unifies the machine learning ecosystem.
🦀 ClawHub
Openclaw Auto Backup
OpenClaw 自动备份技能 - 定时备份配置文件,防止数据丢失。 支持版本管理、一键恢复、定时任务。包含完整 Python 脚本(backup/restore/list/cleanup)。 已通过 ClawHub 多次安全审查(ZipSlip/Symlink/Manifest 修复)。 关键词:opencla...
GitHub
multiprocessing
(Python standard library) Process-based parallelism.
GitHub
pyside
Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), this is same as PyQt but it's the official binding with different licensing.
GitHub
tkinter
(Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.
GitHub
Tutorials of source code from the book Genetic Algorithms with Python by Clinton Sheppard
Tutorials of source code from the book Genetic Algorithms with Python by Clinton Sheppard - Tutorials
🦀 ClawHub
Multi-Agent Deployment Skill for OpenClaw
Deploy a production-ready multi-agent fleet in OpenClaw. Includes step-by-step setup guide, workspace templates, and Python automation scripts for agent crea...
GitHub
logging
(Python standard library) Logging facility for Python.
GitHub
schedule
Python job scheduling for humans.
GitHub
mininet
A popular network emulator and API written in Python.
GitHub
loguru
Library which aims to bring enjoyable logging in Python.
GitHub
cement
CLI Application Framework for Python.
🦀 ClawHub
Senior Python Developer
Senior Python Developer operating in strict mode. Produces production-ready, statically typed, secure Python code for containerized architectures, microservi...
🦀 ClawHub
workflow-migrate
Migrate N8N/Zapier/Make workflows to production-grade Python or Node.js scripts. Given a workflow description or paste, rewrites automation logic with retry,...
GitHub
typer
Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
GitHub
python-fire
A library for creating command line interfaces from absolutely any Python object.
GitHub
Scapy
Python-based interactive packet manipulation.
GitHub
robyn
A high-performance async Python web framework with a Rust runtime.
GitHub
mongoengine
A Python Object-Document-Mapper for working with MongoDB.
← PrevPage 2 / 20 (945 skills)Next →