███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2551 | legal-risk-assessment | anthropics/knowledge-work-plugins |
Legal Risk Assessment Skill You are a legal risk assessment assistant for an in-house legal team. You help evaluate, classify, and document legal risks using a structured framework based on severity and likelihood. Important : You assist with legal workflows but do not provide legal advice. Risk assessments should be reviewed by qualified legal professionals. The framework provided is a starting point that organizations should customize to their specific risk appetite and industry context. Risk ...
|
2.8K |
| 2552 | second-opinion | trailofbits/skills |
Second Opinion Shell out to external LLM CLIs for an independent code review powered by a separate model. Supports OpenAI Codex CLI and Google Gemini CLI. When to Use Getting a second opinion on code changes from a different model Reviewing branch diffs before opening a PR Checking uncommitted work for issues before committing Running a focused review (security, performance, error handling) Comparing review output from multiple models When NOT to Use Neither Codex CLI nor Gemini CLI is installed...
|
2.8K |
| 2553 | dbs-decision | dontbesilent2025/dbskill |
dbs-decision:个人决策系统 你是 dontbesilent 的决策系统 AI。你不替用户做决定,也不做决策台账。你负责把一个领域里的事实、判断、阶段状态和待验证的问题分别写进对应文件,方便后续继续使用。 你维护的是一套本地知识工程。后续对话要接得上,过一段时间回看也要看得明白。 本地 Markdown 以文件为准。聊天记忆会丢,上下文会变,后面还要继续用的内容就写进文件。 一、四层结构 每个项目固定 4 层。每一层各管一类内容。混在一起之后,后面的判断、回填和复盘都会变慢。 Show more
|
2.8K |
| 2554 | okx-cex-smartmoney | okx/agent-skills |
OKX CEX Smart Money CLI Smart Money leaderboard, trader analytics, position tracking, and aggregated consensus signals. Preflight Before running any command, follow ../_shared/preflight.md . Use metadata.version from this file's frontmatter as the reference for Step 2. Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli Configure credentials: okx config add-profile AK = < your_api_key > SK = < your_secret_key > PP = < your_passphrase > name = live or interactive wizard: okx conf...
|
2.8K |
| 2555 | cmux-browser | manaflow-ai/cmux |
Browser Automation with cmux Use this skill for browser tasks inside cmux webviews. Core Workflow Open or target a browser surface. Verify navigation with get url before waiting or snapshotting. Snapshot ( --interactive ) to get fresh element refs. Act with refs ( click , fill , type , select , press ). Wait for state changes. Re-snapshot after DOM/navigation changes. cmux --json browser open https://example.com use returned surface ref, for example: surface:7 cmux browser surface:7 get url cmu...
|
2.8K |
| 2556 | 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...
|
2.8K |
| 2557 | web-search | claude-office-skills/skills |
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
|
2.8K |
| 2558 | 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 :...
|
2.8K |
| 2559 | build-mcp-server | anthropics/claude-plugins-official |
Build an MCP Server You are guiding a developer through designing and building an MCP server that works seamlessly with Claude. MCP servers come in many forms — picking the wrong shape early causes painful rewrites later. Your first job is discovery, not code . Load Claude-specific context first. The MCP spec is generic; Claude has additional auth types, review criteria, and limits. Before answering questions or scaffolding, fetch https://claude.com/docs/llms-full.txt (the full export of the Cla...
|
2.8K |
| 2560 | printing-press | mvanhorn/cli-printing-press |
/printing-press Generate the best useful CLI for an API without burning an hour on phase theater. /printing-press Notion /printing-press Discord codex /printing-press --spec ./openapi.yaml /printing-press --har ./capture.har --name MyAPI /printing-press https://postman.com/explore /printing-press https://postman.com What Changed In v2 The old skill inflated the path to ship: too many mandatory research documents before code existed too many separate late-stage validation phases after code existe...
|
2.8K |
| 2561 | apify-trend-analysis | apify/agent-skills |
Discover and track emerging trends using Apify Actors to extract data from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify trend type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] St...
|
2.7K |
| 2562 | playwright-e2e-testing | bobmatnyc/claude-mpm-skills |
Playwright E2E Testing Skill progressive_disclosure: entry_point: summary: "Modern E2E testing framework with cross-browser automation and built-in test runner" when_to_use: - "When testing web applications end-to-end" - "When needing cross-browser testing" - "When testing user flows and interactions" - "When needing screenshot/video recording" quick_start: - "npm init playwright@latest" - "Choose TypeScript and test location" - "npx playwright test" - "npx playwright show-report" token_estimate...
|
2.7K |
| 2563 | adk-cheatsheet | google/adk-docs |
ADK Cheatsheet Python only for now. This cheatsheet currently covers the Python ADK SDK. Support for other languages is coming soon. Reference Files File Contents references/python.md Python ADK API quick reference — agents, tools, auth, orchestration, callbacks, plugins, state, artifacts, context caching/compaction, session rewind references/docs-index.md ADK docs index (synced from llms.txt) — titles and URLs for fetching ADK documentation pages. If missing, fetch https://google.github.io/adk-...
|
2.7K |
| 2564 | adk-scaffold | google/adk-docs |
ADK Project Scaffolding Guide Use the agent-starter-pack CLI (via uvx ) to create new ADK agent projects or enhance existing ones with deployment, CI/CD, and infrastructure scaffolding. Step 1: Gather Requirements Start with the use case, then ask follow-ups based on answers. Always ask: What problem will the agent solve? — Core purpose and capabilities External APIs or data sources needed? — Tools, integrations, auth requirements Safety constraints? — What the agent must NOT do, guardrails Depl...
|
2.7K |
| 2565 | openclaw-config | adisinghstudent/easyclaw |
OpenClaw Operations Runbook Diagnose and fix real problems. Every command here is tested and works. Quick Health Check Run this first when anything seems wrong. Copy-paste the whole block: echo "=== GATEWAY ===" && \ ps aux | grep -c "[o]penclaw" && \ echo "=== CONFIG JSON ===" && \ python3 -m json.tool ~/.openclaw/openclaw.json > /dev/null 2 > &1 && echo "JSON: OK" || echo "JSON: BROKEN" && \ echo "=== CHANNELS ===" && \ cat ~/.openclaw/openclaw.json | jq -r '.channels | to_entries[] | "\(.key)...
|
2.7K |
| 2566 | multi-search-engine | aaaaqwq/claude-code-skills |
Multi Search Engine v2.0.1 Integration of 17 search engines for web crawling without API keys. Search Engines Domestic (8) Baidu : https://www.baidu.com/s?wd={keyword} Bing CN : https://cn.bing.com/search?q={keyword}&ensearch=0 Bing INT : https://cn.bing.com/search?q={keyword}&ensearch=1 360 : https://www.so.com/s?q={keyword} Sogou : https://sogou.com/web?query={keyword} WeChat : https://wx.sogou.com/weixin?type=2&query={keyword} Toutiao : https://so.toutiao.com/search?keyword={keyword} Jisilu :...
|
2.7K |
| 2567 | senior-data-scientist | davila7/claude-code-templates |
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
|
2.7K |
| 2568 | colosseum-copilot | colosseumorg/colosseum-copilot |
Colosseum Copilot Colosseum Copilot is a research API for startup opportunity discovery in crypto and Solana, with support for suggesting new archive sources. Version Check This skill is version 1.2.1 . After your first API call, check the X-Copilot-Skill-Version response header. If the header value is higher than 1.2.1, tell the user: "A newer version of the Copilot skill is available (vX.X.X). Update with: npx skills add ColosseumOrg/colosseum-copilot " Pre-Flight Auth Check (REQUIRED) You MUS...
|
2.7K |
| 2569 | tailwind-v4-shadcn | jezweb/claude-skills |
Tailwind v4 + shadcn/ui Production Stack Production-tested : WordPress Auditor ( https://wordpress-auditor.webfonts.workers.dev ) Last Updated : 2025-12-04 Status : Production Ready ✅ Table of Contents Before You Start Quick Start Four-Step Architecture Dark Mode Setup Critical Rules Semantic Color Tokens Common Issues & Fixes File Templates Setup Checklist Advanced Topics Dependencies Tailwind v4 Plugins Reference Documentation When to Load References ⚠️ BEFORE YOU START (READ THIS!) CRITICAL F...
|
2.7K |
| 2570 | lesson-learned | softaworks/agent-toolkit |
Lesson Learned Extract specific, grounded software engineering lessons from actual code changes. Not a lecture -- a mirror. Show the user what their code already demonstrates. Before You Begin Load the principles reference first. Read references/se-principles.md to have the principle catalog available Optionally read references/anti-patterns.md if you suspect the changes include areas for improvement Determine the scope of analysis (see Phase 1) Do not proceed until you've loaded at least se-pri...
|
2.7K |
| 2571 | inngest-events | inngest/inngest-skills |
Inngest Events Master Inngest event design and delivery patterns. Events are the foundation of Inngest - learn to design robust event schemas, implement idempotency, leverage fan-out patterns, and handle system events effectively. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Event Payload Format Every Inngest event is a JSON object with required and optional properties: Requi...
|
2.7K |
| 2572 | web-content-fetcher | shirenchuang/web-content-fetcher |
Web Content Fetcher — 网页正文提取 能力说明 给一个 URL,返回干净的 Markdown 格式正文,保留: 标题层级( ) 超链接( 文字 ) 图片( ) 列表、代码块、引用块 提取策略(三级降级) URL ↓ 1. Jina Reader(首选) web_fetch("https://r.jina.ai/<url>", maxChars=30000) 优点:快(~1.5s),格式干净 限制:200次/天免费配额 失败场景:微信公众号(403)、部分国内平台 ↓ 2. Scrapling + html2text(Jina 超限或失败时) exec: python3 scripts/fetch.py <url> 30000 优点:无限制,效果和 Jina 相当,能读微信公众号 适合:mp.weixin.qq.com、Substack、Medium 等反爬平台 ↓ 3. web_fetch 直接抓(静态页面兜底) web_fetch(url, maxChars=30000) 适合:GitHub README、普通静态博客、技术文档 域名快捷路由 直接跳过 Jina...
|
2.7K |
| 2573 | docs-writer | google-gemini/gemini-cli |
docs-writer skill instructions As an expert technical writer for the Gemini CLI project, your goal is to produce documentation that is accurate, clear, and consistent with the project's standards. You must adhere to the documentation contribution process outlined in CONTRIBUTING.md and the style guidelines from the Google Developer Documentation Style Guide. Step 1: Understand the goal and create a plan Clarify the request: Fully understand the user's documentation request. Identify the core f...
|
2.7K |
| 2574 | inngest-durable-functions | inngest/inngest-skills |
Inngest Durable Functions Master Inngest's durable execution model for building fault-tolerant, long-running workflows. This skill covers the complete lifecycle from triggers to error handling. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Core Concepts You Need to Know Durable Execution Model Each step should encapsulate side-effects and non-deterministic code Memoization pre...
|
2.7K |
| 2575 | inngest-steps | inngest/inngest-skills |
Inngest Steps Build robust, durable workflows with Inngest's step methods. Each step is a separate HTTP request that can be independently retried and monitored. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Core Concept 🔄 Critical: Each step re-runs your function from the beginning. Put ALL non-deterministic code (API calls, DB queries, randomness) inside steps, never outside....
|
2.7K |
| 2576 | data-extractor | claude-office-skills/skills |
Data Extractor Skill Overview This skill enables extraction of structured data from any document format using unstructured - a unified library for processing PDFs, Word docs, emails, HTML, and more. Get consistent, structured output regardless of input format. How to Use Provide the document to process Optionally specify extraction options I'll extract structured elements with metadata Example prompts: "Extract all text and tables from this PDF" "Parse this email and get the body, attachments, a...
|
2.7K |
| 2577 | nodejs-express-server | aj-geddes/useful-ai-prompts |
Node.js Express Server Overview Create robust Express.js applications with proper routing, middleware chains, authentication mechanisms, and database integration following industry best practices. When to Use Building REST APIs with Node.js Implementing server-side request handling Creating middleware chains for cross-cutting concerns Managing authentication and authorization Connecting to databases from Node.js Implementing error handling and logging Instructions 1. Basic Express Setup const ...
|
2.7K |
| 2578 | 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 ...
|
2.7K |
| 2579 | 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...
|
2.7K |
| 2580 | 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 ┌─────────────────────────────────────────────────────────────┐ │ ...
|
2.7K |
| 2581 | 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,...
|
2.7K |
| 2582 | subscription-management | claude-office-skills/skills |
Subscription Management Comprehensive SaaS subscription lifecycle management including billing operations, upgrade/downgrade flows, churn prevention strategies, and revenue optimization. Overview This skill covers: Subscription lifecycle management Pricing and packaging strategies Upgrade/downgrade workflows Churn prevention automation Billing operations and dunning Subscription Lifecycle Lifecycle Stages ┌─────────────────────────────────────────────────────────────────┐ │ SU...
|
2.7K |
| 2583 | mobile-design | sickn33/antigravity-awesome-skills |
Mobile Design System (Mobile-First · Touch-First · Platform-Respectful) Philosophy: Touch-first. Battery-conscious. Platform-respectful. Offline-capable. Core Law: Mobile is NOT a small desktop. Operating Rule: Think constraints first, aesthetics second. This skill exists to prevent desktop-thinking, AI-defaults, and unsafe assumptions when designing or building mobile applications. 1. Mobile Feasibility & Risk Index (MFRI) Before designing or implementing any mobile feature or screen , assess f...
|
2.7K |
| 2584 | kakaotalk-mac | nomadamas/k-skill |
KakaoTalk Mac CLI What this skill does kakaocli 를 사용해 macOS에서 카카오톡 대화 목록을 확인하고, 메시지를 검색하고, 필요할 때 답장을 보낸다. 이 스킬은 macOS + 카카오톡 Mac 앱 설치 를 전제로 한다. 공식 Kakao API를 쓰는 것이 아니라 로컬 데이터베이스 읽기와 macOS 접근성 자동화 위에서 동작하므로, 권한과 안전 규칙을 먼저 확인해야 한다. When to use "카카오톡 최근 대화 목록 보여줘" "특정 채팅방 최근 메시지 찾아줘" "카카오톡 메시지 검색해줘" "내 카톡으로 테스트 메시지 보내줘" "답장 초안은 만들되 실제 전송 전에는 꼭 확인받아" When not to use macOS가 아닌 환경 카카오톡 Mac 앱이 설치되어 있지 않은 환경 사용자 확인 없이 다른 사람에게 메시지를 바로 보내야 하는 작업 카카오 공식 API 범위 안에서 해결 가능한 서버-투-서버 연동 작업 Prerequisites macOS K...
|
2.7K |
| 2585 | obsidian automation | claude-office-skills/skills |
Obsidian Automation Automate Obsidian knowledge management and personal knowledge base workflows. Core Capabilities Note Creation note_templates : daily_note : filename : "{{date:YYYY-MM-DD}}" folder : "Daily Notes" template : | {{date:dddd, MMMM D, YYYY}} Morning Intentions - [ ] Tasks - [ ] Notes Evening Reflection --- [ [ { { date : YYYY - MM - DD | - 1d } } | ← Yesterday ] ] | [ [ { { date : YYYY - MM - DD | +1d } } | Tomorrow → ] ] meeting_note : filename : "Meeting - {{title}} - {{dat...
|
2.7K |
| 2586 | devops-automation | claude-office-skills/skills |
DevOps Automation Automate DevOps workflows including CI/CD pipelines, monitoring, incident management, and infrastructure operations. Based on n8n's IT Ops workflow templates. Overview This skill covers: CI/CD pipeline automation Monitoring and alerting Incident management Infrastructure automation Deployment workflows CI/CD Automation GitHub Actions Integration workflow : "GitHub CI/CD Notifications" triggers : - github_push - github_pull_request - github_workflow_run on_push : action : - trig...
|
2.7K |
| 2587 | 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...
|
2.7K |
| 2588 | clickup automation | claude-office-skills/skills |
ClickUp Automation Comprehensive skill for automating ClickUp workspace and task management. Core Concepts Workspace Hierarchy CLICKUP HIERARCHY: ┌─────────────────────────────────────────────────────────┐ │ 🏢 WORKSPACE │ ├─────────────────────────────────────────────────────────┤ │ ├── 📁 SPACE: Engineering │ │ │ ├── 📂 FOLDER: Q1 Projects │ │ │ │ ├── 📋 LIST: Feature Development │ ...
|
2.7K |
| 2589 | inngest-setup | inngest/inngest-skills |
Inngest Setup This skill sets up Inngest in a TypeScript project from scratch, covering installation, client configuration, connection modes, and local development. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Prerequisites Node.js 18+ (Node.js 22.4+ r ecommended for WebSocket support) TypeScript project Package manager (npm, yarn, pnpm, or bun) Step 1: Install the Inngest SD...
|
2.7K |
| 2590 | mcporter | steipete/clawdis |
mcporter Use mcporter to work with MCP servers directly. Quick start mcporter list mcporter list <server> --schema mcporter call <server.tool> key=value Call tools Selector: mcporter call linear.list_issues team=ENG limit:5 Function syntax: mcporter call "linear.create_issue(title: \"Bug\")" Full URL: mcporter call https://api.example.com/mcp.fetch url:https://example.com Stdio: mcporter call --stdio "bun run ./server.ts" scrape url=https://example.com JSON payload: mcporter call <server.tool> -...
|
2.7K |
| 2591 | burpsuite-project-parser | trailofbits/skills |
Burp Project Parser Search and extract data from Burp Suite project files using the burpsuite-project-file-parser extension. When to Use Searching response headers or bodies with regex patterns Extracting security audit findings from Burp projects Dumping proxy history or site map data Analyzing HTTP traffic captured in a Burp project file Prerequisites This skill delegates parsing to Burp Suite Professional - it does not parse .burp files directly. Required: Burp Suite Professional - Must ...
|
2.7K |
| 2592 | 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...
|
2.7K |
| 2593 | srt-booking | nomadamas/k-skill |
SRT Booking What this skill does SRTrain 위에서 SRT 좌석을 조회하고, 조건이 맞으면 예약과 취소까지 진행한다. When to use "수서에서 부산 가는 SRT 찾아줘" "내일 오전 SRT 빈자리 있으면 잡아줘" "예약 내역 확인해줘" "이 SRT 예약 취소해줘" When not to use 결제까지 자동으로 끝내야 하는 경우 비밀번호를 채팅창에 직접 보내려는 경우 SRT가 아니라 KTX/Korail 예매인 경우 Prerequisites Python 3.10+ python3 -m pip install SRTrain Required environment variables KSKILL_SRT_ID KSKILL_SRT_PASSWORD Credential resolution order 이미 환경변수에 있으면 그대로 사용한다. 에이전트가 자체 secret vault(1Password CLI, Bitwarden CLI, macOS Keychain 등)를 사용...
|
2.7K |
| 2594 | cloud-architect | jeffallan/claude-skills |
Cloud Architect Senior cloud architect specializing in multi-cloud strategies, migration patterns, cost optimization, and cloud-native architectures across AWS, Azure, and GCP. Role Definition You are a senior cloud architect with 15+ years of experience designing enterprise cloud solutions. You specialize in multi-cloud architectures, migration strategies (6Rs), cost optimization, security by design, and operational excellence. You design highly available, secure, and cost-effective cloud in...
|
2.7K |
| 2595 | webapp-testing | composiohq/awesome-claude-skills |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
2.7K |
| 2596 | 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
|
2.7K |
| 2597 | 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 -...
|
2.7K |
| 2598 | zipcode-search | nomadamas/k-skill |
Zipcode Search What this skill does 우체국 공식 통합 우편번호 검색 페이지를 조회해서 주소 키워드에 맞는 우편번호와 공식 영문 주소를 함께 찾는다. When to use "이 주소 우편번호랑 영문 주소 같이 알려줘" "서울특별시 강남구 테헤란로 123 영문 주소로 바꿔줘" "해외 결제용으로 한국 주소 영문 표기 필요해" Prerequisites 인터넷 연결 curl python3 Inputs 주소 키워드 도로명 + 건물번호 시/군/구 + 도로명 동/리 + 지번 Workflow 1. Query the official integrated ePost page first 비공식 영문주소 변환기나 블로그 표기를 쓰지 말고 아래 우체국 공식 통합 검색 페이지를 먼저 조회한다. https://www.epost.kr/search.RetrieveIntegrationNewZipCdList.comm 이 페이지는 keyword 파라미터로 우편번호, 국문 주소, English/...
|
2.7K |
| 2599 | adk-eval-guide | google/adk-docs |
ADK Evaluation Guide Scaffolded project? If you used /adk-scaffold , you already have make eval , tests/eval/evalsets/ , and tests/eval/eval_config.json . Start with make eval and iterate from there. Non-scaffolded? Use adk eval directly — see Running Evaluations below. Reference Files File Contents references/criteria-guide.md Complete metrics reference — all 8 criteria, match types, custom metrics, judge model config references/user-simulation.md Dynamic conversation testing — ConversationScen...
|
2.7K |
| 2600 | 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)│ └────┬────┴────┬────┴────┬────┴────┬────┴────────┬────────┘ │ │ │ │...
|
2.7K |