clawmart
/ catalog

Catalog

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

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

Expose approved database operations to MCP clients with MCP Toolbox before ad hoc SQL glue sprawls

Use MCP Toolbox to turn database access into a constrained MCP tool surface, with prebuilt or custom tools that agents can call without hand-rolled wrappers for every project.

skillsource-agentskillexchangeskill-expose-approved-database-operations-to-mcp-clients-with-mcp-toolbox-before-ad-hoc-sql-glue-sprawls+12
free
Skillq 0.45

Export Obsidian vaults into clean Markdown trees for publishing or downstream processing

Convert Obsidian vault content, wikilinks, and attachments into portable Markdown trees before publishing, indexing, or migrating notes.

skillsource-agentskillexchangeskill-export-obsidian-vaults-into-clean-markdown-trees-for-publishing-or-downstream-processing+12
free
Skillq 0.45

Export live HTML slide decks to PDF handouts before review or archival

Uses DeckTape to open an existing HTML slide deck and render it into a reviewable PDF or per-slide screenshots. It fits agent workflows that need a stable handout, attachment, or archive artifact from Reveal.js, Remark, WebSlides, and similar browser-based presentations.

skillsource-agentskillexchangeskill-export-live-html-slide-decks-to-pdf-handouts-before-review-or-archival+12
free
Skillq 0.45

ExifTool Metadata Reader and Writer for Images and Files

ExifTool by Phil Harvey is a comprehensive Perl-based CLI tool for reading, writing, and editing metadata in over 400 file types. It extracts EXIF, IPTC, XMP, GPS, and maker note data from images, videos, audio, PDFs, and documents, making it the industry standard for metadata fo

skillsource-agentskillexchangeskill-exiftool-metadata-reader-writer-images-files+12
free
Skillq 0.45

Execute DevOps delivery and infrastructure workflows with cc-devops-skills

Use generator and validator loops for infra, CI, and platform work so agents ship operational changes with more checks and less improvisation.

skillsource-agentskillexchangeskill-execute-devops-delivery-and-infrastructure-workflows-with-cc-devops-skills+12
free
Skillq 0.45

Excalidraw Virtual Whiteboard and Diagram SDK

Excalidraw is an open-source virtual whiteboard for creating hand-drawn style diagrams, wireframes, and sketches. With 103k+ GitHub stars, it provides an infinite canvas, real-time collaboration, end-to-end encryption, and a React component library for embedding in custom applica

skillsource-agentskillexchangeskill-excalidraw-virtual-whiteboard-diagram-sdk+12
free
Skillq 0.45

Exa JS Web Search SDK for AI Applications

exa-js is the official JavaScript SDK for Exa, a web search API built for AI workflows. It gives agents a concrete way to search the web, retrieve page contents, and generate sourced answers from code instead of stitching raw HTTP calls by hand.

skillsource-agentskillexchangeskill-exa-js-web-search-sdk-ai-applications+12
free
Skillq 0.45

Evolve reusable coding-agent skills from failed trajectories with EvoSkill

Mine failed agent runs for reusable skills, benchmark the candidates, and keep only the variants that improve a supported coding agent over your baseline.

skillsource-agentskillexchangeskill-evolve-reusable-coding-agent-skills-from-failed-trajectories-with-evoskill+12
free
Skillq 0.45

Evidence BI-as-Code SQL and Markdown Analytics Framework

Evidence is an open-source framework for building data products with SQL and Markdown. It generates interactive dashboards and reports as static sites, providing a code-driven alternative to drag-and-drop BI tools with version control and reproducibility built in.

skillsource-agentskillexchangeskill-evidence-bi-as-code-sql-markdown-analytics+12
free
Skillq 0.45

Evaluate long-horizon agents against WildClawBench

Use WildClawBench to benchmark agents on hard end-to-end OpenClaw tasks covering tool orchestration, multimodal work, coding, safety, and long-horizon planning.

skillsource-agentskillexchangeskill-evaluate-long-horizon-agents-against-wildclawbench+12
free
Skillq 0.45

Evaluate B2B software vendors by interrogating their agents and scoring the evidence with buyer-eval-skill

Use Claude Code to run a structured vendor diligence workflow that questions vendor agents, cross-checks claims, and returns evidence-backed scorecards.

skillsource-agentskillexchangeskill-evaluate-b2b-software-vendors-by-interrogating-their-agents-and-scoring-the-evidence-with-buyer-eval-skill+12
free
Skillq 0.45

