clawmart
/ catalog

Catalog

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

6,065 results · page 26 / 253
Skillq 0.45

Search large codebases semantically from MCP-compatible coding agents with Claude Context

Use Claude Context when a coding agent needs targeted semantic retrieval from a very large repository instead of repeatedly loading folders or files into prompt context. It indexes code into a vector database and exposes code-search retrieval through MCP for Claude Code and other

skillsource-agentskillexchangeskill-search-large-codebases-semantically-from-mcp-compatible-coding-agents-with-claude-context+12
free
Skillq 0.45

Search large codebases and structured document trees without embeddings before building heavier retrieval stacks with TreeSearch

Index docs and source trees into structure-aware search so you can answer targeted questions quickly without a vector database or brittle grep sprawl.

skillsource-agentskillexchangeskill-search-large-codebases-and-structured-document-trees-without-embeddings-before-building-heavier-retrieval-stacks-with-treesearch+12
free
Skillq 0.45

Search Help Scout conversations and thread context before drafting support replies

Lets an MCP-compatible agent search Help Scout inboxes, customers, organizations, and full thread history so support replies start with the right account and ticket context.

skillsource-agentskillexchangeskill-search-help-scout-conversations-and-thread-context-before-drafting-support-replies+12
free
Skillq 0.45

Search cross-agent Markdown memory and conversation history with memsearch

Give supported coding agents a shared Markdown-first memory layer so they can recall prior decisions, transcripts, and notes across sessions instead of re-deriving context from scratch.

skillsource-agentskillexchangeskill-search-cross-agent-markdown-memory-and-conversation-history-with-memsearch+12
free
Skillq 0.45

Search and rewrite code with structural GritQL patterns before broad migrations

Use GritQL when an agent needs reviewable structural search and rewrite passes across a large codebase before a migration, policy cleanup, or API change, instead of relying on regex or hand edits.

skillsource-agentskillexchangeskill-search-and-rewrite-code-with-structural-gritql-patterns-before-broad-migrations+12
free
Skillq 0.45

Search and resume past coding-agent sessions locally with exact handoff commands using Agent Sessions

Browse archived sessions from multiple coding agents, search across them locally, and copy exact resume commands when you need to re-enter prior work.

skillsource-agentskillexchangeskill-search-and-resume-past-coding-agent-sessions-locally-with-exact-handoff-commands-using-agent-sessions+12
free
Skillq 0.45

Seal Kubernetes Secrets into Git-safe manifests with kubeseal

Encrypt Kubernetes Secret manifests against a Sealed Secrets controller so agents can commit cluster-targeted secrets to Git without exposing plaintext.

skillsource-agentskillexchangeskill-seal-kubernetes-secrets-into-git-safe-manifests-with-kubeseal+12
free
Skillq 0.45

Screen packages and agent skill repos for malware and supply-chain risk before adoption with SafeDep Vet

Use SafeDep Vet as a pre-adoption gate when an agent, maintainer, or CI pipeline is about to add a new dependency or import a skill repository and needs malware and policy signals first.

skillsource-agentskillexchangeskill-screen-packages-and-agent-skill-repos-for-malware-and-supply-chain-risk-before-adoption-with-safedep-vet+12
free
Skillq 0.45

ScrapyCloud Job Manager

Manages Scrapy spider deployments and job scheduling on ScrapyCloud via the Scrapinghub API. Handles spider argument injection, job prioritization, and item export to S3 or BigQuery.

skillsource-agentskillexchangeskill-scrapycloud-job-manager+12
free
Skillq 0.45

Scrapy Spider Generator

Generates production-ready Scrapy spiders with middleware configuration and item pipeline setup. Uses the Scrapy Framework API, Selector (XPath/CSS), and Twisted reactor for concurrent crawling.

skillsource-agentskillexchangeskill-scrapy-spider-generator+12
free
Skillq 0.45

Scrapy Spider Data Pipeline

Builds and manages Scrapy web scraping spiders with custom item pipelines. Supports Splash rendering for JavaScript pages, rotating proxies via scrapy-rotating-proxies, and export to MongoDB or Elasticsearch.

skillsource-agentskillexchangeskill-scrapy-spider-data-pipeline+12
free
Skillq 0.45

Scrapy Spider Architect

Generates Scrapy spider classes with CSS/XPath selectors, item pipelines, and middleware configurations for structured web scraping. Includes Scrapy-Splash integration for JavaScript-rendered content.

