Top Agent Skills
25837 skills
Google Maps Search API Skill
Extracts structured business data from Google Maps search results using the BrowserAct API. Provide search keywords, language, and country filters to get clean, usable business data.
3.7k · bundle
Esm
Generate, predict, and embed protein sequences and structures using ESM3, ESMC, and ESMFold2 with local or cloud inference.
30.2k · bundle
Gget
Query 20+ bioinformatics databases from the command line or Python for gene information, sequences, protein structures, enrichment analysis, and more.
30.2k · bundle
Simpy
Build discrete-event simulations of systems with processes, queues, resources, and time-based events using SimPy in Python.
30.2k · bundle
Scvelo
Estimate cell state transitions from unspliced/spliced mRNA dynamics using scVelo, infer trajectory directions, compute latent time, and identify driver genes in single-cell RNA-seq data.
30.2k · bundle
Pydicom
Read, write, and modify DICOM medical imaging files, including pixel data extraction, metadata manipulation, anonymization, and format conversion.
30.2k · bundle
Pennylane
Train quantum circuits like neural networks with automatic differentiation, device-independent programming, and integration with PyTorch or JAX.
30.2k · bundle
Scvi Tools
Provides deep generative models for single-cell omics analysis, including probabilistic batch correction, transfer learning, differential expression, and multi-modal integration.
30.2k · bundle
Bioservices
Query 40+ bioinformatics services (UniProt, KEGG, ChEMBL, Reactome) with a unified Python interface for cross-database analysis, identifier mapping, and sequence analysis.
30.2k · bundle
Database Lookup
Query documented public database APIs with explicit endpoints, filters, pagination, and provenance for reproducible retrieval of scientific, regulatory, or financial facts.
30.2k · bundle
Scikit Survival
Perform survival analysis and time-to-event modeling in Python using scikit-survival, including Cox models, random survival forests, gradient boosting, survival SVMs, and evaluation metrics like concordance index and Brier score.
30.2k · bundle
Cellxgene Census
Query the CZ CELLxGENE Census programmatically for versioned public single-cell and spatial transcriptomics data, enabling efficient access to cell metadata, gene expression slices, summary counts, and embeddings without downloading whole datasets.
30.2k · bundle
Glycoengineering
Analyze and engineer protein glycosylation by scanning sequences for N-glycosylation sequons, predicting O-glycosylation hotspots, and accessing curated glycoengineering tools for therapeutic antibody optimization and vaccine design.
30.2k · bundle
Protocolsio Integration
Integrates with the protocols.io API v3 to search, create, update, and publish scientific protocols, manage steps and materials, handle discussions, organize workspaces, and upload files.
30.2k · bundle
Documentation
Creates, structures, and reviews technical documentation using the Diátaxis framework, organizing content into tutorials, how-to guides, reference material, and explanations.
1.9k · bundle
Ddia Systems
Design reliable, scalable, and maintainable data systems by applying principles from storage engines, replication, partitioning, transactions, and consistency models.
1.6k · bundle
Working With Legacy Code
Safely change and test untested codebases using techniques from Feathers' 'Working Effectively with Legacy Code': seams, characterization tests, sprout/wrap, and dependency-breaking.
1.6k · bundle
Software Design Philosophy
Manage software complexity through deep modules, information hiding, and strategic programming, with a scoring framework for evaluating design quality.
1.6k · bundle
Gh Fix CI
Inspect GitHub PR checks, fetch failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval.
66.9k · bundle
Security Reviewer
Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance for code, infrastructure, and cloud environments.
10.4k · bundle
Product Photography
Generate professional product images for e-commerce, including hero shots, packshots, lifestyle scenes, and detail close-ups using AI via the inference.sh CLI.
584
Company Research
Create a comprehensive company research brief with executive quotes, product strategy, and organizational context for competitive analysis, partnership evaluation, interview preparation, or market entry decisions.
5.6k · bundle
Director Readiness Advisor
Guide PMs through the transition to Director with adaptive coaching across preparing, interviewing, landing, and recalibrating phases.
5.6k · bundle
Peft Fine Tuning
Fine-tune large language models by training less than 1% of parameters using LoRA, QLoRA, and 25+ adapter methods, enabling efficient adaptation on consumer GPUs.
10.4k · bundle
Gptq
Quantize large language models to 4-bit with minimal accuracy loss using GPTQ, enabling deployment of 70B+ models on consumer GPUs with 4× memory reduction and 3-4× faster inference.
10.4k · bundle
Blip 2 Vision Language
Generate image captions, answer visual questions, and perform image-text retrieval using BLIP-2's Q-Former architecture with frozen vision encoders and LLMs.
10.4k · bundle
Simpo Training
Train language models with SimPO, a reference-free preference optimization method that outperforms DPO without needing a reference model.
10.4k · bundle
Slime Rl Training
Post-train LLMs with reinforcement learning using the slime framework, which integrates Megatron-LM for training and SGLang for rollout generation.
10.4k · bundle
Rwkv Architecture
Use RWKV, a linear-time RNN-Transformer hybrid, for efficient long-context inference and training with constant memory usage.
10.4k · bundle
Quantizing Models Bitsandbytes
Quantize LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss using bitsandbytes. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers.
10.4k · bundle
Sentence Transformers
Generate high-quality sentence and text embeddings for semantic similarity, clustering, and retrieval using 5000+ pre-trained models. Supports multilingual and domain-specific embeddings for RAG and semantic search.
10.4k · bundle
Segment Anything Model
Segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks with zero-shot transfer.
10.4k · bundle
Stable Diffusion Image Generation
Generate images from text prompts, perform image-to-image translation, inpainting, and build custom diffusion pipelines using Stable Diffusion models via HuggingFace Diffusers.
10.4k · bundle
Optimizing Attention Flash
Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.
10.4k · bundle
Tensorrt LLM
Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency on NVIDIA GPUs (A100/H100).
10.4k · bundle
Huggingface Accelerate
Add distributed training support to any PyTorch script with minimal code changes using a unified API for DDP, DeepSpeed, FSDP, and mixed precision.
10.4k · bundle
Long Context
Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques for processing long documents and implementing efficient positional encodings.
10.4k · bundle
Moe Training
Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace, covering architectures, routing, load balancing, and expert parallelism.
10.4k · bundle
Training Llms Megatron
Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies for maximum GPU efficiency.
10.4k · bundle
Pytorch Fsdp2
Adds PyTorch FSDP2 (fully_shard) to training scripts with correct init, sharding, mixed precision/offload config, and distributed checkpointing. Use when models exceed single-GPU memory or when you need DTensor-based sharding with DeviceMesh.
10.4k · bundle
Pyvene Interventions
Perform causal interventions on PyTorch models using pyvene's declarative framework for causal tracing, activation patching, and interchange intervention training.
10.4k · bundle
Ara Compiler
Compiles research inputs—PDFs, code, logs, notes—into structured Agent-Native Research Artifacts with cognitive and physical layers.
10.4k · bundle
Transformer Lens Interpretability
Inspect and manipulate transformer internals via HookPoints and activation caching for mechanistic interpretability research.
10.4k · bundle
Heuristic Evaluation
Conduct expert heuristic evaluations of digital interfaces using Nielsen's 10 usability heuristics and domain-specific criteria.
1.7k
Ftd Detector
Detects Follow-Through Day (FTD) signals for market bottom confirmation using William O'Neil's methodology, with dual-index tracking and a state machine for rally attempt, FTD qualification, and post-FTD health monitoring.
2.3k · bundle
Edge Hint Extractor
Convert daily market observations and news reactions into structured edge hints, with optional LLM augmentation, outputting a canonical hints.yaml for downstream concept synthesis.
2.3k · bundle
Market Top Detector
Quantifies market top probability using O'Neil Distribution Days, Minervini leading stock deterioration, and Monty defensive sector rotation, producing a 0-100 composite score with risk zone classification for tactical 2-8 week timing signals.
2.3k · bundle
Breakout Trade Planner
Generate Minervini-style breakout trade plans from VCP screener output with risk calculation, portfolio heat management, and Alpaca-compatible order templates.
2.3k · bundle
Drawdown Circuit Breaker
Evaluates account-level drawdown and losing-streak rules from local thesis files to decide whether new trade risk is allowed, without external APIs.
2.3k · bundle
Dual Axis Skill Reviewer
Review AI agent skills using a dual-axis method: deterministic code-based checks and LLM deep review, with weighted scoring and improvement recommendations.
2.3k · bundle
Options Strategy Advisor
Analyze and simulate options trading strategies using Black-Scholes pricing, Greeks calculation, and risk management guidance.
2.3k · bundle
Trading Skills Navigator
Routes trading and investing goals to the right workflow, skillset, API profile, and setup path without executing trades.
2.3k · bundle
Weekly Performance Digest
Aggregate closed trades from trader-memory-core into a weekly performance report with win rate, expectancy, profit factor, R-multiple, MAE/MFE, and pattern breakdowns by source skill, exit reason, sector, and mechanism.
2.3k · bundle
Edge Pipeline Orchestrator
Coordinate multi-stage edge research pipelines from candidate detection through strategy design, review, revision, and export.
2.3k · bundle
Ibd Distribution Day Monitor
Detect IBD-style Distribution Days for QQQ/SPY, track 25-session expiration and 5% invalidation, count d5/d15/d25 clusters, classify market risk, and emit TQQQ/QQQ exposure recommendations.
2.3k · bundle
Stockbee Momentum Burst Screener
Screen US stocks for Stockbee-style short-term momentum burst setups using 4% breakout, dollar breakout, range expansion, volume expansion, prior range contraction, close-location, failure filters, and risk-distance scoring.
2.3k · bundle
Kanchi Dividend Us Tax Accounting
Classify US dividend tax treatment, validate holding periods, and recommend account placement for dividend income portfolios.
2.3k · bundle
Muapi Social Pack
Re-render a hero image into aspect ratios for Instagram, TikTok, YouTube Shorts, and Twitter/X.
3.7k
Rclone CLI
Provides a comprehensive reference and usage guide for the rclone command-line cloud storage manager, covering configuration, core commands, filtering, and safety practices.
42.4k · bundle
Ads Dna
Extracts a public-safe brand and offer profile for paid advertising from an authorized website and operator input.