Agent skills

Other skills

21,532 skills an agent can load when the work is Other — read straight from the source repositories, with what each one does, what ships alongside it, and where it came from.

Toolclaude-code 63,296codex 9,782cursor 7,187copilot 2,384windsurf 127cline 83
CategoryWorkflow & Productivity 11,752AI & Agents 4,985Data & Analytics 4,761Code Review & Quality 2,986Security 2,828Backend & API 2,504Design & Presentation 2,373Documentation 2,183Content & Marketing 2,060Testing & QA 1,778DevOps & Cloud 1,275Databases 1,133Frontend 1,043Business & Finance 724Media & Video 514Other 21,532
21,532 found
17,52117,568 · page 366 / 449
Python秒数智能格式化转换将输入的秒数根据数值大小自动转换为秒(S)、分钟(m)或小时(H)单位,并统一保留两位小数。ECNU-ICALKPython脚本:从婴儿护理日志中提取配方奶记录编写Python脚本,使用正则表达式从特定格式的婴儿护理日志文本中提取日期、时间和配方奶量,并输出为JSON数组。ECNU-ICALKPython逆向最大匹配法中文分词工具编写Python脚本实现中文逆向最大匹配分词,要求支持从外部txt文件加载词典,并使用input函数接收用户手动输入的句子进行分词。ECNU-ICALKPython多尺度透明图标定位使用Python和OpenCV在目标图片中定位透明PNG图标,支持图标大小缩放,并确保返回的坐标基于原图尺寸。ECNU-ICALKPython微博图片水印去除使用Python去除微博图片右下角的白色水印。该技能通过定位图片右下角区域,识别白色水印范围,并应用内容识别填充(inpainting)技术来恢复背景,而非简单替换颜色。ECNU-ICALKPython正态分布可视化与统计计算使用Python计算数组的正态分布统计量(均值、标准差),绘制分布图,并按要求用红色文字标注特定统计线,显示±1标准差区间的累积概率,数值保留两位小数。ECNU-ICALKPython游戏自动点击脚本编写编写基于OpenCV和PyAutoGUI的Python脚本,用于识别屏幕上的特定颜色区域(如绿色)和模板图像(如指示器),当指示器位于目标颜色区域内时自动执行鼠标右键点击,并支持热键开关控制。ECNU-ICALKPython脚本解析婴儿护理日志提取配方奶记录编写Python脚本,从特定格式的婴儿护理日志(Piyo日志)中提取配方奶的时间和奶量,并输出为JSON数组。脚本需处理日期头和带时间戳的日志条目。ECNU-ICALKPython视频呼吸率计算与波形绘制修复修复Python代码中因图像通道不匹配导致的OpenCV错误,并使用轮廓法替换Canny边缘检测以匹配MATLAB逻辑。ECNU-ICALKPython代码中英文混排格式规范在生成Python代码时,使用中文作为注释和输出文本的语言,但必须严格使用英文标点(半角符号)作为代码语法符号,包括逗号、冒号和引号。ECNU-ICALKPython逆向最大匹配法中文分词脚本编写Python代码实现逆向最大匹配法(RMM)进行中文分词,要求支持从外部文本文件加载大词典,并允许用户通过控制台手动输入待分词的句子。ECNU-ICALKPython列表字符串按分隔符转换为指定字典将包含特定分隔符('==')的字符串列表转换为包含指定键('name', 'version')的字典列表。ECNU-ICALKPython卡方检验泊松分布拟合使用Python手动计算卡方统计量和临界值,检验观测频数数据是否符合指定均值的泊松分布,参考特定代码风格实现。ECNU-ICALKPython员工类设计与实现根据用户指定的属性和方法,设计并实现一个Python员工类,包含工资计算、个税计算(3500起征点,3%税率)和信息显示功能。ECNU-ICALKPython小波稀疏表示与矩阵生成使用Python对一维信号(如光谱数据)进行小波变换,生成正交小波矩阵Psi和稀疏系数theta,实现信号的线性表示y=Psi*theta。ECNU-ICALKPython日期字符串标准化转换函数编写Python函数,将包含或不包含时间部分的日期字符串(如'2023/6/26 15:00'或'2023/6/26')统一转换为datetime.date对象。ECNU-ICALKPython英语作文词性统计与分析使用Python和NLTK库对英语作文进行词性标注,统计名词、形容词、副词和动词的数量或比例,并支持排除停用词和非字母数字字符的过滤逻辑。ECNU-ICALKPython卡方检验手动计算代码生成根据用户提供的参考代码风格,使用Python手动计算期望频数、卡方统计量和临界值,以完成分布拟合优度检验。ECNU-ICALK编写带分辨率和格式过滤的Python图片下载脚本编写Python脚本从指定网页下载图片,仅下载宽高均不小于512像素且格式为.jpg/.jpeg/.png的图片。ECNU-ICALKPython大文件分批处理脚本生成用于生成Python脚本,将大文本文件按指定行数分割成多个小文件,支持保留表头、分批分析和删除源文件等操作。ECNU-ICALKPython定时打卡脚本生成根据用户提供的接口URL、数据包内容和指定时间,生成能够定时发送HTTP POST请求并输出结果的Python脚本。ECNU-ICALKPython日期区间按季度拆分脚本编写Python 2脚本,将指定的日期范围按照季度标准拆分为多个子区间,并支持输出季度标签(如YYYYQ#)。ECNU-ICALKPython标准库代码生成 (仅代码)扮演Python工程师,仅使用Python标准库实现功能,输出仅包含代码和注释,不提供额外解释。ECNU-ICALKГенерация Python скрипта для экспорта логов ElasticsearchСоздание скрипта на Python для выгрузки данных из индексов winlogbeat в JSON файл с использованием скроллинга, фильтрации по…ECNU-ICALKPython Factorial String GeneratorCreates a Python program with a `factorial` function that calculates the factorial of an integer and returns a string showing the…ECNU-ICALKPython FFmpeg 图片序列合并与拆分工具生成Python脚本,利用FFmpeg将图片序列按3x3布局合并,或将合并图拆分。要求使用subprocess模块执行命令,并支持用户交互式输入路径。ECNU-ICALKPython FFmpeg 图片序列合并与拆分使用Python的subprocess模块调用ffmpeg,实现图片序列的3x3网格合并以及反向拆分,支持用户自定义输入输出路径。ECNU-ICALKPython Image Downsampling with Color VotingImplement a Python script to downsample an image by processing 4x4 pixel blocks. Each pixel in a block votes for the closest…ECNU-ICALKPython Image Viewer with History and Random NavigationImplements a Tkinter-based image viewer that maintains a linear history of viewed image indices. Navigation moves backward…ECNU-ICALKpython-implementationImplement Python functions and modules following best practices — type hints, error handling, testing, and idiomatic Python…a5c-aiwritesPython implementation of Buckingham π Theorem with extensive commentsGenerate Python code using the `sympy` library to apply the Buckingham π Theorem for dimensional analysis. The code must include…ECNU-ICALKPython修改非标准INI格式配置文件提供Python脚本,用于读取、修改并保存非标准格式的INI配置文件(无节头、键值对由空格或制表符分隔、空格数量可变),支持根据键名更新对应的数值或变量。ECNU-ICALKPython Jieba词频统计与格式化输出使用Python的jieba库对文本文件进行分词和词频统计,并按指定格式(词,词频)输出频率最高的N个词。ECNU-ICALKPython jieba分词词频统计使用Python的jieba库对文本文件进行分词和词频统计,并按指定格式输出词频最高的前N个词。ECNU-ICALKPython Lexer in Rust with Indentation HandlingImplement a simple Python lexer in Rust that tokenizes a subset of Python syntax, specifically handling indentation and…ECNU-ICALKPython Lexer in Rust with Indentation LogicImplement a simple Python lexer in Rust that correctly handles indentation and dedentation tokens, specifically ensuring multiple…ECNU-ICALKPython Linux磁盘使用率动态阈值监控脚本生成Python代码检查Linux所有磁盘分区使用率,使用标准库,无参数调用,阈值从80%开始每次执行增加2%直至95%,仅输出代码和注释。ECNU-ICALKPython LogFile Context Manager GeneratorGenerates a Python class `LogFile` inheriting from `ContextDecorator` that logs execution details (Start time, Run duration…ECNU-ICALKPython LogFile Context Manager with Specific FormatGenerates a Python class `LogFile` inheriting from `ContextDecorator` to log execution start time, duration, and errors to a file…ECNU-ICALKPython Modbus RTU 数据采集与SQLite存储使用pymodbus库通过RS485读取Modbus保持寄存器,将两个寄存器转换为大端浮点数,并按指定格式存入SQLite数据库的脚本模板。ECNU-ICALKPython开发工程师OCR项目年度目标计划制定协助负责OCR项目的Python开发工程师制定年度目标计划,涵盖What Goals、How Goals和Development Goals三个核心部分,包含模型优化、服务稳定性、专业技能及软实力提升等具体内容。ECNU-ICALKPython One-Liner for Extracting Preceding Folder in Unix PathGenerates Python one-liners to extract the folder immediately preceding a specific marker folder from a Unix path, handling…ECNU-ICALKPython OOP Senior-Level Interview TrainerProvides concise, bullet-pointed explanations of technical concepts (specifically OOP) tailored for senior engineers, emphasizing…ECNU-ICALKPython OpenCV单像素连通骨架提取使用Python和OpenCV库对图像进行骨架提取,要求细化后的骨架宽度严格为一个像素,且保持连通性。ECNU-ICALKPython OpenCV魔术橡皮擦类实现使用Python和OpenCV库封装一个类,通过cv2.floodFill实现类似PS的魔术橡皮擦功能,要求使用种子点坐标的颜色进行填充,并处理数据类型以避免报错。ECNU-ICALKPython OpenCV 魔术橡皮擦实现使用Python和OpenCV的cv2.floodFill实现类似PS的魔术橡皮擦功能,封装为类,根据传入坐标点的颜色填充相似区域。ECNU-ICALKPython OpenCV HSV颜色分类识别使用Python和OpenCV库,根据给定的HSV颜色值(H:0-179, S:0-255, V:0-255)判断其对应的颜色名称(如红、绿、黑、白等)。需特别处理OpenCV的H范围以及黑色的低亮度特征。ECNU-ICALKpython_opencv_hsv_transparency_dilation使用Python和OpenCV,基于HSV颜色空间和欧氏距离阈值对图像进行特定颜色的透明化处理,并利用形态学膨胀扩展透明区域,最终输出带透明通道的PNG图片。ECNU-ICALK
← Prev366 / 449Next →
How the catalog works
What is an agent skill?

A folder with a SKILL.md inside — instructions, and often scripts and assets, that an AI agent loads when the task matches. Claude Code, Codex, Cursor and Copilot all read the same format, so one skill usually works across them.

Where does this catalog come from?

We read 655 source repositories straight from their file trees rather than from submitted listings — what you see is what is actually published. 103 repositories were rejected because they advertise skills but contain none: link lists, not folders.

Why is there no install counter?

Because install counts live in the registry that serves `npx skills add`, and that is not ours — publishing a number we cannot verify would be worse than showing none. Instead we show where a skill comes from and whether attention around its source is actually growing, measured from our own weekly snapshots.

Do you deduplicate?

Yes, and it matters more than expected. Aggregator repositories republish the same skill in several places — one source carried 6,317 SKILL.md files for 2,001 actual skills. We collapse by folder name and keep the canonical copy, so the catalog counts things, not copies.

Keep going