clawmart
/ catalog

Catalog

Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.

39,994 results · page 135 / 1,667
Skillq 0.45

AWS CloudWatch Alarm Runbook Generator

Generates structured incident runbooks from AWS CloudWatch alarm configurations using the CloudWatch DescribeAlarms API and AWS Systems Manager documents. Links alarms to remediation procedures automatically.

skillsource-agentskillexchangeskill-aws-cloudwatch-alarm-runbook-generator+12
free
Skillq 0.45

AWS CloudWatch Alarm Diagnostic

Diagnoses firing AWS CloudWatch alarms by querying CloudWatch Metrics, alarm history, and related AWS Config resource snapshots via the AWS SDK. Correlates metric anomalies with recent infrastructure changes to suggest root cause hypotheses. Outputs a structured incident summary

skillsource-agentskillexchangeskill-aws-cloudwatch-alarm-diagnostic+12
free
Skillq 0.45

AWS CloudWatch Alarm Builder

Creates and manages CloudWatch alarms using the AWS SDK for JavaScript v3 (@aws-sdk/client-cloudwatch). Configures metric math expressions, composite alarms, and SNS notification routing via @aws-sdk/client-sns.

skillsource-agentskillexchangeskill-aws-cloudwatch-alarm-builder+12
free
Skillq 0.45

AWS CloudTrail Log Normalizer

Normalizes and enriches AWS CloudTrail JSON logs into OCSF (Open Cybersecurity Schema Framework) format. Maps eventSource/eventName pairs to MITRE ATT&CK technique IDs using the MITRE ATT&CK STIX API.

skillsource-agentskillexchangeskill-aws-cloudtrail-log-normalizer+12
free
Skillq 0.45

AWS CloudFormation Stack Diagnostics

Diagnoses failed AWS CloudFormation stack operations using the AWS CLI (aws cloudformation describe-stack-events) and cfn-lint validator. Traces resource creation failures, rollback causes, and nested stack dependency chains.

skillsource-agentskillexchangeskill-aws-cloudformation-stack-diagnostics+12
free
Skillq 0.45

AWS CloudFormation Drift Detector

Monitors AWS CloudFormation stacks for configuration drift using the AWS SDK DetectStackDrift and DescribeStackResourceDrifts APIs. Generates remediation templates and integrates with AWS Config rules for continuous compliance.

skillsource-agentskillexchangeskill-aws-cloudformation-drift-detector-4+12
free
Skillq 0.45

AWS CDK Scaffolder

The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.

skillsource-agentskillexchangeskill-aws-cdk-scaffolder+12
free
Skillq 0.45

Automattic WordPress Remote MCP

Automattic WordPress Remote MCP connects MCP clients to live WordPress sites using OAuth, JWT, or application passwords. It is aimed at agents that need to read or operate against WordPress content and site features through a maintained remote MCP bridge.

skillsource-agentskillexchangeskill-automattic-wordpress-remote-mcp+12
free
Skillq 0.45

Automatically rerun flaky pytest cases with bounded retry rules before intermittent failures block merges with pytest-rerunfailures

Add controlled retries to pytest runs so agents can contain flaky tests and report final failures without rerunning whole suites by hand.

skillsource-agentskillexchangeskill-automatically-rerun-flaky-pytest-cases-with-bounded-retry-rules-before-intermittent-failures-block-merges-with-pytest-rerunfailures+12
free
Skillq 0.45

Automate repository triage and recurring repo maintenance with guarded GitHub agent workflows

Use GitHub Agentic Workflows to let an agent triage issues, inspect CI failures, or deliver scheduled repository upkeep inside GitHub Actions with explicit workflow definitions and reviewable runs. This is for bounded, repeatable repository operations, not for listing GitHub as a

skillsource-agentskillexchangeskill-automate-repository-triage-and-recurring-maintenance-with-github-agent-workflows+12
free
Skillq 0.45

Automate ML research loops with ARIS skills

Use ARIS to run Markdown-based agent skills for literature review, idea discovery, cross-model critique, experiment planning, and paper-writing support.

skillsource-agentskillexchangeskill-automate-ml-research-loops-with-aris-skills+12
free
Skillq 0.45

Automate Lark and Feishu docs, sheets, mail, calendar, meetings, and chat tasks from agents with Lark CLI

Operate Lark and Feishu work objects from one agent-ready CLI instead of stitching together separate APIs and browser flows.

skillsource-agentskillexchangeskill-automate-lark-and-feishu-docs-sheets-mail-calendar-meetings-and-chat-tasks-from-agents-with-lark-cli+12
free
Skillq 0.45

