Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,484
总 Skills
96.3M
总安装量
2,623
贡献者
# Skill 仓库 描述 安装量
2651 invoice-generator claude-office-skills/skills
Invoice Generator Skill Overview I help freelancers and small businesses create professional invoices quickly. Just tell me the details, and I'll generate a complete, properly formatted invoice. What I can do: Create professional invoices in multiple formats Calculate taxes (VAT, GST, sales tax) Handle multiple currencies Support various payment terms Generate in English or Chinese What I cannot do: File taxes for you Guarantee compliance with all local regulations Process actual payments How to...
3.2K
2652 airtable-automation claude-office-skills/skills
Airtable Automation Automate Airtable bases with views, automations, integrations, and cross-platform workflows. Based on n8n's Airtable integration templates. Overview This skill covers: Database design and views Built-in automations n8n integration workflows Formula and rollup design Reporting and dashboards Database Design Base Structure Template base : "Project Management" tables : Projects : fields : - Name : single_line_text (primary) - Status : single_select [ Planning , Active , On Hold ...
3.2K
2653 home assistant automation claude-office-skills/skills
Home Assistant Automation Automate smart home devices and create intelligent automation workflows. Core Capabilities Device Control device_commands : lights : - turn_on : entity_id : light.living_room brightness_pct : 80 color_temp : 350 - turn_off : entity_id : light.all_lights climate : - set_temperature : entity_id : climate.main_thermostat temperature : 72 hvac_mode : heat media : - media_play_pause : entity_id : media_player.living_room_tv - volume_set : entity_id : media_player.sonos volum...
3.2K
2654 stripe payments claude-office-skills/skills
Stripe Payments Comprehensive skill for automating Stripe payment processing and subscription management. Core Workflows 1. Payment Flow STRIPE PAYMENT FLOW: ┌─────────────────┐ │ Customer │ │ Payment Intent │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Checkout │ │ - Card Input │ │ - Validation │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Processing │ │ - Auth │ │ - Capture │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Confirmation │ │ - Receipt ...
3.2K
2655 saas-metrics claude-office-skills/skills
SaaS Metrics Comprehensive SaaS metrics analysis covering MRR, ARR, Churn, LTV, CAC, cohort analysis, and investor reporting. Essential for SaaS founders, finance teams, and investors. Overview This skill enables: Revenue metrics calculation (MRR, ARR, NRR) Churn and retention analysis Unit economics (LTV, CAC, LTV:CAC) Cohort analysis and forecasting Investor-ready reporting Core Metrics Framework 1. Revenue Metrics ┌─────────────────────────────────────────────────────────────┐ │ ...
3.2K
2656 llm-wiki ar9av/obsidian-wiki
LLM Wiki — Knowledge Distillation Pattern You are maintaining a persistent, compounding knowledge base. The wiki is not a chatbot — it is a compiled artifact where knowledge is distilled once and kept current, not re-derived on every query. Three-Layer Architecture Layer 1: Raw Sources (immutable) The user's original documents — articles, papers, notes, PDFs, conversation logs, bookmarks, and images (screenshots, whiteboard photos, diagrams, slide captures). These are never modified by the syste...
3.2K
2657 artifacts-builder composiohq/awesome-claude-skills
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
3.2K
2658 toss-securities nomadamas/k-skill
Toss Securities What this skill does JungHoonGhae/tossinvest-cli 의 tossctl 을 이용해 토스증권 조회 전용(read-only) 흐름을 실행한다. 계좌 목록 / 요약 포트폴리오 보유 종목 / 비중 단일 종목 / 다중 종목 시세 미체결 주문 / 월간 체결 내역 관심 종목 When to use "토스증권 계좌 요약 보여줘" "토스증권 TSLA 시세 확인해줘" "관심종목 목록 보여줘" "이번 달 체결 내역 조회해줘" Prerequisites macOS + Homebrew tossctl 설치 tossctl auth login 으로 브라우저 세션 확보 Node.js 18+ Workflow 0. Install tossctl first when missing brew tap JungHoonGhae/tossinvest-cli brew install tossctl tossctl doctor tossctl auth doctor tossctl au...
3.2K
2659 premium-frontend-ui github/awesome-copilot
Immersive Frontend UI Craftsmanship As an AI engineering assistant, your role when building premium frontend experiences goes beyond outputting functional HTML and CSS. You must architect immersive digital environments . This skill provides the blueprint for generating highly intentional, award-level web applications that prioritize aesthetic quality, deep interactivity, and flawless performance. When a user requests a high-end landing page, an interactive portfolio, or a specialized component t...
3.2K
2660 tools assistant-ui/skills
assistant-ui Tools Always consult assistant-ui.com/llms.txt for latest API. Tools let LLMs trigger actions with custom UI rendering. References ./references/make-tool.md -- makeAssistantTool/useAssistantTool ./references/tool-ui.md -- makeAssistantToolUI rendering ./references/human-in-loop.md -- Confirmation patterns Tool Types Where does the tool execute? ├─ Backend (LLM calls API) → AI SDK tool() │ └─ Want custom UI? → makeAssistantToolUI └─ Frontend (browser-only) → makeAssistantTool ...
3.2K
2661 primitives assistant-ui/skills
Always consult [assistant-ui.com/llms.txt](https://assistant-ui.com/llms.txt) for latest API. Composable, unstyled components following Radix UI patterns. References - [./references/thread.md](https://github.com/assistant-ui/skills/blob/main/assistant-ui/skills/primitives/./references/thread.md) -- ThreadPrimitive deep dive - [./references/composer.md](https://github.com/assistant-ui/skills/blob/main/assistant-ui/skills/primitives/./references/composer.md) -- ComposerPrimitive deep dive - ...
3.2K
2662 swiftui-animation dpearson2699/swift-ios-skills
SwiftUI Animation (iOS 26+) Review, write, and fix SwiftUI animations. Apply modern animation APIs with correct timing, transitions, and accessibility handling using Swift 6.3 patterns. Contents Triage Workflow withAnimation (Explicit Animation) Implicit Animation Spring Type (iOS 17+) PhaseAnimator (iOS 17+) KeyframeAnimator (iOS 17+) @Animatable Macro matchedGeometryEffect (iOS 14+) Navigation Zoom Transition (iOS 18+) Transitions (iOS 17+) ContentTransition (iOS 16+) Symbol Effects (iOS 17+) ...
3.2K
2663 expo-examples expo/skills
Expo Examples expo/examples is Expo's official library of ~70 integration examples — directories named with-<library> (e.g. with-stripe , with-maps ), each built around one library or service. These are not full apps: they're managed projects (no ios/ / android/ dirs — native setup is via config plugins), and the typical one is a single screen of ~100–200 lines . Mine them for the canonical integration pattern — the dependency set, app.json config plugins, and minimal wiring Expo maintains again...
3.2K
2664 mcp-builder composiohq/awesome-claude-skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
3.2K
2665 build-mcpb anthropics/claude-plugins-official
Build an MCPB (Bundled Local MCP Server) MCPB is a local MCP server packaged with its runtime . The user installs one file; it runs without needing Node, Python, or any toolchain on their machine. It's the sanctioned way to distribute local MCP servers. MCPB is the secondary distribution path. Anthropic recommends remote MCP servers for directory listing — see https://claude.com/docs/connectors/building/what-to-build . Use MCPB when the server must run on the user's machine — reading local files...
3.2K
2666 trade coinbase/agentic-wallet-skills
Trading Tokens Use the npx awal@2.0.3 trade command to swap tokens on Base network via the CDP Swap API. You must be authenticated to trade. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Command Syntax npx awal@2.0.3 trade < amount > < from > < to > [ options ] Arguments Argument Description amount Amount to swap (see Amount Formats below) from Source token: alias (usdc, eth, weth) or contract address (0...
3.1K
2667 lark-mcp whatevertogo/feishuskill
Lark MCP (飞书集成) ⚠️ 必读:前5条关键规则 + 重要经验 重要经验:使用用户身份创建资源 ⭐ 关键:使用 useUAT: true 创建用户可访问的资源 useUAT: true ✅ 用户身份 - 创建者=当前用户,您可以直接访问 useUAT: false ❌ 租户身份 - 创建者=飞书助手,您无法直接访问 经验总结(来自实际测试): Bitable 创建权限问题 - 使用 useUAT: false 创建的 Base,创建者是"飞书助手",当前用户无法访问 外部邮箱权限限制 - 通过 API 添加外部邮箱权限会失败(错误码 1063001) 解决方案 - 使用 useUAT: true 创建资源,创建者自动获得 full_access 权限 文档权限 - 同样适用,使用用户身份创建文档 1. 服务器名称必须精确 ✅ mcp__lark-mcp__tool_name ❌ mcp__lark_mcp__ (错误:下划线) ❌ lark-mcp__ (错误:缺少前缀) 2. 嵌套参数结构 path: URL路径参数(必...
3.1K
2668 ui-design-system samhvw8/dot-claude
UI/UX Design & Development Expert Comprehensive UI/UX design, review, and improvement for modern web applications. Production-ready implementations with TailwindCSS + Radix UI + shadcn/ui and modern React patterns. Stack Architecture The Three Pillars Layer 1: TailwindCSS (Styling Foundation) Utility-first CSS framework with build-time generation Zero runtime overhead, minimal production bundles Design tokens: colors, spacing, typography, breakpoints Responsive utilities and dark mode support La...
3.1K
2669 macos-design-guidelines ehmo/platform-design-skills
macOS Human Interface Guidelines Mac apps serve power users who expect deep keyboard control, persistent menu bars, resizable multi-window layouts, and tight system integration. These guidelines codify Apple's HIG into actionable rules with SwiftUI and AppKit examples. 1. Menu Bar (CRITICAL) Every Mac app must have a menu bar. It is the primary discovery mechanism for commands. Users who cannot find a feature will look in the menu bar before anywhere else. Rule 1.1 — Provide Standard Menus Every...
3.1K
2670 shopify-automation claude-office-skills/skills
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
3.1K
2671 ai-slides claude-office-skills/skills
AI Slides Skill Overview This skill enables AI-powered presentation generation. Provide a topic or outline, and get a complete, polished presentation with proper structure, content, and formatting. How to Use Provide a topic, outline, or rough notes Specify audience and presentation length I'll generate a complete presentation Example prompts: "Create a 10-slide presentation about machine learning" "Generate a pitch deck for a SaaS startup" "Build training slides on cybersecurity basics" "Make a...
3.1K
2672 batch-processor claude-office-skills/skills
Batch Processor Skill Overview This skill enables efficient bulk processing of documents - convert, transform, extract, or analyze hundreds of files with parallel execution and progress tracking. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Convert 100 PDFs to Word documents" "Extract text from all images in a folder" "Batch rename and organize files" "Mass update document headers/footers" Domai...
3.1K
2673 gmail-workflows claude-office-skills/skills
Gmail Workflows Automate Gmail with intelligent workflows for attachment management, email organization, and Google Drive integration. Based on n8n's 7,800+ workflow templates. Overview This skill helps you design and implement Gmail automation workflows that: Automatically save attachments to Google Drive Organize emails with smart labeling Archive processed emails Send notifications via Slack/Email Track email metrics Core Workflow Templates 1. Gmail Attachment Manager Purpose : Automatically ...
3.1K
2674 product-manager-toolkit sickn33/antigravity-awesome-skills
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
3.1K
2675 shadcn-ui jezweb/claude-skills
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
3.1K
2676 n8n-workflow claude-office-skills/skills
N8N Workflow Skill Overview This skill enables document workflow automation using n8n - the most popular workflow automation platform with 7800+ community templates. Chain document operations, integrate with 400+ apps, and build complex document pipelines. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Automate PDF → OCR → Translation → Email workflow" "Watch folder for new contracts → Review → No...
3.1K
2677 ai-agent-builder claude-office-skills/skills
AI Agent Builder Design and build AI agents with tools, memory, and multi-step reasoning capabilities. Covers ChatGPT, Claude, Gemini integration patterns based on n8n's 5,000+ AI workflow templates. Overview This skill covers: AI agent architecture design Tool/function calling patterns Memory and context management Multi-step reasoning workflows Platform integrations (Slack, Telegram, Web) AI Agent Architecture Core Components ┌─────────────────────────────────────────────────────────────────┐ ...
3.1K
2678 wechat-article-writer iamzhihuix/happy-claude-skills
公众号文章写作流程 4 步完成高质量公众号文章:搜索资料 → 撰写文章 → 生成标题 → 排版优化 Step 1: 搜索资料 使用 WebSearch 工具搜索主题相关资料: 搜索要求: 1. 并行搜索多个来源(官方文档、X/Twitter、Reddit、技术论坛) 2. 优先获取最新资料(当月/当季) 3. 可启动多个并行 Task 加速搜索 4. 深度总结搜索结果 Step 2: 撰写文章 必须先读取用户的 CLAUDE.md 获取写作风格 撰写要求: 1000-1500 字 故事化开头,带情感色彩(兴奋/焦虑/好奇) 准备 2-3 个备选标题 结构:效果展示 → 问题描述 → 步骤教学 → 升华总结 遵循 CLAUDE.md 中定义的写作风格和结尾语 Step 3: 生成标题 生成 5 个爆款标题,特点: 痛点明确:直击读者痛处("还在手动...") 数字吸引:具体数字更有说服力("3分钟"、"5个技巧") 结果导向:承诺具体收益("效率暴涨10倍") 情绪调动:惊、神技、秘籍等词汇 悬念设置:引发好奇心 Step 4: 排版优化 优化建议: 段落结构:每...
3.1K
2679 transcription automation claude-office-skills/skills
Transcription Automation Comprehensive skill for automating audio/video transcription and content processing. Core Workflows 1. Transcription Pipeline TRANSCRIPTION FLOW: ┌─────────────────┐ │ Audio/Video │ │ Input │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Pre-Processing │ │ - Convert │ │ - Enhance │ │ - Split │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Transcription │ │ - STT Engine │ │ - Diarization │ └────────┬────────┘ ▼ ┌─────────────────┐ │ P...
3.1K
2680 qmd tobi/qmd
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. QMD - Quick Markdown Search Local search engine for markdown content. Status ! qmd status 2>/dev/null || echo "Not installed: npm install -g @tobilu/qmd" MCP: query { "searches" : [ { "type" : "lex" , "query" : "CAP theorem consistency" } , { "type" : "vec" , "query" : "tradeoff between consistency and availability" } ] , "collections" : [ "doc...
3.1K
2681 workflow vercel/workflow
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
3.1K
2682 claude-brainrot marks97/claude-brainrot
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Claude Brainrot Drop the right meme at the right moment. Autonomous-only — Claude decides when, never the user. No slug arguments, no manual invocation. The skill content preamble loaded into your context shows Base directory for this skill: <SKILL_DIR> . Use that as the base for all path resolution. The catalogue is at <SKILL_DIR>/catalogue.json with two po...
3.1K
2683 notion-automation claude-office-skills/skills
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
3.1K
2684 n8n-code-python czlonkowski/n8n-skills
Python Code Node (Beta) Expert guidance for writing Python code in n8n Code nodes. ⚠️ Important: JavaScript First Recommendation: Use JavaScript for 95% of use cases. Only use Python when: You need specific Python standard library functions You're significantly more comfortable with Python syntax You're doing data transformations better suited to Python Why JavaScript is preferred: Full n8n helper functions ($helpers.httpRequest, etc.) Luxon DateTime library for advanced date/time operatio...
3.1K
2685 strategy-advisor shubhamsaboo/awesome-llm-apps
Strategy Advisor You are a strategic advisor who provides high-level thinking and business decision guidance. When to Apply Use this skill when: Evaluating strategic options Making high-impact business decisions Making competitive analysis Setting organizational direction Assessing market opportunities Planning long-term initiatives Strategic Thinking Framework 1. Situational Analysis Current state assessment Key stakeholders Market dynamics Competitive landscape Resources and constraints 2. Opt...
3.1K
2686 batch-convert claude-office-skills/skills
Batch Convert Skill Overview This skill enables batch conversion of documents between multiple formats using a unified pipeline. Convert hundreds of files at once with consistent settings, automatic format detection, and parallel processing for maximum efficiency. How to Use Specify the source folder or files Choose target format(s) Optionally configure conversion options I'll process all files with progress tracking Example prompts: "Convert all PDFs in this folder to Word documents" "Batch con...
3.1K
2687 seo-optimizer claude-office-skills/skills
SEO Optimizer Comprehensive SEO strategy and optimization covering keyword research, on-page SEO, technical audits, content optimization, and performance tracking. Overview This skill covers: Keyword research and strategy On-page SEO optimization Technical SEO audits Content optimization Rank tracking and reporting Keyword Research Framework Research Process keyword_research : step_1_seed_keywords : sources : - brainstorm : core_product_terms - competitors : top_3_competitor_keywords - customer_...
3.1K
2688 chat with pdf claude-office-skills/skills
Chat with PDF Have intelligent conversations about PDF documents - ask questions, get summaries, and extract specific information. Overview This skill enables you to: Ask questions about PDF content Get summaries at various detail levels Extract specific data points Compare information across multiple PDFs Find relevant sections quickly How to Use Basic Interaction Share or upload the PDF document Ask your question or request Get contextual answers with citations Question Types Factual Questions...
3.1K
2689 meeting-insights-analyzer composiohq/awesome-claude-skills
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time Pre...
3.1K
2690 worktrunk max-sixty/worktrunk
Worktrunk Help users work with Worktrunk, a CLI tool for managing git worktrees. Available Documentation Reference files are synced from worktrunk.dev documentation: reference/config.md : User and project configuration (LLM, hooks, command defaults) reference/hook.md : Hook types, timing, and execution order reference/switch.md , merge.md , list.md , etc.: Command documentation reference/llm-commits.md : LLM commit message generation reference/tips-patterns.md : Language-specific tips and patter...
3.1K
2691 debug-buttercup trailofbits/skills
Debug Buttercup When to Use Pods in the crs namespace are in CrashLoopBackOff, OOMKilled, or restarting Multiple services restart simultaneously (cascade failure) Redis is unresponsive or showing AOF warnings Queues are growing but tasks are not progressing Nodes show DiskPressure, MemoryPressure, or PID pressure Build-bot cannot reach the Docker daemon (DinD failures) Scheduler is stuck and not advancing task state Health check probes are failing unexpectedly Deployed Helm values don't match ac...
3.1K
2692 github-trending hoodini/ai-agents-skills
GitHub Trending Data Access GitHub trending repositories and developers data. Important Note GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Approach 1: Direct Web Scraping (Recommended) Scrape github.com/trending directly using Cheerio: import * as cheerio from 'cheerio' ; interface TrendingRepo { owner : string ; name : string ; fullName : string ; url : string ; description : st...
3.1K
2693 designing-workflow-skills trailofbits/skills
Designing Workflow Skills Build workflow-based skills that execute reliably by following structural patterns, not prose. Essential Principles <essential_principles> Claude decides whether to load a skill based solely on its frontmatter description . The body of SKILL.md — including "When to Use" and "When NOT to Use" sections — is only read AFTER the skill is already active. Put your trigger keywords, use cases, and exclusions in the description. A bad description means wrong activations or miss...
3.1K
2694 korean-law-search nomadamas/k-skill
Korean Law Search What this skill does 한국 법령/조문/판례/유권해석/자치법규 조회가 필요할 때 기본 경로로 korean-law-mcp 를 먼저 사용 하고, 기존 서비스가 동작하지 않을 때는 승인된 fallback 표면인 법망 ( https://api.beopmang.org ) 으로 이어간다. 법령명 검색: search_law 조문 본문 조회: get_law_text 판례 검색: search_precedents 유권해석 검색: search_interpretations 자치법규 검색: search_ordinance 여러 카테고리가 섞인 검색: search_all 이 스킬은 자체 npm/python 패키지를 만들지 않는다. 한국 법령 관련 조회는 기본적으로 korean-law-mcp 로 처리하고, 해당 경로가 막히거나 실패가 반복될 때만 승인된 fallback 표면인 법망 을 사용한다. When to use "산업안전보건법 찾아줘" "관세법 제38조 보여줘...
3.1K
2695 travel-planner ailabs-393/ai-labs-claude-skills
Travel Planner Overview This skill transforms Claude into a comprehensive travel planning assistant that maintains your travel preferences and generates detailed, personalized trip plans including itineraries, budget breakdowns, packing lists, and cultural guidelines for any destination. When to Use This Skill Invoke this skill for travel-related tasks: Planning trips and creating itineraries Budget planning and expense tracking Destination research and recommendations Packing checklists Cul...
3.1K
2696 openai-docs openai/skills
OpenAI Docs Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. Quick start Use mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages. Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/par...
3.1K
2697 kakao-bar-nearby nomadamas/k-skill
Kakao Bar Nearby What this skill does 유저가 알려준 현재 위치를 기준으로 카카오맵 기준 근처 술집 을 찾아준다. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 서울역 , 강남 , 사당 , 신논현 , 논현 같은 역명/동네/랜드마크 질의를 그대로 받을 수 있다. 결과에는 현재 영업 상태, 대표 메뉴, 좌석 옵션(단체석/바테이블 등), 전화번호를 포함한다. When to use "서울역 근처 술집 찾아줘" "강남에서 지금 영업중인 와인바 뭐 있어?" "논현 근처 4명 갈만한 술집 알려줘" "사당에서 전화번호 있는 이자카야 몇 군데만 보여줘" Mandatory first question 위치 정보 없이 바로 검색하지 말고 반드시 먼저 물어본다. 권장 질문: 현재 위치를 알려주세요. 서울역/강남/사당 같은 역명이나 동네명으로 보내주시면 카카오맵 기준 근처 술집을 찾아볼게요. 위치가 애매하면: 가까운 역명이나 동 이름으로 한 번만 더 알려...
3.1K
2698 storybrand-messaging wondelai/skills
Framework for clarifying your message so customers will listen. Based on a fundamental truth: customers don't buy the best products—they buy the ones they can understand the fastest. Core Principle The customer is the hero, not your brand. Your brand is the guide who helps the hero win. When you position yourself as the hero, you compete with your customer. When you position yourself as the guide, you serve them. The SB7 Framework Every compelling story follows the same pattern. Use this s...
3.1K
2699 expense-report claude-office-skills/skills
Expense Report Overview This skill helps you organize business expenses into clear, categorized reports suitable for reimbursement requests, accounting, and tax preparation. Use Cases: Creating expense reimbursement reports Organizing receipts for tax preparation Categorizing business expenses Summarizing travel expenses Preparing monthly/quarterly expense summaries How to Use Provide your expense information (receipts, transactions, or descriptions) Specify the purpose (reimbursement, tax prep,...
3.1K
2700 apple-reminders steipete/clawdis
Apple Reminders CLI (remindctl) Use remindctl to manage Apple Reminders directly from the terminal. When to Use ✅ USE this skill when: User explicitly mentions "reminder" or "Reminders app" Creating personal to-dos with due dates that sync to iOS Managing Apple Reminders lists User wants tasks to appear in their iPhone/iPad Reminders app When NOT to Use ❌ DON'T use this skill when: Scheduling OpenClaw tasks or alerts → use cron tool with systemEvent instead Calendar events or appointments → use ...
3.1K