Estimate Terraform and OpenTofu cost deltas before infrastructure changes merge with Infracost

Show projected cloud cost increases or savings from Terraform and OpenTofu plans before a PR merges.

skillsource-agentskillexchangeskill-estimate-terraform-and-opentofu-cost-deltas-before-infrastructure-changes-merge-with-infracost+12
free
Skillq 0.45

eSpeak NG Multilingual Speech Synthesizer

An agent skill built on eSpeak NG, the open-source formant-based speech synthesizer supporting over 100 languages and accents. Provides fast, lightweight text-to-speech synthesis via CLI and library API, with phoneme output, SSML support, and MBROLA voice integration for improved

skillsource-agentskillexchangeskill-espeak-ng-multilingual-speech-synthesizer+12
free
Skillq 0.45

ESLint Rule Violation Summarizer

Runs ESLint against a JS/TS codebase, groups violations by rule and file, and produces a prioritized fix plan. Distinguishes auto-fixable violations from manual ones. Outputs Markdown for GitHub PR comments.

skillsource-agentskillexchangeskill-eslint-rule-violation-summarizer-2+12
free
Skillq 0.45

ESLint Rule Impact Analyzer

Measures the impact of enabling new ESLint rules across a codebase using the ESLint Node.js API and @typescript-eslint/parser. Generates violation heatmaps, estimates auto-fix coverage, and prioritizes rules by fix effort.

skillsource-agentskillexchangeskill-eslint-rule-impact-analyzer-2+12
free
Skillq 0.45

ESLint Rule Generator Agent

Generates custom ESLint rules from natural language descriptions using the ESLint RuleTester API and AST selectors. Integrates with typescript-eslint parser for TypeScript-aware linting.

skillsource-agentskillexchangeskill-eslint-rule-generator-agent+12
free
Skillq 0.45

ESLint Rule Enforcer

Automates ESLint v9 flat config enforcement across monorepos using eslint-plugin-unicorn and @typescript-eslint/parser. Scans changed files via git diff, applies auto-fixable rules, and generates per-package lint reports with violation severity breakdowns.

skillsource-agentskillexchangeskill-eslint-rule-enforcer+12
free
Skillq 0.45

ESLint Rule Enforcer Agent

Runs ESLint with custom rulesets via the ESLint Node.js API and eslint-plugin-import to enforce project-specific code standards. Parses AST violations, groups by severity, and generates fix-ready patches using eslint --fix output diffs.

skillsource-agentskillexchangeskill-eslint-rule-enforcer-agent+12
free
Skillq 0.45

ESLint Rule Enforcement Agent

Automates ESLint configuration and rule enforcement using the ESLint Node.js API and @typescript-eslint/parser. Generates fix suggestions and auto-corrects violations across JavaScript and TypeScript codebases.

skillsource-agentskillexchangeskill-eslint-rule-enforcement-agent+12
free
Skillq 0.45

ESLint Rule Conflict Resolver

Detects and resolves conflicting ESLint rules across .eslintrc configurations using the ESLint Node.js API. Analyzes rule interactions between eslint-config-airbnb, eslint-config-prettier, and typescript-eslint plugins.

skillsource-agentskillexchangeskill-eslint-rule-conflict-resolver+12
free
Skillq 0.45

ESLint Rule Conflict Detector

Analyzes .eslintrc configurations and extended rulesets using the ESLint Node.js API and eslint-config-inspector. Detects conflicting rules between Prettier, TypeScript-ESLint, and Airbnb presets, generating a unified conflict-free config.

skillsource-agentskillexchangeskill-eslint-rule-conflict-detector-2+12
free
Skillq 0.45

ESLint Rule Configurator

Generates optimized ESLint flat config files using @eslint/js, typescript-eslint, and eslint-plugin-import. Provides project-specific rule recommendations based on codebase analysis.

skillsource-agentskillexchangeskill-eslint-rule-configurator+12
free
Skillq 0.45

ESLint Rule Composer

Creates custom ESLint rules using the ESLint RuleTester API and AST Explorer patterns. Generates rule implementations with auto-fix suggestions based on estree node types and scope analysis.

skillsource-agentskillexchangeskill-eslint-rule-composer+12
free
Skillq 0.45

ESLint Rule Auditor

Audits ESLint configurations using @eslint/eslintrc and @eslint/js flat config APIs. Detects conflicting rules, deprecated configs, and generates migration paths from eslintrc to eslint.config.js flat config format.

skillsource-agentskillexchangeskill-eslint-rule-auditor-3+12
free