mdskills
โ† All tags

OpenAI API Agent Skills

AI agent skills for OpenAI API integration. GPT models, embeddings, function calling, and assistant workflows.

112 listings

ArXiv MCP Server

MCP Server

The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP). It allows AI models to search for papers and access their content in a programmatic way. ๐Ÿค Contribute โ€ข ๐Ÿ“ Report Bug - ๐Ÿ”Ž Paper Search: Query arXiv papers with filters for date ranges and categories - ๐Ÿ“„ Paper Access: Download and read paper content - ๐Ÿ“‹ Paper Li

8.02 downloadsblazickjp/arxiv-mcp-server

Claude Code TTS Plugin

Plugin

A Text-to-Speech MCP server plugin for Claude Code that converts text to speech using OpenAI's TTS API. Get audio feedback from Claude as you work! - Deterministic Auto-Speak: Every Claude response is automatically spoken (via Stop hook) - 6 High-Quality Voices: alloy, echo, fable, onyx, nova, shimmer - Worker Pool Architecture: Non-blocking queue with concurrent processing - Mutex-Protected Playb

9.02 downloadsybouhjira/claude-code-tts

IDEA Claude Code GUI Plugin

English ยท ็ฎ€ไฝ“ไธญๆ–‡ ![][github-contributors-shield] ![][github-forks-shield] ![][github-stars-shield] ![][github-issues-shield] A powerful IntelliJ IDEA plugin that provides a visual interface for Claude Code and OpenAI Codex dual AI tools, making AI-assisted programming more efficient and intuitive. - Claude Code - Anthropic's official AI programming assistant, supporting Opus 4.5 and other models - O

7.01 downloadszhukunpenglinyutong/idea-claude-code-gui

Security Threat Model

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.

9.01 downloadsopenai/skills

Agent Skills

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

8.01 downloadsopenai/skills

Agent Skills

Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.

8.01 downloadsopenai/skills

Jupyter Notebook

Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.

8.01 downloadsopenai/skills

MCP Assistant

MCP Server

MCP Assistant Web-based MCP client for remote servers and AI tool workflows. MCP Assistant addresses common pain points when working with the Model Context Protocol: - Connect to remote MCP servers from one interface - Manage multiple MCP servers from a single interface - Handle OAuth 2.0 and OpenID Connect flows without manual token juggling - Explore available tools and run them directly from th

7.61 downloadszonlabs/mcp-assistant

Computer Use Agents

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use when: computer use, desktop automation agent, screen control AI, vision-based agent, GUI automation.

8.01 downloadssickn33/antigravity-awesome-skills

Gh Fix CI

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

8.01 downloadsopenai/skills

Wener/mssql MCP

A powerful Microsoft SQL Server MCP (Model Context Protocol) server that enables Claude Desktop to interact with SQL Server databases through natural language queries. - ๐Ÿค– AI-Ready: Seamless integration with Claude Desktop and MCP protocol - ๐Ÿ” Smart Queries: Execute SQL queries in CSV or JSON format through natural language - ๐Ÿ” Secure Authentication: Support for SQL Server Auth, Windows Auth, a

8.01 downloadswenerme/wode

Hugging Face Tool Builder

Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the task will be repeated/automated. This Skill creates a reusable script to fetch, enrich or process data.

9.01 downloadshuggingface/skills

Jupytercad MCP

MCP Server

An MCP server for JupyterCAD that allows you to control it using LLMs/natural language. Suggestions and contributions are very welcome. The default transport mechanism is stdio. To start the server with stdio, use the following command: To use the streamable-http transport, use this command instead: An example using the OpenAI Agents SDK is available at examples/openaiagentsclient.py. To run it, f

8.01 downloadsasmith26/jupytercad-mcp

Building MCP Server On Cloudflare

|

9.01 downloadscloudflare/skills

Durable Objects

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest.

9.01 downloadscloudflare/skills

Claude Concilium

Multi-agent AI consultation framework for Claude Code via MCP. Get a second (and third) opinion from other LLMs when Claude Code alone isn't enough. Claude Code is powerful, but one brain can miss bugs, overlook edge cases, or get stuck in a local optimum. Critical decisions benefit from diverse perspectives. Concilium runs parallel consultations with multiple LLMs through standard MCP protocol. E

7.01 downloadsspyrae/claude-concilium

Owlex

Start an OpenAI Codex CLI session for deep reasoning and code analysis

8.01 downloadsagentic-mcp-tools/owlex

Agent Skills

Use when the user asks to generate, remix, poll, list, download, or delete Sora videos via OpenAI\u2019s video API using the bundled CLI (`scripts/sora.py`), including requests like \u201cgenerate AI video,\u201d \u201cSora,\u201d \u201cvideo remix,\u201d \u201cdownload video/thumbnail/spritesheet,\u201d and batch video generation; requires `OPENAI_API_KEY` and Sora API access.

8.01 downloadsopenai/skills

Notion Research Documentation

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

8.01 downloadsopenai/skills

AgentMail Toolkit

The AgentMail Toolkit integrates popular agent frameworks and protocols including OpenAI Agents SDK, Vercel AI SDK, and Model Context Protocol (MCP) with the AgentMail API. See the Python and Node packages for language specific setup and usage.

2.01 downloadsagentmail-to/agentmail-toolkit

Agents SDK

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.

8.01 downloadscloudflare/skills

Hugging Face Jobs

This skill should be used when users want to run any workload on Hugging Face Jobs infrastructure. Covers UV scripts, Docker-based jobs, hardware selection, cost estimation, authentication with tokens, secrets management, timeout configuration, and result persistence. Designed for general-purpose compute workloads including data processing, inference, experiments, batch jobs, and any Python-based tasks.

8.01 downloadshuggingface/skills

Agent Skills

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

9.01 downloadsopenai/skills

Notion MCP Server V2 ๐Ÿš€

A comprehensive Model Context Protocol (MCP) server for Notion integration with enhanced functionality, robust error handling, production-ready features, and bulletproof validation. - โœ… Search: Find pages and databases with advanced filtering - โœ… Page Operations: Create, read, update pages with full content support - โœ… Content Management: Add paragraphs, headings, bullet points, todos, links, and

7.01 downloadsankitmalik84/Agentic_Longterm_Memory