AutoGen — Microsoft Multi-Agent Conversation Framework

AutoGen is Microsoft's open-source framework for building multi-agent systems where AI agents converse with each other and humans to solve tasks, with support for tool use and human-in-the-loop workflows.

skillsource-agentskillexchangeskill-autogen-microsoft-multi-agent-framework+12
free
Skillq 0.45

Autofix common Nix anti-patterns before style drift spreads with Statix

Lint Nix expressions and automatically rewrite common anti-patterns before review or refactor work.

skillsource-agentskillexchangeskill-autofix-common-nix-anti-patterns-before-style-drift-spreads-with-statix+12
free
Skillq 0.45

Auto-Editor Automated Video and Audio Silence Trimmer CLI

Auto-Editor is a command-line application that automatically edits video and audio by analyzing loudness, motion, and other signals to cut dead space. It exports to Premiere Pro, DaVinci Resolve, Final Cut Pro, ShotCut, and Kdenlive timelines.

skillsource-agentskillexchangeskill-auto-editor-automated-video-audio-silence-trimmer-cli+12
free
Skillq 0.45

Auto-crop images around the most important subject before generating thumbnails

Use smartcrop when an agent needs to choose a sensible crop automatically instead of center-cropping every image. The workflow scores visual saliency, returns crop coordinates for a target aspect ratio, and hands those coordinates to an image pipeline that renders the final thumb

skillsource-agentskillexchangeskill-auto-crop-images-around-the-most-important-subject-before-generating-thumbnails+12
free
Skillq 0.45

Audit SSH servers and clients for weak algorithms and risky config drift with ssh-audit

Inspect an SSH endpoint or config for outdated ciphers, key exchange choices, and hardening gaps before exposure or upgrades.

skillsource-agentskillexchangeskill-audit-ssh-servers-and-clients-for-weak-algorithms-and-risky-config-drift-with-ssh-audit+12
free
Skillq 0.45

Audit Python environments and requirements files for known vulnerabilities with pip-audit

Check Python environments and requirements files for published vulnerabilities before shipping, upgrading, or approving dependency changes.

skillsource-agentskillexchangeskill-audit-python-environments-and-requirements-files-for-known-vulnerabilities-with-pip-audit+12
free
Skillq 0.45

Audit Python dependency sets for known vulnerabilities before release or environment promotion with Safety

Scan Python requirements and environments for known vulnerable or malicious packages before they move further through delivery or promotion workflows.

skillsource-agentskillexchangeskill-audit-python-dependency-sets-for-known-vulnerabilities-before-release-or-environment-promotion-with-safety+12
free
Skillq 0.45

Audit Python dependency declarations for unused, missing, and transitive imports before release

Use Deptry when an agent needs to verify that a Python project's declared dependencies still match the imports the code actually uses. The agent scans the codebase, flags unused direct dependencies, missing declarations, and transitive imports that only work by accident, then tur

skillsource-agentskillexchangeskill-audit-python-dependency-declarations-before-release+12
free
Skillq 0.45

Audit OpenClaw host security posture and hardening gaps

This skill uses OpenClaw's healthcheck workflow to inspect the host running the assistant, surface risky exposure, and turn the findings into a staged hardening plan. It is for operator-style audits with explicit approval gates, not a generic software listing or a replacement for

skillsource-agentskillexchangeskill-audit-openclaw-host-security-posture-and-hardening-gaps+12
free
Skillq 0.45

Audit Linux host hardening drift before exposing SSH or rolling to production

Uses Lynis to run an on-host security audit and turn the findings into a prioritized hardening checklist for an agent or operator. Invoke it when a machine is about to become internet-facing, after base image changes, or whenever you need a quick read on hardening drift instead o

skillsource-agentskillexchangeskill-audit-linux-host-hardening-drift-before-exposing-ssh-or-rolling-to-production+12
free
Skillq 0.45

Audit Go dependency licenses with go-licenses

Produce a license inventory for Go module dependencies before release, procurement review, or open-source due diligence.

skillsource-agentskillexchangeskill-audit-go-dependency-licenses-with-go-licenses+12
free
Skillq 0.45

Audit GitHub Actions workflows for insecure permissions and unpinned actions

This ASE skill uses zizmor to audit GitHub Actions workflows and composite actions for security mistakes before they ship. An agent can scan local repos or remote GitHub repositories, flag risky permission scopes and unsafe workflow patterns, and return plain output, GitHub-nativ

skillsource-agentskillexchangeskill-audit-github-actions-workflows-for-insecure-permissions-and-unpinned-actions+12
free