25 skills found
danny-avila / LibreChatEnhanced ChatGPT Clone: Features Agents, MCP, Skills, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User A…
winfunc / opcodeA powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions, run secure background agents, and more.
modelscope / FunASROpen-source speech recognition toolkit for training, inference, streaming ASR, VAD, punctuation, speaker diarization pipelines, and OpenAI-compatible/MCP serving.
microsoft / mcp-for-beginnersThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python.
FunnyWolf / ViperAdversary simulation and Red teaming platform with AI
aipotheosis-labs / aciACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
OpenAgentPlatform / DiveDive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨
TencentCloudBase / CloudBase-AI-ToolkitBackend for AI coding agents on CloudBase — database, auth, functions via Plugin, Skills & MCP.
swapperfinance / swapper-toolkitDeFi toolkit for AI agents and coding assistants — deposit funds, execute trades, and manage crypto wallets. Works with Claude Code, Cursor, Windsurf, OpenClaw, CrewAI, AutoGPT, and other AI agent frameworks.
aeonfun / soul.mdThe best way to build a personality for your agent. Let Claude Code / OpenClaw ingest your data & build your AI soul.
DaviddTech / ai-trading-agentBuild your own AI hedge fund with Claude, Codex, Cursor & OpenClaw. The agent-native skills directory for Trader Dev MCP — write Pine Script, backtest crypto strategies, optimize parameters.
Cyreslab-AI / shodan-mcp-serverA Model Context Protocol server that provides access to Shodan API functionality
angrysky56 / mcp-logicFully functional AI Logic Calculator utilizing Prover9/Mace4 via Python based Model Context Protocol (MCP-Server)- tool for Windows, Linux, Claude App etc
symgraph / BinAssistMCPBinary Ninja plugin to provide MCP functionality.
hesreallyhim / diy-tools-mcpAn MCP server that allows users to dynamically add custom tools/functions at runtime
Alorse / cc-compatible-modelsComplete guide for using alternative AI models with Claude Code — including DeepSeek, Qwen, MiniMax, Kimi, GLM, MiMo, StepFun, and more. Pricing, configs, and coding plans.
LessieAI / lessie-skillA Claude Code/Codex skill for searching, qualifying, and enriching people and companies. Supports candidate sourcing, B2B lead generation, contact enrichment (email, phone, LinkedIn), company research (industry, funding, tech stack, hiring), and background intelligence on people or organizations.
leynier / mcp-sys-bridgeAn implementation of the Model Context Protocol (MCP), acting as a simple bridge to native OS functionalities like clipboard management and URL handling.
vibeflowing-inc / convex-mcpA stateless MCP adapter for Convex – turn backend functions into tools for ChatGPT, Claude & AI agents.
aezizhu / mcp-captcha-solverCaptcha solver MCP server with 99% success rate. Supports reCAPTCHA v2/v3, hCaptcha, FunCaptcha, GeeTest, Cloudflare Turnstile, slider, rotate, audio captcha. Multi-service fallback.
cutehusky / ue5-mcpPython-based MCP server for Unreal Engine 5 Blueprints. Enables LLM-powered editing of Blueprints, graphs, variables, functions, and components.
kerryjiang / OpenApiMcpNetOpenApiMcpNet is an open‑source project that lets you build MCP servers backed by any web API defined with an OpenAPI spec. It automatically maps MCP operations to the corresponding API endpoints, so you can create a fully functional MCP server with minimal manual wiring.
ecartz / ai-cofounder-skillA cross-platform AI skill that guides founders through a structured discovery process — from raw self-knowledge to validated business directions and startup artifacts. Works with Claude (Tool Use), OpenAI/GPT (Function Calling), and Gemini (CLI Skills).
AndyLiner13 / ts-mcp-serverTypeScript MCP server for AI-powered refactoring. Rename symbols, extract functions, move declarations, inline variables, find references, and fix diagnostics — strictly via the native tsserver
juzser / add-block-actionAdd a new block action handler for the Slack poll bot. The user will describe what the new action should do. Use $ARGUMENTS as the description. Steps: 1. Read `src/index.ts` to understand the existing `handleBlockAction()` function and how actions are routed by `action.action_id`. 2.