clawmart
/ catalog

Catalog

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

6,065 results · page 72 / 253
Skillq 0.45

Git Secret Scanner with Gitleaks

Scans Git repositories for leaked secrets using Gitleaks, TruffleHog, and custom regex patterns. Detects API keys, AWS credentials, private keys, and database connection strings across commit history.

skillsource-agentskillexchangeskill-git-secret-scanner-gitleaks+12
free
Skillq 0.45

Git Diff Complexity Analyzer

Analyzes git diffs using libgit2 and radon to compute cyclomatic complexity changes per function. Flags complexity regressions in pull requests with inline GitHub review comments via PyGithub.

skillsource-agentskillexchangeskill-git-diff-complexity-analyzer+12
free
Skillq 0.45

git-cliff Customizable Changelog Generator for Git Repositories

git-cliff generates changelog files from Git history using conventional commits and regex-powered custom parsers. Written in Rust, it provides highly customizable templates via a TOML configuration file, with integrations for GitHub Actions, Docker, and CI/CD pipelines.

skillsource-agentskillexchangeskill-git-cliff-changelog-generator+12
free
Skillq 0.45

Git Branch Analyzer

Analyzes Git repository branch topology using libgit2 bindings and git-log parsing. Identifies stale branches, merge conflicts, and divergence points via the GitHub GraphQL API.

skillsource-agentskillexchangeskill-git-branch-analyzer-libgit2+12
free
Skillq 0.45

Git Bisect Automator

Automates git bisect workflows with custom test scripts and CI pipeline integration. Uses the Git CLI and GitHub Actions API to identify regression-introducing commits across large repositories.

skillsource-agentskillexchangeskill-git-bisect-automator+12
free
Skillq 0.45

Git Bisect Automation Agent

Automates git bisect workflows to find regression-introducing commits using custom test scripts and the git bisect run interface. Supports containerized test execution via Docker to ensure reproducible bisect environments.

skillsource-agentskillexchangeskill-git-bisect-automation-agent+12
free
Skillq 0.45

git-absorb Automatic Fixup Commit Generator

Automatically generates fixup commits by analyzing staged changes and matching them to the correct ancestor commits. A Rust port of Facebook's hg absorb that eliminates manual interactive rebasing for review feedback.

skillsource-agentskillexchangeskill-git-absorb-automatic-fixup-commit-generator+12
free
Skillq 0.45

Ghostty Fast Native Terminal Emulator with GPU Acceleration

Ghostty is a fast, feature-rich, cross-platform terminal emulator that uses platform-native UI and GPU acceleration. Created by Mitchell Hashimoto, it provides a native experience on macOS and Linux while supporting modern terminal protocols including Kitty graphics and synchroni

skillsource-agentskillexchangeskill-ghostty-fast-native-terminal-emulator-gpu-acceleration+12
free
Skillq 0.45

Ghostfolio Open Source Wealth Management and Portfolio Tracking Platform

Ghostfolio is an open-source wealth management application for tracking stocks, ETFs, and cryptocurrencies across multiple platforms. Built with Angular, NestJS, and Prisma on PostgreSQL, it provides portfolio performance analysis, allocation insights, and data-driven investment

skillsource-agentskillexchangeskill-ghostfolio-wealth-management-portfolio-tracking+12
free
Skillq 0.45

Ghost Open Source Publishing Platform for Memberships Newsletters and Headless CMS

Ghost is an open-source publishing platform built for modern blogs, newsletters, memberships, and headless CMS use cases. It combines editorial workflows, subscription management, and API-first content delivery in one self-hostable stack.

skillsource-agentskillexchangeskill-ghost-open-source-publishing-platform-memberships-newsletters-headless-cms+12
free
Skillq 0.45

Ghost Admin API Headless Publishing and CMS Automation

The Ghost Admin API exposes authenticated operations for posts, pages, tags, members, offers, and newsletter publishing. This skill gives agents a concrete workflow for structured publishing and operational automation in Ghost-backed sites.

skillsource-agentskillexchangeskill-ghost-admin-api-headless-publishing-cms-automation+12
free
Skillq 0.45

Generate XML sitemaps and robots.txt from route inventories before SEO launch

Use sitemap when an agent already knows the site routes or content URLs and needs valid sitemap XML, sitemap indexes, or robots.txt references before launch. This is a publishing-artifact skill, not a crawler or SEO platform.

skillsource-agentskillexchangeskill-generate-xml-sitemaps-and-robots-txt-from-route-inventories-before-seo-launch+12
free
Skillq 0.45

Generate Terraform module inputs and outputs docs with terraform-docs before review drift sets in