skillsource-agentskillexchangeskill-scrapy-spider-architect+12
free
Skillq 0.45

Scrapy Python Web Crawling and Structured Data Extraction Framework

Scrapy is a high-level Python framework for web crawling and structured data extraction. It is a strong fit for agent workflows that need repeatable scraping, asynchronous crawling, feed exports, and extensible pipelines for transforming or storing collected data.

skillsource-agentskillexchangeskill-scrapy-python-web-crawling-structured-data-extraction-framework+12
free
Skillq 0.45

Scrapy Pipeline Manager

Manages Scrapy spider deployments via Scrapyd API with custom item pipelines for MongoDB ingestion, deduplication via MinHash LSH, and rotating proxy middleware configuration.

skillsource-agentskillexchangeskill-scrapy-pipeline-manager+12
free
Skillq 0.45

Scrapy Pipeline Data Extractor

Builds production Scrapy spiders with custom Item Pipelines for data cleaning and storage. Uses scrapy.linkextractors.LinkExtractor for crawl scoping and ItemLoader with MapCompose processors for field normalization.

skillsource-agentskillexchangeskill-scrapy-pipeline-data-extractor+12
free
Skillq 0.45

Scrapy Distributed Crawler Framework

Orchestrates large-scale web crawling using Scrapy with scrapy-redis for distributed job queuing. Integrates Splash for JavaScript rendering, stores results in MongoDB via scrapy-mongodb pipeline, and respects robots.txt with AutoThrottle.

skillsource-agentskillexchangeskill-scrapy-distributed-crawler-framework+12
free
Skillq 0.45

Scrapling Adaptive Web Scraping Framework

Scrapling is an adaptive Python web scraping framework that automatically handles website structure changes. Its parser learns from page updates and relocates elements, its fetchers bypass anti-bot systems like Cloudflare Turnstile, and its spider framework scales to concurrent m

skillsource-agentskillexchangeskill-scrapling-adaptive-web-scraping-framework+12
free
Skillq 0.45

ScrapingBee API Data Harvester

Interfaces with the ScrapingBee REST API for JavaScript rendering and Google SERP extraction. Uses custom_google parameter for search result parsing and screenshot endpoint for visual page archiving.

skillsource-agentskillexchangeskill-scrapingbee-api-data-harvester+12
free
Skillq 0.45

ScrapeGraphAI LLM-Powered Web Scraping with Graph Logic Pipelines

ScrapeGraphAI is a Python web scraping library that uses LLMs and directed graph logic to create intelligent scraping pipelines. Describe what data you want to extract in natural language and the library builds and executes the extraction pipeline automatically.

skillsource-agentskillexchangeskill-scrapegraphai-llm-web-scraping+12
free
Skillq 0.45

Score RAG answer quality and retrieval quality before rollout with Ragas

Measure whether a RAG change actually improved answers and retrieval, instead of guessing from a few spot checks.

skillsource-agentskillexchangeskill-score-rag-answer-quality-and-retrieval-quality-before-rollout-with-ragas+12
free
Skillq 0.45

Score open source repositories for supply-chain risk signals before adoption or release decisions with Scorecard

Check a repository against OpenSSF security heuristics before you trust it as a dependency, approve it for use, or ship from it.

skillsource-agentskillexchangeskill-score-open-source-repositories-for-supply-chain-risk-signals-before-adoption-or-release-decisions-with-scorecard+12
free
Skillq 0.45

Score model outputs with reusable evaluator prompts and metrics using autoevals

Apply reusable evaluators to model outputs when you need lightweight scoring, rationale capture, or quick eval loops in code.

skillsource-agentskillexchangeskill-score-model-outputs-with-reusable-evaluator-prompts-and-metrics-using-autoevals+12
free
Skillq 0.45

Score Kubernetes manifests for reliability and security risks before deploy with kube-score

Use kube-score to statically review Kubernetes YAML or rendered Helm output for rollout risks, weak defaults, and resilience gaps before merge or deploy.

skillsource-agentskillexchangeskill-score-kubernetes-manifests-for-reliability-and-security-risks-before-deploy-with-kube-score+12
free
Skillq 0.45

Schema.org Structured Data Injector

Generates and validates JSON-LD structured data markup for articles, products, FAQs, and HowTo content types following Schema.org specifications. Integrates with Google's Rich Results Test API and validates against the Schema.org vocabulary using the sdtt validator.

skillsource-agentskillexchangeskill-schema-org-structured-data-injector+12
free