Showing 30 of 136763 results
Automates document workflows using n8n, the workflow automation platform with 7800+ community templates, enabling integration with 400+ apps and building complex document processing pipelines with conditional logic.
A Claude office skill for designing and building AI agents with tools, memory, and multi-step reasoning capabilities. Covers agent architecture patterns (reactive, conversational, tool-using, reasoning, multi-agent), platform integrations with Slack and Telegram, and integration with ChatGPT, Claude, and Gemini.
A skill for automating Stripe payment processing and subscription management, including payment flows, webhook event handling, subscription lifecycle automation (create, upgrade, downgrade, cancel), invoice management, and dunning workflows.
A skill for automating Gmail with intelligent workflows including automatic attachment extraction and upload to Google Drive, invoice auto-archiving with OCR parsing, email organization with smart labeling, and client communication management.
Automates audio and video transcription workflows including speech-to-text conversion, meeting transcription with speaker diarization, and subtitle generation in SRT/VTT formats using engines like Whisper, AssemblyAI, and Deepgram.
A collection of agent skills for Google Stitch that enables code-to-design conversion, screen generation/editing, design system management (DESIGN.md upload and theme application), static HTML extraction, and asset uploading, compatible with Antigravity, Gemini CLI, Claude Code, and Cursor.
A skill for creating professional diagrams using text-based tools like Mermaid, PlantUML, and D2. Supports flowcharts, sequence diagrams, architecture diagrams, ER diagrams, class diagrams, organizational charts, and Gantt charts.
Skill for quickly looking up Korean postcodes from addresses using the official ePost road-name search.
React best practices skills covering hooks, effects, refs, component design, escape hatches, and anti-patterns for use when reading or writing React components.
Retrieves and filters top, best, new, Ask HN, Show HN, and job stories from Hacker News using direct API calls.
DeerFlow 2.0 — an open-source super agent harness by ByteDance that orchestrates sub-agents, memory, and sandboxes with extensible skills for deep exploration and research.
Reads an existing `.design/*/DESIGN_BRIEF.md`, explores the codebase to classify components as reuse/modify/new, and breaks the work into an ordered checklist of independently buildable vertical slices. Tasks are grouped into Foundation, Core UI, Interactions & States, Responsive & Polish, and Review, then saved as `TASKS.md`.
A skill for comprehensive SaaS business metrics analysis including MRR/ARR waterfall calculations, churn and retention analysis, unit economics (LTV, CAC), cohort tracking, and investor-ready reporting with benchmarks.
Guides cloud infrastructure design and architecture decisions across major providers, covering scalability, cost optimization, and deployment strategies.
Looks up Seoul real-time subway arrival information through a `KSKILL_PROXY_BASE_URL` proxy that wraps the official Seoul Open Data API, so users never handle the upstream OpenAPI key directly. Returns line, direction, first/second arrival messages, and seconds until arrival per station, with an explicit "as of" timestamp because the data changes second-by-second.
Converts frontend code (React, Vue, etc.) to a Google Stitch Design via HTML extraction, design system integration, and upload. Part of the Stitch Design Skills collection following the Agent Skills open standard.
Automates Notion databases and workflows with cross-platform integrations for Slack, Calendar, email, and CRM, including form-to-database pipelines, weekly digests, task creation from Slack messages, and content management automation.
Comprehensive SEO strategy skill covering keyword research and mapping, on-page optimization checklists, technical SEO audits, content optimization frameworks, and rank tracking with structured YAML-based workflows.
A collection of reusable skills for Claude AI and developer tooling, providing modular automation packages for SEO analysis and development workflows.
crewAI architecture guide that mandates scaffolding with `crewai create flow <project_name>` (underscores, never hyphens) and then choosing the simplest abstraction — `LLM.call()`, `Agent.kickoff()`, `Crew.kickoff()`, or `Flow` — for the job, defaulting to Flow for any production app so state, routing, and error handling are available. Covers `@CrewBase` wiring of `agents.yaml` / `tasks.yaml`, `{variable}` interpolation via `crew.kickoff(inputs={...})`, and Pydantic `response_format` for structured output.
Enables intelligent conversations with PDF documents, supporting question-answering with source citations, multi-level summarization, data extraction into structured formats, and cross-document comparison and analysis.
Run agent-browser browser automation on AWS Bedrock AgentCore cloud browser sessions, resolving credentials automatically from environment variables or the AWS CLI. All standard agent-browser commands (open, snapshot, click, screenshot, close) work identically — only the browser runtime changes to a managed AWS-hosted session.
Skill for writing Python code in n8n Code nodes, covering _input/_json/_node syntax, standard library usage, and Python-specific limitations compared to JavaScript nodes
Looks up Daiso store-specific product stock through Daiso Mall's official store-search, product-search, and store-pickup-stock APIs (`searchStores` → `searchProducts` → `getStorePickupStock`), wrapped by the `daiso-product-search` Node package and an end-to-end `lookupStoreProductAvailability` helper. Asks for the store name and product keyword first when missing and explicitly notes that the official surfaces don't expose in-store aisle/shelf positions.
Organizes business expenses into categorized reports for reimbursement, tax preparation, and budget tracking, with templates for travel expenses, per diem calculations, mileage tracking, and monthly summaries.
Skill improver from Trail of Bits for analyzing and enhancing existing Claude Code skills with better structure and coverage.
A Claude office skill for extracting structured data from any document format using the unstructured library. Supports PDFs, Word docs, PowerPoint, Excel, emails, HTML, Markdown, plain text, and images with OCR, providing consistent element-based output with rich metadata.
Guide skill for creating MCP servers that enable LLMs to interact with external services, supporting Python (FastMCP) and Node/TypeScript (MCP SDK) development