built-in catalog

Trickest agent skills

65 built-in skills ship with the agent. Each is a markdown instruction file the agent loads on demand to build and run workflows. Browse them here, or open any skill in Trickest.

Skills are part of the Trickest agent.

65 skills
  1. API Testing

    v1.0.0

    Test and validate APIs using Hurl (declarative HTTP tests), Newman (Postman collections), and grpcurl (gRPC testing).

  2. App Builder

    v4.1.0

    Build production-grade Next.js apps in the sandbox over live workflow data.

  3. Audio Processing

    v1.0.0

    Process audio files — convert formats, normalize loudness, trim, merge, apply effects, and encode using SoX, LAME, FLAC, Opus, and FFmpeg.

  4. Cloud Enumeration

    v1.0.0

    Enumerate and audit cloud infrastructure assets across AWS, GCP, and Azure.

  5. Cluster: Bridges Reports

    v1.0.0

    Cross-solution data bridges, reporting, and utility tools in Trickest workflows.

  6. Cluster: Content Discovery

    v1.0.0

    URL/path discovery and JavaScript analysis modules in Trickest workflows.

  7. Cluster: Hostname Enumeration

    v1.0.0

    Build the hostname/subdomain discovery side of a Trickest workflow.

  8. Cluster: Network Scanning

    v1.0.0

    Network-side vulnerability scanners in Trickest workflows.

  9. Cluster: Port Services

    v1.0.0

    Port discovery and network service fingerprinting in Trickest workflows.

  10. Cluster: Web Probing

    v1.0.0

    Web-server probing and technology fingerprinting in Trickest workflows.

  11. Cluster: Web Scanning

    v1.0.0

    HTTP-side vulnerability scanners in Trickest workflows.

  12. Compression

    v1.0.0

    Compress and decompress files using the optimal algorithm.

  13. CSV Processing

    v1.0.0

    Process, filter, transform, and analyze CSV/TSV files using xsv, Miller, and csvkit.

  14. Data Quality

    v1.0.0

    Profile datasets and run validation checks using DuckDB SQL.

  15. Database & TQL

    v2.4.1

    TQL syntax + the database lifecycle (run → detect → live → query) and row CRUD.

  16. Database Migrations

    v1.0.0

    Run database schema migrations using dbmate (lightweight, single-file) and golang-migrate (flexible, 15+ databases).

  17. Database Ops

    v1.0.0

    Query and interact with databases using usql (40+ databases), redis-cli, mongosh, and kcat (Kafka).

  18. DNS Operations

    v1.1.0

    Perform DNS discovery, subdomain bruteforcing, record enumeration, resolver validation, domain permutation, and subdomain takeover…

  19. Docker Patterns

    v1.0.0

    Write and optimize Dockerfiles — multi-stage builds, minimal base images, security hardening, caching, and best practices.

  20. Document Conversion

    v1.3.1

    Convert between document formats using Pandoc, LibreOffice, and csvkit — Markdown to PDF/DOCX/HTML, HTML to Markdown, DOCX to Markdown,…

  21. Error Handling

    v1.0.0

    Handle errors, retries, and failures in workflow pipelines — retry with backoff, fallback chains, input validation, graceful degradation,…

  22. Experiment Loop

    v2.1.0

    Autonomously optimize a workflow by iterating run → evaluate → keep/discard until converged.

  23. Feature Engineering

    v1.0.0

    Transform raw data into ML-ready features using Polars (fast DataFrames), pandas, and SQL.

  24. Find & Install Skills

    v1.2.0

    Discover and install agent skills from the open skills ecosystem (skills.sh, GitHub).

  25. Git Ops

    v1.0.0

    Git workflow patterns for automation pipelines — cloning, diffing, log analysis, tag management, hook-based automation, and GitOps…

  26. HTML Extraction

    v1.0.0

    Extract data from HTML using CSS selectors with pup and htmlq, or render HTML to plain text with Lynx.

  27. HTTP Probing

    v1.1.0

    Probe bulk lists of hosts/URLs using httpx — detect live services, fingerprint technologies, filter by status code, extract data, and…

  28. Huggingface Models

    v1.0.0

    Use Hugging Face models and tools — download models, run inference, fine-tune with LoRA/PEFT, and deploy.

  29. Image Optimization

    v1.0.0

    Optimize image file sizes using format-specific tools — JPEG (jpegoptim), PNG (pngquant + optipng/oxipng), SVG (svgo), and WebP (cwebp).

  30. Image Processing

    v1.0.0

    Resize, crop, convert, annotate, and transform images using ImageMagick.

  31. Injection Testing

    v1.1.0

    Test web applications for injection vulnerabilities using gf (pattern-based URL filtering), qsreplace (query string manipulation), sqlmap…

  32. JSON Processing

    v1.0.0

    Process, filter, reshape, and aggregate JSON data using jq.

  33. Kubernetes Ops

    v1.0.0

    Manage Kubernetes clusters, deploy applications, audit security, handle secrets, and work with container images.

  34. Llm Serving

    v1.0.0

    Serve and run large language models using Ollama (prototyping), vLLM (production), and llama.cpp (edge/CPU).

  35. Load Testing

    v1.0.0

    Load test and benchmark HTTP services using k6 (scripted scenarios), hey (quick benchmarks), vegeta (constant-rate), and wrk (maximum…

  36. Log Analysis

    v1.0.0

    Analyze log files using DuckDB and jq — query JSONL logs, compressed log archives, access logs, and security tool output with SQL.

  37. Media Download

    v1.0.0

    Download videos, audio, playlists, and subtitles from websites using yt-dlp.

  38. Metadata Extraction

    v1.0.0

    Read, write, and strip metadata from files using ExifTool — images (EXIF, IPTC, XMP), documents (PDF, DOCX), audio/video (ID3, QuickTime),…

  39. ML Pipeline

    v1.0.0

    Build machine learning pipelines — data preparation, model training, evaluation, and deployment using PyTorch, TensorFlow, scikit-learn,…

  40. Model Evaluation

    v1.0.0

    Evaluate and compare ML models using metrics, experiment tracking (MLflow, W&B), hyperparameter tuning (Optuna, Ray Tune), and model…

  41. Notification

    v1.0.0

    Send notifications from workflows using ntfy (push notifications), Slack webhooks, and email (swaks/msmtp).

  42. Observability

    v1.0.0

    Build monitoring, logging, tracing, and alerting pipelines using Prometheus, Grafana, Loki, Jaeger, OpenTelemetry, Datadog Agent,…

  43. Ocr Pipeline

    v1.0.0

    Extract text from images and scanned documents using Tesseract OCR with ImageMagick preprocessing.

  44. OSINT Intelligence

    v1.0.0

    Open-source intelligence gathering — username enumeration, email/domain discovery, breach hunting, infrastructure discovery, brand protection,…

  45. Pdf Toolkit

    v1.0.0

    Manipulate PDF files — merge, split, extract text, add OCR, encrypt/decrypt, watermark, optimize, and convert.

  46. Python Scripting

    v1.0.0

    Write Python scripts for workflow script nodes — file I/O, JSON processing, API calls, CSV handling, text parsing, and automation patterns.

  47. Discovery

    v1.0.0

    Build workflows for web discovery, content discovery, port scanning, parameter fuzzing, API endpoint enumeration, WordPress scanning,…

  48. Sandbox & CLI Grammar

    v1.0.0

    The one law for working in your sandbox and driving the trickest CLI.

  49. Shell Scripting

    v1.0.0

    Write robust Bash scripts for workflow script nodes — error handling, argument parsing, data pipelines, and best practices from the Google…

  50. Skill Installer

    v1.0.0

    Install a long-tail skill on demand into the session sandbox by fetching its SKILL.md from GitHub, a raw URL, or npm.

  51. Solution: Attack Surface Management

    v1.0.0

    Blueprint for building a Trickest Attack Surface Management workflow from a seed list of root domains.

  52. Solution: Dast

    v1.0.0

    Blueprint for building a Trickest single-target DAST workflow.

  53. Solution: Vulnerability Scanning

    v1.0.0

    Blueprint for building a Trickest Vulnerability Scanning workflow that runs downstream of an Attack Surface Management solution.

  54. Speech To Text

    v1.0.0

    Transcribe audio and video to text using OpenAI Whisper.

  55. SQL Analytics

    v1.0.0

    Run SQL queries directly on CSV, JSON, Parquet, and JSONL files using DuckDB — no database server needed.

  56. SSL TLS Analysis

    v1.0.0

    Analyze SSL/TLS configurations, enumerate cipher suites, detect vulnerabilities (Heartbleed, ROBOT, CCS injection), verify certificates,…

  57. Terraform Iac

    v1.0.0

    Provision and manage cloud infrastructure using Terraform and OpenTofu.

  58. Trickest

    v1.2.0

    End-to-end guide to driving the Trickest platform from your sandbox — auth, the CLI grammar, building and running workflows, reading…

  59. Trickest CLI

    v1.0.2

    The full trickest CLI verb catalog, flags, exit codes, and the gotchas that look like your bug but aren't.

  60. Trickest SDK

    v3.0.0

    Use when writing code with @trickest/sdk, TrickestClient, the trickest() helper, or accessing platform resources (spaces, workflows, runs,…

  61. Vector Databases

    v1.0.0

    Store, index, and query vector embeddings using ChromaDB, Qdrant, Weaviate, Milvus, and pgvector.

  62. Video Processing

    v1.0.0

    Process video and audio files using FFmpeg — transcode, trim, extract audio, generate thumbnails, create GIFs, burn subtitles, batch…

  63. Web Scraping

    v1.1.0

    Scrape websites, crawl for URLs, extract and parse URL components, and build data extraction pipelines using curl, katana, gospider,…

  64. Workflow Builder

    v2.4.1

    Design, build, connect, and run Trickest workflows (DAGs).

  65. YAML Processing

    v1.0.0

    Process YAML, JSON, and XML files using yq — the universal format bridge.