Marketplace

Find the right skill for the job.

Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.

Start with the job to be done
3655 results
Analyze Data & AI · Data / AI
Page 125 of 153
SkillHub ClubAnalyze Data & AI

managing-timelines

Turn a deadline, launch date, or delivery target into an executable Timeline Management Pack (deadline type + commitments, phase plan, milestone tracker, RAG cadence, scope/change control, stakeholder comms). Use for timeline/deadline/schedule/milestones.

C 2.1
Full StackData / AI
35
rank 59
hot 90
SkillHub ClubAnalyze Data & AI

create-mastra

Complete project setup guide for Mastra AI framework. Covers: CLI installation (create-mastra), manual installation, TypeScript configuration (ES2022 requirements), environment setup, adding to existing projects (Next.js, Express), troubleshooting (module not found, import errors, CommonJS issues), deployment preparation, and monorepo configuration. Includes both quick setup (user runs CLI) and automatic setup (step-by-step file creation). Use this skill for all Mastra installation and setup questions to ensure correct configuration and prevent common errors.

C 2.1
Full StackFrontendDevOps
aisetuptypescriptcli
35
rank 59
hot 90
SkillHub ClubAnalyze Data & AI

mastra

Comprehensive Mastra development guide with 27+ production-ready patterns. Covers: agents (creation, tools, memory, streaming, structured output), workflows (sequential, branching, parallel, loops, suspend/resume), tools (custom APIs, context access, validation), storage (Postgres, LibSQL, MongoDB), memory (conversation history, semantic recall, working memory), RAG (vector search, Graph RAG), and troubleshooting. Always use this skill for Mastra code to ensure current APIs and prevent deprecated patterns. Includes TypeScript configs, model formats, common errors, and best practices.

C 2.1
Full StackData / AI
AI DevelopmentTypeScriptFrameworkAgents
35
rank 59
hot 90
SkillHub ClubAnalyze Data & AI

tzurot-types

Use when creating types, constants, Zod schemas, or working with data validation. Covers common-types package organization, runtime validation, and type guards across microservices.

C 2.0
Full StackData / AI
8
rank 51
hot 84
SkillHub ClubAnalyze Data & AI

wow-practicing-trunk-based-development

Trunk Based Development workflow - all development on main branch with small frequent commits, minimal branching, and continuous integration. Covers when branches are justified (exceptional cases only), commit patterns, feature flag usage for incomplete work, environment branch rules (deployment only), and AI agent default behavior (assume main). Essential for understanding repository git workflow and preventing unnecessary branch proliferation

C 2.0
Full StackDevOpsData / AI
git-workflowtrunk-based-developmentmain-branchcontinuous-integration
8
rank 51
hot 84
SkillHub ClubAnalyze Data & AI

Global Validation

Your approach to handling global validation. Use this skill when working on files where global validation comes into play.

C 2.0
Full StackData / AISecurity
coding standardssecuritydata integritybest practices
8
rank 51
hot 84
SkillHub ClubAnalyze Data & AI

llm-cooperation

A comprehensive system for orchestrating and routing queries across multiple large language models using vLLM for efficient, enterprise-grade AI inference and cooperative task processing.

C 2.0
Full StackBackendData / AI
llmapiinferencerouting
8
rank 51
hot 84
SkillHub ClubAnalyze Data & AI

agent-developing-agents

AI agent development standards including frontmatter structure, naming conventions, tool access patterns, model selection, and Bash-only file operations for .claude/ folders

C 2.0
Full StackData / AI
ai-agentsdevelopment-standardstool-documentationclaude-skills
8
rank 51
hot 84
SkillHub ClubAnalyze Data & AI

team-protocols

Patterns for multi-agent collaboration and delegation. Use when coordinating work across specialist agents, managing parent-child session relationships, or designing workflows that span multiple AI agents.

C 2.0
Full StackData / AI
7
rank 51
hot 83
SkillHub ClubAnalyze Data & AI

output-sanitizer

Sanitize OpenClaw agent output before display. Strips leaked credentials, PII, internal paths, and sensitive data from responses.

C 2.0
Data / AISecurity
securitydata-privacycomplianceautomation
32
rank 58
hot 89
SkillHub ClubAnalyze Data & AI

nft-market-analysis

NFT marketplace analysis skill for OpenSea, Blur, and Magic Eden market data

C 2.0
Full StackData / AI
nftopenseablurmagic-eden
13
rank 54
hot 85
SkillHub ClubAnalyze Data & AI

onchain-data-analysis

On-chain data analysis skill for Etherscan, Dune Analytics, and blockchain explorers

C 2.0
Full StackData / AI
onchainetherscanduneanalytics
13
rank 54
hot 85
SkillHub ClubAnalyze Data & AI

state-management

