agent▌
146 indexed skills · max 10 per page
agent-browser
am-will/codex-skills · Productivity
Fast Rust-based headless browser automation with real Chrome profile and session support. \n \n Supports headless Chromium, real Chrome with profile/OAuth reuse via Chrome DevTools Protocol, and persistent session cookies for logged-in workflows \n 30+ commands covering navigation, interaction (click, type, fill, drag, upload), extraction (text, HTML, attributes, screenshots), and state checks \n Deterministic element selection via snapshot refs (@e1, @e2, etc.) and semantic finders (role, text,
agent-memory
molty-assistant/agent-memory-skill · Productivity
Memory management CLI for AI agents. Organize, search, and maintain your memory files.
eve-agent-memory
incept5/eve-skillpacks · Productivity
Agents on Eve Horizon have no built-in "memory" primitive, but the platform provides storage systems at every timescale. This skill teaches how to compose them into coherent memory for agents that learn, remember, and share.
entra-agent-user
github/awesome-copilot · Productivity
Create Agent Users in Microsoft Entra ID to enable AI agents to act as digital workers with user identity access. \n \n Provisions specialized user identities ( idtyp=user tokens) linked to agent identities, allowing agents to access user-only APIs like Exchange mailboxes, Teams, and org charts \n Requires a parent agent identity created from an agent identity blueprint; supports 1:1 relationship with optional manager assignment and license provisioning \n Includes step-by-step HTTP and PowerShe
agent-development
anthropics/claude-code · Productivity
$22
agent-governance
github/awesome-copilot · Backend
Declarative policies, intent classification, and audit trails for controlling AI agent tool access and behavior. \n \n Composable governance policies define allowed/blocked tools, content filters, rate limits, and approval requirements — stored as configuration, not code \n Semantic intent classification detects dangerous prompts (data exfiltration, privilege escalation, prompt injection) before tool execution using pattern-based signals \n Tool-level governance decorator enforces policies at fu
proactive-self-improving-agent
yanhongxi-openclaw/proactive-self-improving-agent · Productivity
Automatically capture errors, corrections, and best practices to evolve agent capabilities safely over time. \n \n Records seven types of triggers (failures, user corrections, feature requests, API errors, knowledge gaps, better approaches, task reviews) into structured markdown files with deduplication to avoid low-value entries \n Promotes repeated patterns (≥3 occurrences) from learning logs into permanent capability files (AGENTS.md, TOOLS.md, SOUL.md) or extracts them as independent skills
agent-tools
inferen-sh/skills · Productivity
Access 150+ cloud-hosted AI apps via CLI without GPU requirements. \n \n Covers image generation (FLUX, Gemini, Grok), video creation (Veo, Seedance, OmniHuman), LLMs (Claude, Gemini via OpenRouter), web search (Tavily, Exa), 3D modeling, and Twitter/X automation \n Automatically uploads local files when provided as paths, enabling workflows with images, audio, and media without manual URL conversion \n Run apps synchronously or asynchronously with --no-wait flag; check task status by ID for lon
sandbox-agent
rivet-dev/skills · Productivity
Universal API for orchestrating multiple AI coding agents in sandboxed environments. \n \n Supports four coding agents (Claude Code, Codex, OpenCode, Amp) with a unified schema for responses, events, and session management \n Deploy locally or to cloud sandboxes including E2B, Daytona, Docker, Vercel, and Cloudflare with environment-specific configuration \n Stream agent events, manage session persistence across multiple backends (in-memory, SQLite, Postgres, IndexedDB), and handle human-in-the-
building-ai-agent-on-cloudflare
cloudflare/skills · Cloud
Stateful AI agents on Cloudflare Workers with WebSocket communication, persistent state, and scheduled tasks. \n \n Build agents using the Agents SDK that maintain state across client reconnections and scale via Durable Objects \n Support real-time WebSocket communication, HTTP endpoints, and automatic message history for chat-focused agents \n Schedule background tasks with delay, specific dates, or cron expressions; query state with embedded SQLite \n Extend Agent or AIChatAgent base classes,