Refresh Terraform module documentation from source so variables, outputs, and providers stay aligned with the code before review or release.

skillsource-agentskillexchangeskill-generate-terraform-module-inputs-and-outputs-docs-with-terraform-docs-before-review-drift-sets-in+12
free
Skillq 0.45

Generate structured release notes from merged pull requests between two refs with Copilot Release Notes

Compare two tags, branches, or SHAs and turn merged pull requests into reviewable markdown and JSON release notes for a release workflow.

skillsource-agentskillexchangeskill-generate-structured-release-notes-from-merged-pull-requests-between-two-refs-with-copilot-release-notes+12
free
Skillq 0.45

Generate stable URL slugs from multilingual titles before publishing pages, docs, or filenames

Use python-slugify when an agent has messy human titles and needs safe, repeatable slugs for URLs, filenames, or record IDs. This skill stays tightly focused on transliteration and normalization, not routing, redirects, or full publishing workflows.

skillsource-agentskillexchangeskill-generate-stable-url-slugs-from-multilingual-titles-before-publishing-pages-docs-or-filenames+12
free
Skillq 0.45

Generate SLSA build provenance in GitHub Actions

Attach signed SLSA provenance to GitHub Actions builds so release artifacts ship with verifiable supply-chain metadata.

skillsource-agentskillexchangeskill-generate-slsa-build-provenance-in-github-actions+12
free
Skillq 0.45

Generate Slack-ready animated GIFs from custom frame sequences

Use Anthropic's slack-gif-creator skill to build animated GIFs that stay inside Slack's practical size, duration, and dimension constraints. It gives an agent a bounded GIF-production workflow, not a generic image library or chat sticker listing.

skillsource-agentskillexchangeskill-generate-slack-ready-animated-gifs-from-custom-frame-sequences+12
free
Skillq 0.45

Generate right-to-left CSS variants from LTR stylesheets before multilingual launches with RTLCSS

Use RTLCSS when an agent already has left-to-right stylesheets and must prepare a right-to-left variant for Arabic, Hebrew, or other RTL interfaces. The skill transforms directional CSS rules into an RTL companion stylesheet so localization work does not require hand-editing ever

skillsource-agentskillexchangeskill-generate-right-to-left-css-variants-from-ltr-stylesheets-before-multilingual-launches-rtlcss+12
free
Skillq 0.45

Generate reusable site adapters from live browser behavior with OpenCLI

Use OpenCLI to explore a logged-in site, synthesize a deterministic adapter, and expose the result as a reusable CLI command an agent can call again later.

skillsource-agentskillexchangeskill-generate-reusable-site-adapters-from-live-browser-behavior-with-opencli+12
free
Skillq 0.45

Generate reproducible algorithmic art sketches with seeded p5.js randomness

Use the Anthropic algorithmic-art skill when an agent should turn a creative brief into executable generative art, not into a static image prompt or a generic design suggestion. It directs the agent toward a repeatable p5.js workflow with seeded randomness, parameter controls, an

skillsource-agentskillexchangeskill-generate-reproducible-algorithmic-art-sketches-with-seeded-p5js-randomness+12
free
Skillq 0.45

Generate release PRs and changelog updates from Conventional Commits

Use release-please when an agent should turn merged Conventional Commits into structured release PRs, version bumps, and changelog updates before a human reviews and merges. This is a release-management workflow, not a generic package or CI listing.

skillsource-agentskillexchangeskill-generate-release-prs-and-changelog-updates-from-conventional-commits+12
free
Skillq 0.45

Generate podcast-style audio narratives with Podcast Generation

Build a repeatable text-to-audio workflow around Azure OpenAI Realtime streaming, PCM collection, WAV conversion, and frontend playback for podcast-style output.

skillsource-agentskillexchangeskill-generate-podcast-style-audio-narratives-with-podcast-generation+12
free
Skillq 0.45

Generate OSS-Fuzz harnesses with oss-fuzz-gen

Use LLM-assisted harness generation to expand fuzz coverage for real projects before manual fuzzing work begins.

skillsource-agentskillexchangeskill-generate-oss-fuzz-harnesses-with-oss-fuzz-gen+12
free
Skillq 0.45

Generate Markdown tables of contents before publishing docs or README updates

Runs DocToc to insert or refresh navigable tables of contents inside Markdown files after headings already exist. Use it when an agent is preparing README or docs updates and needs reliable intra-document navigation, not when it is generating the documentation itself.

skillsource-agentskillexchangeskill-generate-markdown-tables-of-contents-before-publishing-docs-or-readme-updates+12
free