क्वेरी सक्रिय

स्किल्स खोजें

अपने एजेंट के लिए सही क्षमता खोजें।

लोकप्रिय खोजें
परिणाम
4,166
इस क्वेरी से मिलने वाले स्किल्स
पृष्ठ
39
209 में से
कीवर्ड
python
नाम, टैग या विवरण से खोजें
media
1.2K

video-subtitles-and-audio-insert-workflow

Burn hard subtitles from UTF-8 SRT files using moviepy 2.x with CJK-capable system fonts; tune font size, placement, stroke, and encode settings (bitrate or CRF) to avoid oversized outputs. Documents ffprobe/ffmpeg workflows for inspection, encoding, and batch jobs; troubleshooting for fonts, bitrate, and pacing. Covers voiceover with edge-tts (voice selection, rate/volume/pitch), matching narration length to video with atempo/apad, and multi-scene pacing with breathing room. Targets moviepy 2.x and Python 3.x on macOS, Linux, and Windows.

inclusionAI
inclusionAI
content-media
open
package-distribution
1.2K

python-best-practices

Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing

rohitg00
rohitg00
development
open
documents
1.2K

ocr-and-documents

Extract text from PDFs and scanned documents. Use web_extract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

math-inc
math-inc
content-media
open
documents
1.2K

duckduckgo-search

Free web search via DuckDuckGo — text, news, images, videos. No API key needed. Use the Python DDGS library or CLI to search, then web_extract for full content.

math-inc
math-inc
content-media
open
cli-tools
1.2K

jupyter-live-kernel

Use a live Jupyter kernel for stateful, iterative Python execution via hamelnb. Load this skill when the task involves exploration, iteration, or inspecting intermediate results — data science, ML experimentation, API exploration, or building up complex code step-by-step. Uses terminal to run CLI commands against a live Jupyter kernel. No new tools required.

math-inc
math-inc
tools
open
media
1.1K

typed-ffmpeg-usage

Guide for using typed-ffmpeg, a modern Python FFmpeg wrapper with extensive typing support and comprehensive filter support. Use this when working with FFmpeg operations, video/audio processing, or filter graphs in Python.

livingbio
livingbio
content-media
open
automation-tools
1.1K

python-architecture

Activate when creating new modules, refactoring class hierarchies, introducing design patterns, or making changes spanning 3+ files in the APM CLI codebase.

microsoft
microsoft
tools
open
documents
1.1K

xlsx

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

Memento-Teams
Memento-Teams
content-media
open
package-distribution
1.1K

uv-pip-install

Install and manage Python packages using uv pip. Use when a Python import fails with ModuleNotFoundError, user asks to install a package, or a script requires a missing dependency.

Memento-Teams
Memento-Teams
development
open
scripting
1.1K

python-environment

Detect and configure a conda-compatible tool, create the CausalPy environment, and run commands inside it. Use before any task that requires Python execution.

pymc-labs
pymc-labs
development
open
framework-internals
1.1K

cute-dsl-kernel

Use when writing, modifying, porting, or optimizing CuTe DSL GPU kernels in Python; reading CuTe DSL API reference material; integrating a CuTe DSL kernel into a project; or rewriting an existing CUDA or C++ operator into CuTe DSL while preserving correctness and performance expectations.

vipshop
vipshop
development
open
machine-learning
1.1K

numerai-model-implementation

Add a new Numerai model type to the agents training pipeline. Use when you need to register a model in `agents/code/modeling/utils/model_factory.py`, handle fit/predict quirks in `agents/code/modeling/utils/numerai_cv.py`, and update configs so the model can run via `python -m agents.code.modeling`.

numerai
numerai
data-ai
open
backend
1.1K

ctf-reverse

CTF 逆向工程技术。当挑战提供未知二进制文件需要分析算法逻辑、游戏客户端需要破解验证、混淆代码需要还原、自定义 VM 需要解释执行时使用。覆盖 Ghidra/IDA 静态分析、GDB/Frida 动态调试、反调试绕过、WASM/.NET/APK/Python 字节码/Go/Rust 多平台逆向

wgpsec
wgpsec
development
open
package-distribution
1.1K

impacket-toolkit

Impacket Windows 协议工具集。当需要通过 Windows 协议(SMB/MSRPC/LDAP/Kerberos/WMI/DCOM/MSSQL)进行远程操作时使用。Impacket 提供了完整的 Windows 协议 Python 实现,核心工具包括 secretsdump(导出凭据)、psexec/smbexec/wmiexec/dcomexec(远程命令执行)、GetNPUsers/GetUserSPNs(Kerberos 攻击)、ntlmrelayx(NTLM 中继)。这是域渗透和 Windows 横向移动的基础工具集。涉及 Windows 远程执行、凭据导出、Kerberos 攻击、NTLM 中继、SMB 操作的场景都应使用此技能

wgpsec
wgpsec
development
open
security
1.1K

deserialization-methodology

不安全反序列化漏洞利用。当发现 Base64 编码的 Cookie/参数、Python pickle 数据、PHP serialized 字符串(O:4:...)、Java serialized 数据(rO0AB...)、Node.js 原型链污染时使用。可直接获取 RCE

wgpsec
wgpsec
testing-security
open
testing
1.1K

ctf-misc

CTF 杂项挑战技术。当遇到编码谜题、Python/Bash 沙箱逃逸、RF/SDR 信号、游戏/VM 逆向、K8s RBAC、浮点数技巧、Z3 约束求解、博弈论等不属于 pwn/crypto/web/reverse/forensics/osint 的 CTF 挑战时使用。先排除其他分类后再使用本技能

wgpsec
wgpsec
testing-security
open
design
1.1K

storyboard-to-slides

Assemble a PPTX slide deck from a storyboard CSV and images using python-pptx. Supports multiple slide layouts (full background, left-image-right-text, two-column, etc.), custom themes, fonts, and cover design. Use when the user wants to build a PowerPoint presentation from a structured plan, compose slides from images and text, or create a polished deck from a storyboard CSV. Triggers: "build slides", "create pptx", "assemble presentation", "make PowerPoint", "storyboard to slides", "generate deck".

dp-archive
dp-archive
content-media
open
backend
1.1K

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

dp-archive
dp-archive
development
open
scripting
1.1K

python-math

Small Python utilities for math and text files.

trpc-group
trpc-group
development
open
package-distribution
1.1K

bump-version

Bump the Weave Python SDK version for release. Use when preparing a new release.

wandb
wandb
development
open
पिछला
पृष्ठ 39 / 209
अगला