
Audits and manages user access permissions across cloud services, SaaS applications, and internal systems to enforce least-privilege principles
Extracts, transforms and loads data between Airtable bases and external systems. Use for Airtable data migrations, exports, and integrations.
Continuously monitors security audit logs from cloud platforms, SaaS tools, and internal systems to detect unauthorized access and policy violations
Automates build, test and deploy pipelines triggered by Git events. Use when setting up or fixing CI/CD workflows for any project.
Detects and removes unused functions, imports and feature flags. Use for weekly codebase cleanup to reduce technical debt.
Scans and opens PRs for outdated npm/pip/cargo dependencies weekly. Use to automate dependency maintenance and security patching across repositories.
Analyzes and reduces Docker image sizes with multi-stage build rewrites. Use when Docker images are too large or build times are slow.
Design, personalize, and schedule multi-step email campaigns using subscriber data. Automates segmentation, A/B subject line testing, send-time optimization, and performance tracking across ESP platforms.
Scans environment files and codebases for exposed secrets, API keys, and credentials, then generates a remediation report
Builds and deploys Make.com automation scenarios from natural language. Use when you need to create, update, or deploy Make.com workflows programmatically from a description or spec.
Generates and stores vector embeddings for semantic search pipelines. Use when building RAG systems, semantic search, or AI-powered recommendation engines.
Scans application dependencies, container images, and infrastructure for known CVEs and security vulnerabilities with automated remediation suggestions
Enriches records with LLM-generated insights, classifications and summaries. Use when you need to add AI-generated metadata, tags, or summaries to existing data records.
Automatically generate unit, integration, and end-to-end tests for existing code. Analyzes functions, classes, and API routes to produce test suites in Jest, Pytest, Vitest, or Playwright with edge cases and mocks.
| name | description | license | tags | |------|-------------|---------|------| | terraform-style-check | Audit Terraform and OpenTofu configurations for style, best practices, security, and compliance. Checks naming conventions, resource organization, variable usage, module structure, and IAM least-privilege patterns. | MIT | --- terraform infrastructure devops security iac | # Terraform Style Check ## Overview Audit Terraform (and OpenTofu) configurations for style consistency, security bes
Audit supplier networks, procurement records, and logistics data to identify ESG risks, compliance gaps, pricing anomalies, and single-source dependencies. Generates risk-scored supplier reports.
Syncs Supabase tables with external APIs and Airtable in real-time. Use when setting up bidirectional data sync between Supabase and third-party platforms.
Manage Stripe subscriptions, invoices, payment intents, refunds, and customer billing lifecycle events. Automates plan upgrades/downgrades, dunning sequences, proration calculations, and revenue reporting.
Create, schedule, and publish content across LinkedIn, X (Twitter), Instagram, and Facebook from a single content brief. Adapts tone, format, and hashtags per platform with engagement analytics tracking.
| name | description | license | tags | |------|-------------|---------|------| | slack-qa-investigate | Investigate QA issues and bug reports surfaced in Slack channels. Reads thread context, correlates with recent deployments and error logs, identifies root cause, and posts a structured findings summary to the channel. | MIT | --- slack qa debugging monitoring devops | # Slack QA Investigate ## Overview Automatically investigate QA issues and incidents reported in Slack by correlating threa
Send rich, context-aware Slack notifications triggered by agent events, pipeline results, alerts, or scheduled digests. Supports Block Kit formatting, channel routing, threading, and interactive buttons.
Synchronizes product catalog, inventory levels, and order data between Shopify stores and external systems like ERPs, warehouses, and marketplaces
Audit any webpage or domain for on-page and technical SEO issues. Analyzes metadata, heading structure, Core Web Vitals, backlink signals, keyword density, and generates a prioritized fix report.
| name | description | license | tags | |------|-------------|---------|------| | seo-aeo-audit | Perform comprehensive SEO and Answer Engine Optimization (AEO) audits on web pages. Analyzes technical SEO, content quality, structured data, AI snippet eligibility, and provides prioritized fixes. | MIT | --- seo aeo content-marketing optimization search | # SEO/AEO Audit ## Overview Run a full SEO and Answer Engine Optimization audit combining traditional search ranking factors with AI-era opti
| name | description | license | tags | |------|-------------|---------|------| | scheduler | Create, manage, and optimize scheduled tasks and recurring jobs. Supports cron expressions, interval-based triggers, time zone handling, and dependency chains between jobs. Use for automating periodic workflows. | MIT | --- scheduling automation cron jobs workflow | # Scheduler ## Overview Create and manage scheduled tasks, recurring jobs, and time-based automation workflows with support for cron exp
Collects and analyzes customer reviews from multiple platforms to extract sentiment trends, common complaints, and product improvement opportunities
Optimizes logistics routes for lithium battery collection, transportation to recycling facilities, and recovered material distribution to minimize cost and carbon footprint
Generates professional, comprehensive README.md files for any project by analyzing the codebase structure, dependencies, and existing documentation
Generates SEO-optimized, conversion-focused product descriptions for ecommerce listings on Shopify, Amazon, WooCommerce, and other platforms
Analyzes market data, competitor pricing, and demand signals to recommend optimal pricing strategies that maximize revenue and conversion rates
Extract structured text, tables, images, metadata, and form fields from PDF documents. Supports OCR for scanned PDFs, multi-column layout detection, and batch processing of large document sets.
Automates end-to-end order processing workflows including validation, fulfillment routing, shipping label generation, and customer notification
| name | description | license | tags | |------|-------------|---------|------| | mcp-builder | Scaffold and generate Model Context Protocol (MCP) servers from a tool specification. Creates server boilerplate, tool handlers, schema definitions, and test stubs. Use when building new MCP integrations for AI agents. | MIT | --- mcp ai-agents tooling scaffolding typescript | # MCP Builder ## Overview Scaffold production-ready Model Context Protocol (MCP) servers from a tool specification. Generat
Parses and analyzes application logs to identify errors, anomalies, performance bottlenecks, and suspicious activity patterns
Manage i18n translation files, detect missing translation keys, generate AI-assisted translations for new strings, and sync locale files across frontend codebases and CMS platforms.
Discovers, qualifies, and ranks lithium material suppliers globally by analyzing certifications, pricing, capacity, location, and reliability metrics for LithiumBuy marketplace
Score inbound leads based on firmographic data, behavioral signals, CRM activity, and custom ICP criteria. Prioritizes sales-ready leads, flags high-value accounts, and auto-routes to appropriate sales reps.
Monitors inventory levels across multiple warehouses and sales channels, sending alerts and automating reorder workflows when stock falls below thresholds
Automatically review GitHub pull requests for code quality, security vulnerabilities, style violations, missing tests, and logical errors. Posts inline comments and a summary review via the GitHub API.
| name | description | license | tags | |------|-------------|---------|------| | github-issue-dedupe | Detect and consolidate duplicate GitHub issues using semantic similarity matching. Identifies duplicate reports, posts linking comments, closes duplicates, and keeps a canonical issue updated with all relevant context. | MIT | --- github issues deduplication automation project-management | # GitHub Issue Dedupe ## Overview Automatically detect duplicate GitHub issues using semantic similari
Reviews data collection practices, privacy policies, cookie consent flows, and data retention policies for GDPR and CCPA compliance
Constructs end-to-end event-driven pipelines with retry logic and dead-letter queues. Use when building producer-consumer event architectures.
Monitor application logs and error streams to detect, group, and triage errors by severity and frequency. Automatically creates GitHub issues or Jira tickets for new errors and notifies the on-call team.
| name | description | license | tags | |------|-------------|---------|------| | docs-update | Automatically update project documentation to reflect code changes. Scans diffs, identifies outdated docs, rewrites affected sections, and submits changes via PR. Use when code changes need corresponding doc updates. | MIT | --- documentation writing automation github markdown | # Docs Update ## Overview Keep documentation in sync with code changes by automatically identifying outdated content, rew
Validates, cleanses and enriches incoming data against JSON schemas. Use when you need to ensure data quality before processing or storing records.
Safely migrate data between databases (PostgreSQL, MySQL, SQLite, Supabase, MongoDB) with schema diffing, rollback support, dry-run mode, and zero-downtime strategies.
Automate end-to-end new customer onboarding for SaaS and marketplace platforms. Use when onboarding new customers after signup or contract signing, including account provisioning in CRM (HubSpot/Salesforce), sending personalized welcome email sequences via SendGrid, creating and tracking onboarding checklists, scheduling kickoff calls via Calendly/Cal.com, monitoring customer health scores, and generating time-to-value reports. Triggers on tasks involving new customer setup, onboarding automation, welcome sequences, CSM task assignment, or onboarding health tracking.
Automate new customer onboarding workflows by provisioning accounts, sending welcome sequences, assigning onboarding checklists, scheduling kickoff calls, and tracking time-to-value milestones.
| name | description | license | tags | |------|-------------|---------|------| | create-pull-request | Automatically create well-structured GitHub pull requests from a branch. Generates descriptive titles, summaries, test plans, and reviewer suggestions based on the diff and commit history. | MIT | --- git github automation workflow collaboration | # Create Pull Request ## Overview Automate GitHub pull request creation with comprehensive descriptions, test plans, and reviewer assignments bas
Summarizes long-form content including articles, PDFs, research papers, meeting transcripts, and web pages into concise actionable briefs
| name | description | license | tags | |------|-------------|---------|------| | ci-fix | Diagnose and fix GitHub Actions CI failures. Inspects workflow runs and logs, identifies root causes, implements minimal fixes, and pushes to a fix branch. Use when CI is failing, red, broken, or needs diagnosis. | MIT | --- ci devops github-actions automation debugging | # CI Fix ## Overview Diagnose CI failures and implement fixes with minimal, targeted diffs. Pushes fixes to a dedicated branch withou
Automatically generates structured CHANGELOG.md entries from git commit history, PR descriptions, and semantic versioning tags
Validates lithium material specifications against battery-grade purity standards, comparing supplier CoA documents with industry specifications for EV and energy storage applications
Automatically generates comprehensive API documentation from code, OpenAPI specs, or Postman collections with examples and usage guides
Analyze A/B test results with statistical rigor. Calculates significance, confidence intervals, sample size requirements, and business impact. Generates clear winner declarations and actionable recommendations.
Migrates Zapier zaps to Make.com scenarios automatically. Use when asked to convert, port, or recreate Zapier workflows in Make.com.
Routes, transforms and fans out webhook payloads across multiple services. Use when you need to receive an incoming webhook and dispatch it to multiple downstream endpoints with payload transformation.
| name | description | license | tags | |------|-------------|---------|------| | webapp-testing | Generate and execute comprehensive test suites for web applications. Covers unit, integration, E2E, and visual regression tests. Analyzes application structure to create meaningful test cases with high coverage. | MIT | --- testing qa automation e2e playwright jest | # Webapp Testing ## Overview Generate and execute comprehensive test suites for web applications covering unit, integration, end-t
| name | description | license | tags | |------|-------------|---------|------| | web-accessibility-audit | Audit web pages and components for WCAG 2.1 AA/AAA compliance. Checks color contrast, keyboard navigation, ARIA labels, screen reader compatibility, and focus management. Returns prioritized fixes with code examples. | MIT | --- accessibility wcag a11y compliance web | # Web Accessibility Audit ## Overview Conduct a comprehensive WCAG 2.1 accessibility audit of web pages and UI componen
Audits codebases, configurations, and data handling practices against regulatory compliance frameworks including SOC2, ISO 27001, HIPAA, and PCI-DSS
Creates and manages scheduled Oz cloud agent runs with intelligent cron expressions. Use when asked to set up recurring agent tasks or scheduled automation.
Export Notion databases, pages, and wikis to Markdown, PDF, CSV, or JSON. Supports recursive page traversal, property mapping, relation resolution, and scheduled automated exports.
| name | description | license | tags | |------|-------------|---------|------| | web-performance-audit | Audit web application performance using Core Web Vitals and Lighthouse metrics. Analyzes LCP, FID, CLS, TTFB, and bundle sizes. Identifies bottlenecks and provides prioritized optimization recommendations with estimated impact. | MIT | --- performance web-vitals optimization lighthouse frontend | # Web Performance Audit ## Overview Conduct a comprehensive web performance audit measuring C
| name | description | license | tags | |------|-------------|---------|------| | github-bug-report-triage | Triage incoming GitHub bug reports by analyzing issue content, reproducing steps, assigning severity labels, linking to related issues, and routing to the appropriate team or milestone. | MIT | --- github issues triage bugs project-management | # GitHub Bug Report Triage ## Overview Automatically analyze new GitHub bug reports, assign severity and priority labels, identify duplicates,