React Query and Zustand patterns for state management. Use when implementing data fetching, caching, mutations, or client-side state. Triggers on tasks involving useQuery, useMutation, Zustand stores, caching, or state management.

C 2.0
Full StackFrontendData / AI
13
rank 54
hot 85
SkillHub ClubAnalyze Data & AI

supabase-audit-tables-read

Attempt to read data from exposed tables to verify actual data exposure and RLS effectiveness.

C 2.0
Full StackData / AI
31
rank 58
hot 89
SkillHub ClubAnalyze Data & AI

supabase-audit-buckets-public

Identify storage buckets that are publicly accessible and may contain sensitive data.

C 2.0
Full StackData / AI
31
rank 58
hot 89
SkillHub ClubAnalyze Data & AI

supabase-audit-realtime

Test Supabase Realtime WebSocket channels for unauthorized subscriptions and data exposure.

C 2.0
Full StackData / AITesting
31
rank 58
hot 89
SkillHub ClubAnalyze Data & AI

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

C 2.0
Full StackData / AI
pdfautomationpythondocument-processing
5
rank 49
hot 82
SkillHub ClubAnalyze Data & AI

defense-in-depth

Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible

C 2.0
Full StackData / AI
0
rank 45
hot 74
SkillHub ClubAnalyze Data & AI

skill-auditor

Comprehensive security auditor for OpenClaw skills. Checks for typosquatting, dangerous permissions, prompt injection, supply chain risks, and data exfiltration patterns — before you install anything.

C 2.0
Data / AISecurity
securityauditcode-reviewpermissions
30
rank 58
hot 89
SkillHub ClubAnalyze Data & AI

mcp-development

Model Context Protocol (MCP) server development and AI/ML integration patterns. Covers MCP server implementation, tool design, resource handling, and LLM integration best practices. Use when developing MCP servers, creating AI tools, integrating with LLMs, or when asking about MCP protocol, prompt engineering, or AI system architecture.

C 2.0
Full StackBackendData / AI
10
rank 52
hot 84
SkillHub ClubAnalyze Data & AI

pdf

PDF document processing and manipulation. Tools: Python (PyPDF2, pdfplumber, reportlab), CLI tools. Capabilities: text extraction, table extraction, form filling, merge/split documents, create PDFs, add annotations, watermarks, page manipulation. Actions: extract, create, merge, split, fill, annotate PDFs. Keywords: PDF, text extraction, table extraction, form fill, PDF form, merge PDF, split PDF, create PDF, reportlab, PyPDF2, pdfplumber, annotation, watermark, page rotation, PDF metadata, bookmarks, OCR. Use when: extracting text/tables from PDFs, filling PDF forms, merging/splitting documents, creating PDFs programmatically, adding annotations/watermarks, processing PDFs at scale.

C 2.0
Full StackData / AI
PDFdocument processingautomationPython
12
rank 53
hot 85
SkillHub ClubAnalyze Data & AI

claude-extensibility

Claude Code extensibility: agents, skills, output styles. Capabilities: create/update/delete agents and skills, YAML frontmatter, system prompts, tool/model selection, resumable agents, CLI-defined agents. Actions: create, edit, delete, optimize, test extensions. Keywords: agent, skill, output-style, SKILL.md, subagent, Task tool, progressive disclosure. Use when: creating agents/skills, editing extensions, configuring tool access, choosing models, testing activation.

C 2.0
Full StackData / AITesting
claudeagentsprompt-engineeringautomation
12
rank 53
hot 85
SkillHub ClubAnalyze Data & AI

google-adk-python

Google Agent Development Kit (ADK) for Python. Capabilities: AI agent building, multi-agent systems, workflow agents (sequential/parallel/loop), tool integration (Google Search, Code Execution), Vertex AI deployment, agent evaluation, human-in-the-loop flows. Actions: build, create, deploy, evaluate, orchestrate AI agents. Keywords: Google ADK, Agent Development Kit, AI agent, multi-agent system, LlmAgent, SequentialAgent, ParallelAgent, LoopAgent, tool integration, Google Search, Code Execution, Vertex AI, Cloud Run, agent evaluation, human-in-the-loop, agent orchestration, workflow agent, hierarchical coordination. Use when: building AI agents, creating multi-agent systems, implementing workflow pipelines, integrating LLM agents with tools, deploying to Vertex AI, evaluating agent performance, implementing approval flows.

C 2.0
Full StackDevOpsData / AI
AI agentmulti-agent systemGoogle Cloudworkflow orchestration
12
rank 53
hot 85
SkillHub ClubAnalyze Data & AI

owasp-security

Use when reviewing code for security vulnerabilities, implementing authentication/authorization, handling user input, or discussing web application security. Covers OWASP Top 10:2025, ASVS 5.0, and Agentic AI security (2026).

C 1.9
Full StackData / AISecurity
28
rank 58
hot 89
Previous
Page 125 of 153
Next