11 skills found
steipete / PeekabooPeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
AI-QL / tuuiA desktop MCP client designed as a tool unitary utility integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration.
elusznik / mcp-server-code-execution-modeAn MCP server that executes Python code in isolated rootless containers with optional MCP server proxying. Implementation of Anthropic's and Cloudflare's ideas for reducing MCP tool definitions context bloat.
jpicklyk / task-orchestratorA light touch MCP task orchestration server for AI agents. Persistent work tracking and context storage across sessions and agents. Defines planning floors through composable notes with optional gating transitions. Coordinates multi-agent execution without prescribing how agents do their work.
jpicklyk / task-orchestratorA light touch MCP task orchestration server for AI agents. Persistent work tracking and context storage across sessions and agents. Defines planning floors through composable notes with optional gating transitions. Coordinates multi-agent execution without prescribing how agents do their work.
okx / agent-trade-kitOKX trading MCP server — connect AI agents to spot, swap, futures, options & grid bots via the Model Context Protocol.
nicholasglazer / gnosis-mcpZero-config MCP server for searchable documentation (SQLite default, PostgreSQL optional)
0neShot101 / rbxdev-lsLuau language server and VS Code extension for Roblox, with strict type checking, smart completions, and optional live-game tooling via an executor bridge.
ricard1406 / Little_MCPA simple yet powerful local AI Agent assistant that runs entirely on your machine. Option for remote LLM. Built for learning and deploy, Little MCP combines the power of open-source LLMs with advanced RAG that work with your personal documents. Included tools: real time weather, local documents RAG, local SQL database. Easy deploy your own agent.
hasna / Audio GenerationGenerate high-quality audio using ElevenLabs, OpenAI TTS, and Google Text-to-Speech APIs. Support for text-to-speech, voice cloning, multiple languages, and various voice options.
TUAN130294 / pythonPython (Automation & ML) Rules Style & Environment - PEP 8; format with Black; type hints required (`mypy` optional). - Virtual env: `python -m venv venv` then `source venv/bin/activate` or `ven