Top Agent Skills
25837 skills
Analyzing Cobalt Strike Beacon Configuration
Extract and analyze Cobalt Strike beacon configuration from PE files and memory dumps to identify C2 infrastructure, malleable profiles, and operator tradecraft.
24.6k · bundle
Analyzing Network Covert Channels In Malware
Detect and analyze covert communication channels used by malware, including DNS tunneling, ICMP exfiltration, and protocol abuse for C2 and data exfiltration.
24.6k · bundle
Configuring Microsegmentation For Zero Trust
Design and enforce microsegmentation policies using workload identity and label-based rules to prevent lateral movement in zero trust architectures, with guidance for tools like VMware NSX, Illumio, and Calico.
24.6k · bundle
Implementing Memory Protection With Dep Aslr
Configures memory protection mechanisms including DEP, ASLR, CFG, and Windows Exploit Protection to harden endpoints against buffer overflows, ROP chains, and code injection.
24.6k · bundle
Implementing Patch Management For Ot Systems
Establish a structured patch management program for OT/ICS environments, covering vendor compatibility testing, risk-based prioritization, staged deployment, rollback procedures, and compensating controls for unpatchable systems.
24.6k · bundle
Performing Wireless Network Penetration Test
Execute a wireless network penetration test to assess WiFi security by capturing handshakes, cracking WPA2/WPA3 keys, detecting rogue access points, and testing wireless segmentation using Aircrack-ng and related tools.
24.6k · bundle
Building Ioc Enrichment Pipeline With Opencti
Build an automated IOC enrichment pipeline using OpenCTI's connector ecosystem to enrich indicators with context from VirusTotal, Shodan, AbuseIPDB, GreyNoise, and other sources.
24.6k · bundle
Performing Cloud Storage Forensic Acquisition
Perform forensic acquisition and analysis of cloud storage services including Google Drive, OneDrive, Dropbox, and Box by collecting both API-based remote data and local sync client artifacts from endpoint devices.
24.6k · bundle
Performing Endpoint Vulnerability Remediation
Prioritizes and remediates endpoint vulnerabilities by importing scan results, applying patches via WSUS/SCCM/Intune, making configuration changes, and validating fixes.
24.6k · bundle
Configuring Certificate Authority With Openssl
Build a two-tier PKI hierarchy (Root CA + Intermediate CA) using OpenSSL and Python, including certificate issuance, CRL distribution, OCSP responder configuration, and certificate policy management.
24.6k · bundle
Detecting Suspicious OAUTH Application Consent
Detect risky OAuth application consent grants in Azure AD / Microsoft Entra ID using Microsoft Graph API, audit logs, and permission analysis to identify illicit consent grant attacks.
24.6k · bundle
Implementing Cloud Security Posture Management
Continuously monitor multi-cloud environments for misconfigurations, compliance violations, and security risks using Prowler, ScoutSuite, AWS Security Hub, Azure Defender, and GCP Security Command Center.
24.6k · bundle
Performing Asset Criticality Scoring For Vulns
Build a multi-factor asset criticality scoring model to weight vulnerability prioritization based on business impact, data sensitivity, and operational importance.
24.6k · bundle
Performing Cve Prioritization With Kev Catalog
Integrate the CISA Known Exploited Vulnerabilities catalog with EPSS and CVSS to prioritize CVE remediation based on real-world exploitation evidence.
24.6k · bundle
Performing Post Quantum Cryptography Migration
Assesses organizational readiness for post-quantum cryptography migration per NIST FIPS 203/204/205 standards, performs cryptographic inventory scanning, evaluates hybrid TLS configurations, and validates CRYSTALS-Kyber and CRYSTALS-Dilithium readiness.
24.6k · bundle
Performing Yara Rule Development For Detection
Develop precise YARA rules for malware detection by identifying unique byte patterns, strings, and behavioral indicators in executable files while minimizing false positives.
24.6k · bundle
Implementing Syslog Centralization With Rsyslog
Configure rsyslog for centralized log collection with TLS encryption, custom templates, and log rotation. Generates server and client configuration files with GnuTLS stream drivers, x509 certificate authentication, per-host log segregation, and reliable queue settings for high-availability syslog infrastructure.
24.6k · bundle
Performing Subdomain Enumeration With Subfinder
Enumerate subdomains of target domains using ProjectDiscovery's Subfinder passive reconnaissance tool to map the attack surface during security assessments.
24.6k · bundle
Performing Wifi Password Cracking With Aircrack
Captures WPA/WPA2 handshakes and performs offline password cracking using aircrack-ng, hashcat, and dictionary attacks during authorized wireless security assessments to evaluate passphrase strength and wireless network security posture.
24.6k · bundle
Detecting AWS Credential Exposure With Trufflehog
Scan source code repositories, CI/CD pipelines, and configuration files for exposed AWS credentials using TruffleHog, git-secrets, and AWS-native detection mechanisms to prevent credential theft and unauthorized account access.
24.6k · bundle
Implementing Conduit Security For Ot Remote Access
Design and deploy IEC 62443-compliant conduit architecture for secure OT remote access, including jump servers, MFA gateways, session recording, and approval-based workflows for vendor and engineer access to industrial control systems.
24.6k · bundle
Performing Adversary In The Middle Phishing Detection
Detect and respond to Adversary-in-the-Middle (AiTM) phishing attacks that use reverse proxy kits like EvilProxy, Evilginx, and Tycoon 2FA to bypass MFA and steal session tokens.
24.6k · bundle
Performing GCP Penetration Testing With Gcpbucketbrute
Enumerate and audit GCP storage buckets and IAM policies using GCPBucketBrute and gcloud CLI to identify privilege escalation paths and overly permissive access.
24.6k · bundle
Implementing Epss Score For Vulnerability Prioritization
Integrate FIRST's Exploit Prediction Scoring System (EPSS) API to prioritize vulnerability remediation based on real-world exploitation probability within 30 days.
24.6k · bundle
Design Sprint
Run a structured 5-day process to prototype, test, and validate product ideas with real users. Covers mapping, sketching, deciding, prototyping, and testing across Monday-Friday.
1.6k · bundle
IOS Hig Design
Design native iOS interfaces following Apple Human Interface Guidelines, covering layout, typography, color, navigation, and controls for iPhone and iPad apps.
1.6k · bundle
Jobs To Be Done
Analyze customer needs by identifying the 'job' they hire a product to do, covering job statements, forces of progress, and competitive landscapes.
1.6k · bundle
Microinteractions
Design the small details—triggers, rules, feedback, loops, and modes—that separate good products from great ones, based on Dan Saffer's framework.
1.6k · bundle
Continuous Discovery
Build a weekly cadence of customer touchpoints using Opportunity Solution Trees, assumption mapping, and interview snapshots to keep product decisions grounded in evidence.
1.6k · bundle
Notion Research Documentation
Search and fetch Notion pages, synthesize findings, and publish structured briefs, summaries, comparisons, or reports with citations and source links.
66.9k · bundle
Notion Spec To Implementation
Convert Notion specs into implementation plans, tasks, and progress tracking with linked Notion pages.
66.9k · bundle
Crabbox Setup
Scaffolds an isolated cloud development box per agent using Crabbox and Daytona, with its own database, dev server, and in-box browser for parallel testing without port or state collisions.
770 · bundle
Ml Pipeline
Designs and implements production-grade ML pipeline infrastructure: configures experiment tracking, creates orchestration DAGs, builds feature store schemas, deploys model registries, and automates retraining and validation workflows.
10.4k · bundle
CLI Developer
Build command-line tools with argument parsing, interactive prompts, progress indicators, and shell completions using frameworks like commander, click, typer, or cobra.
10.4k · bundle
RAG Architect
Designs and implements production-grade RAG systems by chunking documents, generating embeddings, configuring vector stores, building hybrid search pipelines, applying reranking, and evaluating retrieval quality.
10.4k · bundle
Vue Expert JS
Builds Vue 3 components, composables, and Vite projects using JavaScript with JSDoc type annotations instead of TypeScript.
10.4k · bundle
Fine Tuning Expert
Fine-tune LLMs using LoRA, QLoRA, and PEFT with Hugging Face, including dataset preparation, hyperparameter tuning, evaluation, and deployment.
10.4k · bundle
Websocket Engineer
Build real-time communication systems with WebSockets or Socket.IO, including bidirectional messaging, horizontal scaling with Redis, presence tracking, and room management.
10.4k · bundle
Frontend Slides
Create zero-dependency, animation-rich HTML presentations from scratch or by converting PowerPoint files, with a fixed 16:9 stage and distinctive design.
24.6k · bundle
Python Sdk
Build AI applications with the inference.sh Python SDK: run apps, build agents, and integrate with 250+ models using sync/async, streaming, file uploads, and a tool builder API.
584 · bundle
Agent Browser
Control a headless browser to navigate pages, click elements, fill forms, take screenshots, record video, and execute JavaScript using Playwright and inference.sh.
584 · bundle
Workshop Facilitation
Provides a canonical facilitation protocol for interactive skills: one step at a time with progress tracking, adaptive recommendations, and interruption handling.
5.6k · bundle
Context Engineering Collection
Provides structured guidance for building production-grade AI agent systems through context engineering, covering fundamentals, architectural patterns, operational excellence, and evaluation.
16.9k · bundle
Pinecone
Provides code examples and best practices for using Pinecone, a managed vector database for production RAG, recommendation, and semantic search applications.
10.4k · bundle
Langchain
Build LLM-powered applications with agents, chains, and RAG using a framework that supports multiple providers and 500+ integrations.
10.4k · bundle
Tensorboard
Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance using TensorBoard.
10.4k · bundle
Phoenix Observability
Trace, evaluate, and monitor LLM applications with an open-source observability platform.
10.4k · bundle
Mamba Architecture
Train and run Mamba state-space models with O(n) complexity, achieving faster inference and longer context than Transformers.
10.4k · bundle
Ray Data
Process large-scale ML datasets with distributed streaming execution across CPU/GPU, supporting Parquet, CSV, JSON, images, and integration with PyTorch, TensorFlow, and Ray Train.
10.4k · bundle
Nemo Evaluator Sdk
Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution on local Docker, Slurm HPC, or cloud platforms.
10.4k · bundle
Llama Cpp
Run LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.
10.4k · bundle
Grpo Rl Training
Expert guidance for implementing GRPO/RL fine-tuning with TRL for reasoning and task-specific model training.
10.4k · bundle
N8n Self Hosting
Deploy a production self-hosted n8n instance on a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS.
5.7k · bundle
Clawhub Content Rights Correspondence
Drafts, sends, and preserves email correspondence for existing ClawHub content rights cases using authenticated admin CLI commands.
9.1k · bundle
Pead Screener
Screen post-earnings gap-up stocks for Post-Earnings Announcement Drift patterns using weekly candle analysis to detect red candle pullbacks and breakout signals.
2.3k · bundle
Breadth Chart Analyst
Analyze S&P 500 market breadth charts and CSV data to assess market health, identify trading signals, and generate positioning recommendations for different trader types.
2.3k · bundle
Muapi Social Media Video
Reads brand identity, ICP, and messaging files to produce on-brand social video with storyboard, reference images, and Seedance 2.0-optimized prompts.
3.7k · bundle
Caveman Help
Displays a quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode.
· bundle
Logic Diff
Compares two code versions for semantic equivalence by tracing both side-by-side, identifying divergences, and producing a structured verdict.
42.4k · bundle
Dbos Golang
Build reliable, fault-tolerant Go applications with DBOS durable workflows, covering installation, configuration, workflow/step structure, queues, and testing.
42.4k · bundle