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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,488
总 Skills
96.6M
总安装量
2,623
贡献者
# Skill 仓库 描述 安装量
2751 seo-hreflang agricidaniel/claude-seo
Hreflang & International SEO Validate existing hreflang implementations or generate correct hreflang tags for multi-language and multi-region sites. Supports HTML, HTTP header, and XML sitemap implementations. Validation Checks 1. Self-Referencing Tags Every page must include an hreflang tag pointing to itself The self-referencing URL must exactly match the page's canonical URL Missing self-referencing tags cause Google to ignore the entire hreflang set 2. Return Tags If page A links to page B w...
3.1K
2752 marketing-loops coreyhaines31/marketingskills
Marketing Loops You help set up marketing loops — repeatable marketing workflows an AI agent runs on a cadence, each with a defined trigger, a bounded set of steps, a self-check, and an explicit stopping condition. A loop turns a marketing task you'd otherwise do manually (and forget) into an always-on system: the weekly SEO opportunity scan, the ad-fatigue refresh, the churn-signal watch. This is the operational cousin of marketing-ideas . Ideas tell you what to try once . Loops tell you what t...
3.1K
2753 gen-paylink-govilo hau823823/gen-paylink-govilo
Govilo To Go Turn any file into a paid unlock link — one command to package, upload, and collect crypto payments. The last mile of automation: from creation to monetization. Before Running Always ask the user for these values before executing the CLI — never guess or use placeholders: title — What is the product name? price — How much to charge (in USDC)? description — Short description of the product (optional, but always ask) CLI Command Requires uv . See references/setup-guide.md for install ...
3K
2754 image-generation supercent-io/skills-template
Image Generation Skill Overview I help you create effective prompts for AI image generation tools like DALL-E, Midjourney, and Stable Diffusion. I understand the nuances of different platforms and can help you achieve specific visual styles. What I can do: Write detailed image generation prompts Optimize prompts for specific AI tools Suggest style keywords and modifiers Create negative prompts to avoid unwanted elements Adapt prompts for different aspect ratios Generate variations and alternativ...
3K
2755 send-usdc coinbase/agentic-wallet-skills
Sending USDC Use the npx awal@2.0.3 send command to transfer USDC from the wallet to any Ethereum address or ENS name on Base. 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 send < amount > < recipient > [ --chain < chain > ] [ --json ] Arguments Argument Description amount Amount to send: '$1.00', '1.00', or atomic units (1000000 = $1). Always single-quote amounts that use $...
3K
2756 pay-for-service coinbase/agentic-wallet-skills
Making Paid x402 Requests Use the npx awal@2.0.3 x402 pay command to call paid API endpoints with automatic USDC payment on Base. 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 x402 pay < url > [ -X < method > ] [ -d < json > ] [ -q < params > ] [ -h < json > ] [ --max-amount < n > ] [ --json ] Options Option Description -X, --method <method> HTTP method (default: GET) -d, --...
3K
2757 super-search supermemoryai/claude-supermemory
Super Search Search Supermemory for past coding sessions, decisions, and saved information. How to Search Run the search script with the user's query: node " ${CLAUDE_PLUGIN_ROOT} /scripts/search-memory.cjs" "USER_QUERY_HERE" Replace USER_QUERY_HERE with what the user is searching for. Examples User asks "what did I work on yesterday": node " ${CLAUDE_PLUGIN_ROOT} /scripts/search-memory.cjs" "work yesterday recent activity" User asks "how did I implement auth": node " ${CLAUDE_PLUGIN_ROOT} /scri...
3K
2758 x402 coinbase/agentic-wallet-skills
x402 Payment Protocol Use the npx awal@2.0.3 x402 commands to discover, inspect, and call paid API endpoints using the X402 payment protocol. Payments are made in USDC on Base. Workflow The typical x402 workflow is: Find a service - Search the bazaar or get details for a known endpoint Check requirements - Inspect price, method, and input schema Make the request - Call the endpoint with automatic USDC payment Commands Search the Bazaar Find paid services by keyword using BM25 relevance search: n...
3K
2759 openclaw-backup theagentservice/skills
OpenClaw Backup Skill Automated encrypted backup and restore for OpenClaw Agent workspace files using Claude Code. Overview This skill provides three core functions: Upload Backup - Encrypt and upload workspace files to soul-upload.com with auto-generated password Download Backup - Download and decrypt backups from soul-upload.com using stored password Delete Backup - Delete backups from remote storage All backups use AES-256-CBC encryption (via openssl) with auto-generated random passwords . Ea...
3K
2760 youtube-transcript intellectronica/agent-skills
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
3K
2761 architecture markdown-viewer/skills
/architecture If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create an Architecture Decision Record (ADR) or evaluate a system design. Usage /architecture $ARGUMENTS Modes Create an ADR : "Should we use Kafka or SQS for our event bus?" Evaluate a design : "Review this microservices proposal" System design : "Design the notification system for our app" See the system-design skill for detailed frameworks on requirements gathering, scalability ana...
3K
2762 customer-success claude-office-skills/skills
Customer Success Comprehensive customer success management covering onboarding, health scoring, QBRs, expansion playbooks, and retention strategies. Overview This skill covers: Customer onboarding programs Health scoring and monitoring QBR (Quarterly Business Review) templates Expansion and upsell playbooks Retention and churn prevention Customer Onboarding Onboarding Program Structure onboarding_phases : phase_1_kickoff : duration : "Week 1" goals : - establish_relationship - set_expectations -...
3K
2763 etl pipeline claude-office-skills/skills
ETL Pipeline Comprehensive skill for designing and automating Extract, Transform, Load data pipelines. Pipeline Architecture Core ETL Flow DATA PIPELINE ARCHITECTURE: ┌─────────────────────────────────────────────────────────┐ │ EXTRACT │ ├─────────┬─────────┬─────────┬─────────┬─────────────────┤ │ Postgres│ MySQL │ MongoDB │ APIs │ Files (CSV/JSON)│ └────┬────┴────┬────┴────┬────┴────┬────┴────────┬────────┘ │ │ │ │...
3K
2764 twilio sms automation claude-office-skills/skills
Twilio SMS Automation Comprehensive skill for automating SMS, voice, and verification workflows with Twilio. Core Workflows 1. SMS Messaging Flow SMS AUTOMATION FLOW: ┌─────────────────┐ │ Trigger │ │ (Event/API) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Message Build │ │ - Template │ │ - Personalize │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Number Lookup │ │ - Validate │ │ - Format │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Send │ │ - Tw...
3K
2765 asana automation claude-office-skills/skills
Asana Automation Comprehensive skill for automating Asana project management and team collaboration. Core Workflows 1. Task Management Pipeline TASK LIFECYCLE: ┌─────────────────┐ │ New Request │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Triage & │ │ Prioritize │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Assign & │ │ Schedule │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Progress │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Review │ └────────┬──...
3K
2766 research-paper-writer ailabs-393/ai-labs-claude-skills
Research Paper Writer Overview This skill guides the creation of formal academic research papers that meet publication standards for IEEE and ACM conferences/journals. It ensures proper structure, formatting, academic writing style, and comprehensive coverage of research topics. Workflow 1. Understanding the Research Topic When asked to write a research paper: Clarify the topic and scope with the user: What is the main research question or contribution? What is the target audience (conferen...
3K
2767 p2p binance/binance-skills-hub
Binance P2P Trading Skill Help users interact with Binance P2P (C2C) via natural-language queries. When to Use / When NOT to Use Use this skill when the user wants to: Check P2P buy/sell quotes for a crypto/fiat pair (e.g., USDT/CNY). Search P2P advertisements and filter by payment method(s), limits, merchant quality. Compare prices across payment methods (e.g., Alipay vs bank transfer). View their own P2P order history / summary (requires API key). Do NOT use this skill when the user asks about...
3K
2768 email-drafter claude-office-skills/skills
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
3K
2769 uml markdown-viewer/skills
UML Diagram Generator Quick Start: Choose diagram type → Define classes/objects/actors → Add relationships/edges → Use appropriate shapes and arrow styles → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. UML-specific additions: Use standard UML shapes: shape=umlLifeline...
3K
2770 md-slides claude-office-skills/skills
Markdown Slides Skill Overview This skill enables creation of presentations from pure Markdown using Marp . Write slides in familiar Markdown syntax and export to PDF, PPTX, or HTML with professional themes. How to Use Write or provide Markdown content I'll format it for Marp with proper directives Export to your preferred format (PDF/PPTX/HTML) Example prompts: "Convert my notes to a presentation" "Create slides from this markdown" "Build a pitch deck using markdown" "Generate PDF slides from t...
3K
2771 quickbooks automation claude-office-skills/skills
QuickBooks Automation Comprehensive skill for automating QuickBooks accounting and bookkeeping workflows. Core Workflows 1. Accounting Pipeline QUICKBOOKS AUTOMATION FLOW: ┌─────────────────────────────────────────────────────────┐ │ DATA ENTRY │ │ Invoices │ Expenses │ Payments │ Bank Feeds │ └────────────────────────┬────────────────────────────────┘ ▼ ┌─────────────────────────────────────────────────────────┐ │ CATEG...
3K
2772 expense tracker claude-office-skills/skills
Expense Tracker Comprehensive expense management skill for tracking, processing, and automating expense workflows. Core Workflows 1. Receipt Processing Pipeline RECEIPT TO REIMBURSEMENT: ┌─────────────────┐ │ Receipt Image │ │ (Photo/PDF) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ OCR Extract │ │ - Vendor │ │ - Amount │ │ - Date │ │ - Items │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Auto-Categorize│ │ - Travel │ │ - Meals │ │ - Soft...
3K
2773 crypto-report claude-office-skills/skills
No SKILL.md available for this skill. View on GitHub
3K
2774 salesforce-developer jeffallan/claude-skills
Salesforce Developer Senior Salesforce developer with expertise in Apex, Lightning Web Components, declarative automation, and enterprise CRM integrations built on the Salesforce platform. Role Definition You are a senior Salesforce developer with deep experience building enterprise-grade solutions on the Salesforce platform. You specialize in Apex development, Lightning Web Components, SOQL optimization, governor limit management, integration patterns, and Salesforce DX. You build scalable, ...
3K
2775 developer-growth-analysis composiohq/awesome-claude-skills
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
3K
2776 template-engine claude-office-skills/skills
Template Engine Skill Overview This skill enables template-based document generation - define templates with placeholders, then automatically fill them with data. Works with Word, Excel, PowerPoint, and more. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Mail merge for bulk letters/contracts" "Generate personalized reports from data" "Create certificates from templates" "Auto-fill forms with user...
3K
2777 let-fate-decide trailofbits/skills
Let Fate Decide When the path forward is unclear, let the cards speak. Quick Start Run the drawing script: uv run { baseDir } /scripts/draw_cards.py The script outputs JSON with 4 drawn cards, each with a file path relative to {baseDir}/ Read each card's meaning file to understand the draw Interpret the spread using the guide at {baseDir}/references/INTERPRETATION_GUIDE.md Apply the interpretation to the task at hand When to Use Vague prompts : The user's request is ambiguous and multiple valid ...
3K
2778 facebook/meta ads claude-office-skills/skills
3K
2779 invoice automation claude-office-skills/skills
Invoice Automation Comprehensive invoice automation skill for generating, sending, tracking, and reconciling invoices across multiple accounting platforms. Core Workflows 1. Invoice Generation INVOICE CREATION FLOW: ┌─────────────────┐ │ Customer Data │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Line Items │ │ - Products │ │ - Services │ │ - Quantities │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Apply Template │ │ - Branding │ │ - Terms │ │ - Tax rates │ ...
3K
2780 connect composiohq/awesome-claude-skills
Connect Connect Claude to any app. Stop generating text about what you could do - actually do it. When to Use This Skill Use this skill when you need Claude to: Send that email instead of drafting it Create that issue instead of describing it Post that message instead of suggesting it Update that database instead of explaining how What Changes Without Connect With Connect "Here's a draft email..." Sends the email "You should create an issue..." Creates the issue "Post this to Slack..." Posts...
3K
2781 webhook automation claude-office-skills/skills
Webhook Automation Comprehensive skill for building webhook-based integrations and real-time event processing. Core Concepts Webhook Architecture WEBHOOK FLOW: ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Source │────▶│ Webhook │────▶│ Handler │ │ System │ │ Endpoint │ │ Logic │ └─────────────┘ └─────────────┘ └──────┬──────┘ │ ┌──────────────────────────┼───────┐ │ │ │ ▼ ▼ ▼ ┌──...
3K
2782 atlassian-mcp jeffallan/claude-skills
Atlassian MCP Expert Senior integration specialist with deep expertise in connecting Jira, Confluence, and other Atlassian tools to AI systems via Model Context Protocol (MCP). Role Definition You are an expert in Atlassian MCP integration with mastery of both official and open-source MCP servers, JQL/CQL query languages, OAuth 2.0 authentication, and production deployment patterns. You build robust workflows that automate issue triage, documentation sync, sprint planning, and cross-tool inte...
3K
2783 claude-to-deerflow bytedance/deer-flow
DeerFlow Skill Communicate with a running DeerFlow instance via its HTTP API. DeerFlow is an AI agent platform built on LangGraph that orchestrates sub-agents for research, code execution, web browsing, and more. Architecture DeerFlow exposes two API surfaces behind an Nginx reverse proxy: Service Direct Port Via Proxy Purpose Gateway API 8001 $DEERFLOW_GATEWAY_URL REST endpoints (models, skills, memory, uploads) LangGraph API 2024 $DEERFLOW_LANGGRAPH_URL Agent threads, runs, streaming Environme...
3K
2784 jira automation claude-office-skills/skills
Jira Automation Comprehensive skill for automating Jira project management and agile workflows. Core Workflows 1. Issue Management Pipeline ISSUE LIFECYCLE: ┌─────────────────┐ │ Backlog │ └────────┬────────┘ ▼ ┌─────────────────┐ │ To Do │──────┐ └────────┬────────┘ │ ▼ │ ┌─────────────────┐ │ Blocked │ In Progress │◄─────┘ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Review │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Done │ └──...
3K
2785 design-critique anthropics/knowledge-work-plugins
/design-critique If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Get structured design feedback across multiple dimensions. Usage /design-critique $ARGUMENTS Review the design: @$1 If a Figma URL is provided, pull the design from Figma. If a file is referenced, read it. Otherwise, ask the user to describe or share their design. What I Need From You The design : Figma URL, screenshot, or detailed description Context : What is this? Who is it for?...
3K
2786 wp-rest-api wordpress/agent-skills
WP REST API When to use Use this skill when you need to: create or update REST routes/endpoints debug 401/403/404 errors or permission/nonce issues add custom fields/meta to REST responses expose custom post types or taxonomies via REST implement schema + argument validation adjust response links/embedding/pagination Inputs required Repo root + target plugin/theme/mu-plugin (path to entrypoint). Desired namespace + version (e.g. my-plugin/v1 ) and routes. Authentication mode (cookie + nonce vs a...
3K
2787 pdf form filler claude-office-skills/skills
PDF Form Filler Fill out PDF forms automatically and extract data from completed forms. Overview This skill helps you: Fill PDF forms with provided data Extract data from filled forms Batch fill multiple forms Validate form data Create form-filling templates How to Use Fill a Form "Fill this PDF form with the following data: - Name: John Smith - Date: 2026-01-29 - Amount: $1,500" Extract Form Data "Extract all form field values from this PDF" "What data is filled in this form?" Batch Fill "Fill ...
3K
2788 financial-statements anthropics/knowledge-work-plugins
Financial Statements Important : This skill assists with financial statement workflows but does not provide financial advice. All statements should be reviewed by qualified financial professionals before use in reporting or filings. Formats, GAAP presentation requirements, common adjustments, and flux analysis methodology for income statements, balance sheets, and cash flow statements. Income Statement Standard Format (Classification of Expenses by Function) Revenue Product revenue Service reven...
3K
2789 microsoft teams automation claude-office-skills/skills
Microsoft Teams Automation Automate Microsoft Teams communication and collaboration workflows. Core Capabilities Channel Messaging message_types : simple_message : channel_id : "channel_xxx" message : "Hello, Team!" formatted_message : channel_id : "channel_xxx" content_type : "html" message : | <h1>Weekly Update</h1> <ul> <li>Item 1</li> <li>Item 2</li> </ul> adaptive_card : channel_id : "channel_xxx" card : type : "AdaptiveCard" body : - type : "TextBlock" text : "Approval Required" weight : "...
3K
2790 used-car-price-search nomadamas/k-skill
Used Car Price Search What this skill does 한국의 대표 렌터카 업체를 먼저 비교하고, 현재는 가장 기술적으로 구현이 쉬운 공급자 로 확인된 SK렌터카 다이렉트 타고BUY 를 사용해 중고차 가격을 조회한다. 한국의 주요 렌터카 업체로 SK렌터카 , 롯데렌탈(롯데오토옥션) , 레드캡렌터카 를 먼저 확인한다. 각 업체의 공개 표면에서 직접 API 제공 여부 , 웹 크롤링 난이도, 기존 MCP / Skill 존재 여부를 먼저 점검한다. 이 저장소와 현재 세션에는 중고차 가격 조회용 전용 MCP 나 Skill 이 없으므로 새 스킬이 직접 조회를 담당한다. 최종 선택 공급자는 https://www.skdirect.co.kr/tb 이다. 이 페이지는 로그인 없이 열리고, HTML 안의 __NEXT_DATA__ 에 현재 inventory snapshot 이 들어 있어 반복 조회가 쉽다. 결과는 월 렌트료 와 인수가 를 함께 보여 준다. Provider survey...
3K
2791 document-skills travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
3K
2792 telegram-bot-builder sickn33/antigravity-awesome-skills
Telegram Bot Builder Role: Telegram Bot Architect You build bots that people actually use daily. You understand that bots should feel like helpful assistants, not clunky interfaces. You know the Telegram ecosystem deeply - what's possible, what's popular, and what makes money. You design conversations that feel natural. Capabilities Telegram Bot API Bot architecture Command design Inline keyboards Bot monetization User onboarding Bot analytics Webhook management Patterns Bot Architecture Str...
3K
2793 theme-factory composiohq/awesome-claude-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
3K
2794 zeroize-audit trailofbits/skills
zeroize-audit — Claude Skill When to Use Auditing cryptographic implementations (keys, seeds, nonces, secrets) Reviewing authentication systems (passwords, tokens, session data) Analyzing code that handles PII or sensitive credentials Verifying secure cleanup in security-critical codebases Investigating memory safety of sensitive data handling When NOT to Use General code review without security focus Performance optimization (unless related to secure wiping) Refactoring tasks not related to sen...
3K
2795 livekit-agents livekit/agent-skills
LiveKit Agents Development for LiveKit Cloud This skill provides opinionated guidance for building voice AI agents with LiveKit Cloud. It assumes you are using LiveKit Cloud (the recommended path) and encodes how to approach agent development, not API specifics. All factual information about APIs, methods, and configurations must come from live documentation. This skill is for LiveKit Cloud developers. If you're self-hosting LiveKit, some recommendations (particularly around LiveKit Inference) w...
3K
2796 latex-thesis-zh bahayonghang/academic-writing-skills
LaTeX 中文学位论文助手 核心原则 绝不修改 \cite{}、\ref{}、\label{}、公式环境内的内容 绝不凭空捏造参考文献条目 绝不在未经许可的情况下修改专业术语 始终先以注释形式输出修改建议 中文文档必须使用 XeLaTeX 或 LuaLaTeX 编译 统一输出协议(全部模块) 每条建议必须包含固定字段: 严重级别:Critical / Major / Minor 优先级:P0(阻断)/ P1(重要)/ P2(可改进) 默认注释模板(diff-comment 风格): % <模块>(第<N>行)[Severity: <Critical|Major|Minor>] [Priority: <P0|P1|P2>]: <问题概述> % 原文:... % 修改后:... % 理由:... % ⚠️ 【待补证】:<需要证据/数据时标记> 失败处理(全局) 工具/脚本无法执行时,输出包含原因与建议的注释块: % ERROR [Severity: Critical] [Priority: P0]: <简要错误> % 原因:<缺少脚本/工具或路径无效> % 建议:<安装工具...
3K
2797 vueuse onmax/nuxt-skills
VueUse Collection of essential Vue Composition utilities. Check VueUse before writing custom composables - most patterns already implemented. Current stable: VueUse 14.x for Vue 3.5+ Installation Vue 3: pnpm add @vueuse/core Nuxt: pnpm add @vueuse/nuxt @vueuse/core // nuxt.config.ts export default defineNuxtConfig({ modules: ['@vueuse/nuxt'], }) Nuxt module auto-imports composables - no import needed. Categories Category Examples State useLocalStorage, useSessionStorage, useRefHist...
3K
2798 security monitoring claude-office-skills/skills
Security Monitoring Comprehensive skill for security monitoring, threat detection, and incident response automation. Core Architecture Security Monitoring Stack SECURITY MONITORING ARCHITECTURE: ┌─────────────────────────────────────────────────────────┐ │ DATA SOURCES │ ├──────────┬──────────┬──────────┬──────────┬────────────┤ │ Firewall │ Endpoint │ Cloud │ Network │ Application│ │ Logs │ Logs │ Logs │ Traffic │ Logs │ └────┬─...
3K
2799 woocommerce automation claude-office-skills/skills
WooCommerce Automation Comprehensive skill for automating WooCommerce store operations and workflows. Core Workflows 1. Order Processing Pipeline ORDER FLOW: ┌─────────────────┐ │ New Order │ │ Received │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Validate │ │ - Payment │ │ - Inventory │ │ - Fraud check │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Process │ │ - Confirm │ │ - Reserve stock│ │ - Notify │ └────────┬────────┘ ▼ ┌───────────────...
3K
2800 apple shortcuts integration claude-office-skills/skills
Apple Shortcuts Integration Integrate with Apple ecosystem for iOS and macOS automation. Core Capabilities Run Shortcuts shortcut_execution : run : name : "Morning Routine" input : optional run_with_input : name : "Process Text" input : "{{text_to_process}}" run_with_clipboard : name : "Share to App" input : clipboard Apple Reminders reminders : create : title : "{{task}}" list : "Work" due_date : "{{date}}" due_time : "09:00" priority : high notes : "{{details}}" query : list : "Shopping" compl...
3K