clawmart
/ catalog

Catalog

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

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

Adobe Firefly API Batch Image Generator

Calls Adobe Firefly's text-to-image and generative fill APIs for batch asset creation. Manages Adobe IMS OAuth tokens and enforces Content Credentials (C2PA) metadata on all outputs.

skillsource-agentskillexchangeskill-adobe-firefly-api-batch-image-generator+12
free
Skillq 0.45

Address GitHub PR review comments from the current branch with gh-address-comments

Find the open PR for the current branch, gather unresolved review comments, and drive a focused comment-resolution workflow with gh-authenticated context.

skillsource-agentskillexchangeskill-address-github-pr-review-comments-from-the-current-branch-with-gh-address-comments+12
free
Skillq 0.45

Add executable smoke tests for shell scripts and CLIs before refactors ship

Use Bats-core when an agent needs to turn fragile shell scripts or command-line workflows into something it can verify repeatedly after edits. The agent writes focused Bash tests for success paths, failure paths, and output contracts, then runs them locally or in CI before a refa

skillsource-agentskillexchangeskill-add-shell-and-cli-smoke-tests-before-refactors-ship+12
free
Skillq 0.45

Add runtime guardrails to TypeScript agents with VoltAgent

Use VoltAgent to intercept, validate, and enforce input/output policies in TypeScript agent workflows.

skillsource-agentskillexchangeskill-add-runtime-guardrails-to-typescript-agents-with-voltagent+12
free
Skillq 0.45

Add persistent project memory and hook-driven synthesis with Claude Memory Kit

Keep Claude Code sessions grounded in prior decisions, project context, and daily handoff notes instead of starting from zero every time.

skillsource-agentskillexchangeskill-add-persistent-project-memory-and-hook-driven-synthesis-with-claude-memory-kit+12
free
Skillq 0.45

Add IDE-style semantic code navigation and symbol-safe refactors to coding agents through Serena

Give a coding agent symbol-aware lookup, cross-file rename, and structural edit tools before it starts making brittle text-only changes.

skillsource-agentskillexchangeskill-add-ide-style-semantic-code-navigation-and-symbol-safe-refactors-to-coding-agents-through-serena+12
free
Skillq 0.45

Add a browser review checkpoint before risky agent actions with AgentClick

Use AgentClick when an agent should pause before risky commands, plans, drafts, or code changes so a human can inspect, edit, approve, or reject them in a purpose-built browser UI.

skillsource-agentskillexchangeskill-add-a-browser-review-checkpoint-before-risky-agent-actions-with-agentclick+12
free
Skillq 0.45

ActivityWatch Cross-Platform Automated Time Tracker and Productivity Analyzer

ActivityWatch is a privacy-first, open-source automated time tracker that records application usage, browser activity, and AFK status across Windows, macOS, and Linux. With 16k+ GitHub stars, it provides detailed productivity analytics without sending data to external servers.

skillsource-agentskillexchangeskill-activitywatch-automated-time-tracker+12
free
Skillq 0.45

Activepieces Open Source Workflow Automation

Activepieces is an open-source, self-hostable workflow automation platform with 200+ integrations. It provides a visual builder for creating automated workflows and exposes all its connectors as MCP servers for AI agent use.

skillsource-agentskillexchangeskill-activepieces-open-source-workflow-automation+12
free
Skillq 0.45

act Local GitHub Actions Runner

act is an open-source CLI tool that runs GitHub Actions workflows locally using Docker, enabling fast feedback on workflow changes without pushing to GitHub. With 57,000+ stars on GitHub, it is the standard tool for local Actions development and testing.

skillsource-agentskillexchangeskill-act-local-github-actions-runner+12
free
Skillq 0.45

ACF to Gutenberg Block Migrator

Converts Advanced Custom Fields field groups into native Gutenberg blocks using the ACF Block API v2 and @wordpress/scripts build pipeline. Maps ACF repeaters, groups, and flexible content to InnerBlocks and block attributes with server-side rendering via acf_register_block_type(

skillsource-agentskillexchangeskill-acf-to-gutenberg-block-migrator+12
free
Skillq 0.45

ACF Extended for Advanced Custom Fields Workflows

An ASE skill built around ACF Extended, the WordPress enhancement suite for Advanced Custom Fields that adds field types, admin improvements, front-end forms, options pages, and developer tooling. It is a practical fit for agents working inside complex WordPress content models an

skillsource-agentskillexchangeskill-acf-extended-advanced-custom-fields-workflows+12
free
Skillq 0.45

ACF Custom Fields REST Exposer

Exposes Advanced Custom Fields data through the WordPress REST API using register_rest_field and acf_format_value. Handles repeater fields, flexible content layouts, and gallery fields with proper serialization.

skillsource-agentskillexchangeskill-acf-custom-fields-rest-exposer+12
free
Skillq 0.45

Academic Paper Citation Network Mapper

Builds citation networks from Semantic Scholar API and CrossRef DOI metadata. Visualizes paper influence graphs using NetworkX, identifies seminal works, and tracks research lineage across fields.

skillsource-agentskillexchangeskill-academic-paper-citation-network-mapper+12
free
Skillq 0.45

test-skill

Brief description of what this skill does and when to use it.

skillsource-stbarbeskill-test-skill+12
free
Skillq 0.45

deep-researcher

Performs comprehensive, multi-layered research on any topic with structured analysis and synthesis of information from multiple sources. Use when the user needs thorough investigation, market research, technical deep-dives, due diligence, or comprehensive analysis on any subject.

skillsource-stbarbeskill-deep-researcher+12
free
Skillq 0.45

zoom-out

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

skillsource-helderbertoskill-zoom-out+12
free
Skillq 0.45

write-a-skill

Create new agent skills with proper structure and progressive disclosure. Use when user wants to create, write, or build a new skill, or asks "make a skill for X".

skillsource-helderbertoskill-write-a-skill+12
free
Skillq 0.45

visual-validate

Validate UI changes in a real browser using Chrome DevTools or Playwright MCP. Takes screenshots, compares before/after, exercises interactions, captures console errors. Use when user asks to "visual validate", "/hb:visual-validate", "check the UI", "screenshot before/after", or

skillsource-helderbertoskill-visual-validate+12
free
Skillq 0.45

validate-code

Validate code quality: auto-fix formatting/lint, verify types, run tests. Use when user asks to "validate code", "/validate-code", "check code", or wants to validate before committing. Don't use for committing, pushing, or writing new tests.

skillsource-helderbertoskill-validate-code+12
free
Skillq 0.45

testing

Run the test suite and report results. Use when user asks to "run tests", "/test", "/testing", "execute tests", or requests running the test suite. Don't use for writing new tests (use `tdd`), checking coverage (use `coverage`), validating lint + types + tests together (use `vali

skillsource-helderbertoskill-testing+12
free
Skillq 0.45

tdd

Guides test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants test-first development, or requests TDD workflow. Don't use for writing tests after implementation, adding tests to exist

skillsource-helderbertoskill-tdd+12
free
Skillq 0.45

source-driven

Implement features using official docs for exact dependency versions instead of training data. Use when user asks to "check the docs", "use official docs", "source-driven", or when implementing with unfamiliar APIs/libraries. Don't use for well-known stdlib APIs or project-intern

skillsource-helderbertoskill-source-driven+12
free
Skillq 0.45

ship

Commit and push changes with a pre-launch gate (validate-code + safe-repo) by default. Use when user asks to "ship", "commit and push", or requests committing and pushing changes. Don't use for creating pull requests or reviewing changes before committing.

skillsource-helderbertoskill-ship+12
free