agent▌
146 indexed skills · max 10 per page
pydantic-ai-agent-creation
existential-birds/beagle · AI/ML
Model strings follow provider:model-name format:
shape-your-agent
sanity-io/agent-context · Productivity
An optional, conversational workflow for creating a system prompt for an AI agent that uses the Sanity Agent Context MCP. This is for users who control the system prompt in their agent setup.
agent-teams-playbook
kimyx0207/agent-teams-playbook · Productivity
作为 Agent Teams 协调器,你的职责包括:明确每个角色的职责边界、把控执行过程、对最终产品质量负责。
llm-application-dev-langchain-agent
sickn33/antigravity-awesome-skills · AI/ML
You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph.
mcp-create-declarative-agent
github/awesome-copilot · Productivity
Scaffold a declarative agent for Microsoft 365 Copilot integrated with an MCP server. \n \n Generates complete project structure including manifest.json, declarativeAgent.json, and ai-plugin.json with tool definitions auto-imported from MCP servers \n Supports OAuth 2.0 and SSO authentication with environment variable configuration and secure credential storage \n Provides response semantics mapping to extract and format API response data for Copilot consumption \n Includes MCP server integratio
agent-email-cli
zaddy6/agent-email-skill · AI/ML
Terminal-based disposable email inbox management for agent automation workflows. \n \n Create temporary mailboxes, poll for new messages with configurable wait/interval, and retrieve full message details including body and source \n JSON-native output with key fields ( email , messageId , subject , from.address , createdAt ) designed for agent parsing and summarization \n Manage multiple mailbox profiles locally with accounts list , use , and remove commands; supports default alias for simplifie
proactive-agent
halthelobster/proactive-agent · Productivity
AI agent architecture for anticipating needs, surviving context loss, and continuous self-improvement. \n \n Implements Write-Ahead Logging (WAL) Protocol to capture corrections, decisions, and preferences before responding, ensuring critical details persist across sessions \n Three-tier memory system (SESSION-STATE.md, daily logs, curated MEMORY.md) with Working Buffer for context survival during compaction and Compaction Recovery for seamless resumption \n Proactive behavior patterns including
create-agent
openrouterteam/agent-skills · Productivity
Bootstrap a modular AI agent with OpenRouter SDK, extensible hooks, and optional terminal UI. \n \n Standalone agent core runs independently of any UI, with event-based hooks for streaming responses, tool calls, reasoning, and errors \n Items-based streaming model emits complete, progressively updated items by ID rather than accumulating chunks, enabling efficient React state management and concurrent output handling \n Supports 300+ language models via OpenRouter with dynamic model discovery; u
agent-browser
inferen-sh/skills · Productivity
Playwright-based browser automation with element refs for AI agents, supporting navigation, interaction, screenshots, and video recording. \n \n Provides 6 core functions: open (navigate with config), snapshot (refresh element refs), interact (click/fill/drag/upload/scroll), screenshot, execute (JavaScript), and close \n Element interaction uses simple @e ref system that invalidates after navigation, requiring re-snapshot calls to maintain accurate selectors \n Supports video recording with opti
agent-ui
inferen-sh/skills · Frontend
Drop-in React/Next.js agent component with runtime, tools, streaming, and human-in-the-loop approvals built in. \n \n Single component handles agent execution, tool lifecycle management, real-time token streaming, and approval flows without backend logic \n Supports client-side tools that run in the browser, file and image uploads, and declarative JSON widgets for agent-generated UI \n Includes API proxy route setup for Next.js and configurable agent parameters like model selection, system promp