Pesquisar skills
Encontre a capacidade ideal para o seu agente.
pythonbase64
用于递归扫描磁盘文件结构,自动跳过无权限或无效路径的文件,并通过JSON序列化与Base64编码进行数据传输的Python脚本生成技能。
pythonprint
使用Python的@contextmanager装饰器创建上下文管理器,拦截print输出,添加时间戳和自定义前缀后写入指定文件。
python-moviepy-subtitle-script-with-extended-duration
Generate a Python script using MoviePy and pysrt to burn subtitles onto a video, specifically adding 1 second to the display duration of each subtitle clip.
python-sql-like-query-executor-with-keyword-conversion
Implements a Python-based query executor that converts informal keywords to SQL commands, parses queries preserving string literals, and executes operations on pandas DataFrames.
script-de-transcrio-de-voz-com-injeo-na-janela-ativa
Desenvolver um script Python que grava áudio do microfone, deteta o fim da fala por silêncio, transcreve com Whisper e injeta o texto na janela ativa do Windows e no console.
python-console-simulation-with-typing-effect
Generates a Python script to simulate a terminal session where status messages appear with random processing delays and commands are printed character-by-character to mimic human typing.
script-de-ditado-de-voz-com-deteco-de-silncio
Cria um script Python que grava áudio do microfone, deteta o fim da fala por silêncio, transcreve usando Whisper e envia o texto para a janela ativa do Windows e para o console.
importazione-xml-in-ms-access-con-mappatura-dinamica-dei-tipi
Script Python per parsare file XML e inserire i dati in un database MS Access, utilizzando una tabella di configurazione per la conversione dei tipi (`tipo_access`), saltando i campi vuoti e usando timestamp in millisecondi.
python-poetry-make-windows
Навык по инициализации Python-проекта, настройке автоматизации через Makefile и линтинга Flake8 в среде Windows с учетом особенностей ОС.
python-rtsp
Разработка скрипта на Python с использованием OpenCV для захвата RTSP потока, добавления черной области снизу для отображения данных датчиков (температура, влажность, время) без перекрытия видео, и записи результата в файл с использованием многопоточности.
python-cv-mouse-automation-generator
生成基于OpenCV的Windows自动化脚本,支持模板匹配、颜色检测及组合逻辑(如指示器位于特定颜色区域),具备热键开关和常驻运行功能。
extract-positive-numbers-from-strings-using-python-regex
Create a Python script using regular expressions to extract all positive integers and floating-point numbers from a list of strings, ensuring hyphens are treated as separators and handling optional currency symbols.
automated-screenshot-translation-script
Create a Python script to automate the workflow of capturing a screenshot using the Snipping Tool, uploading it to the Google Translate website (image mode) without using an API, extracting the translated text, saving it to a text file, and cleaning up temporary files.
csv-header-and-prefix-cleaning-script
Generates a Python script to clean CSV files by conditionally removing the header row and stripping the first two characters from the first column based on whether they are letters or numbers.
python-cli-arithmetic-operations-script
Generates a Python 3 script that processes three command-line arguments (int, int, float) through a specific sequence of arithmetic and bitwise operations, outputting results in a strict 3-line format.
python-cli-beer-song-script-generator
Create a Python script for the 'N bottles of beverage' song with specific CLI arguments, pluralization logic, and standard-library-only number-to-word conversion.
python-cli-script-generator-with-strict-constraints
Generate or simplify Python command-line scripts using sys.argv and if __name__ == '__main__'. Ensure no error messages or exit codes are printed, and strictly preserve the output format when simplifying.