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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
2551 kleague-results nomadamas/k-skill
K League Results What this skill does 공식 K리그 JSON 표면으로 특정 날짜의 K리그1/K리그2 경기 결과를 조회하고, 필요하면 특정 팀(예: FC서울 , 서울 이랜드 , 팀 코드 K09 )만 필터링한 뒤 현재 순위까지 함께 정리한다. When to use "오늘 K리그1 경기 결과 알려줘" "2026-03-22 FC서울 경기 결과랑 현재 순위 보여줘" "2026-03-22 K리그2 결과 정리해줘" Prerequisites Node.js 18+ npm install -g kleague-results Inputs 날짜: YYYY-MM-DD 리그: K리그1 또는 K리그2 (기본값은 K리그1 ) 선택 사항: 팀명, 풀네임, 팀 코드 ( 서울 , FC서울 , K09 등) Workflow 0. Install the package globally when missing npm root -g 아래에 kleague-results 가 없으면 HTML scraping ...
2K
2552 pp-flight-goat mvanhorn/printing-press-library
Flight Goat — Printing Press CLI Prerequisites: Install the CLI This skill drives the flight-goat-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install flight-goat --cli-only Verify: flight-goat-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go...
2K
2553 clerk-tanstack-patterns clerk/skills
TanStack React Start Patterns What Do You Need? Task Reference Protect routes with beforeLoad references/router-guards.md Auth in createServerFn references/server-functions.md Pass auth to loaders references/loaders.md Configure Vinxi + clerkMiddleware references/vinxi-server.md References Reference Description references/router-guards.md beforeLoad auth redirect references/server-functions.md createServerFn with auth() references/loaders.md Auth context in loaders references/vinxi-server.md cle...
2K
2554 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...
2K
2555 cv-builder claude-office-skills/skills
CV Builder Skill Overview This skill enables creation of professional CVs/resumes from structured YAML using rendercv . Define your experience once, generate beautiful PDFs in multiple themes. How to Use Provide your CV information (experience, education, skills) Choose a template/theme I'll generate YAML and render to PDF Example prompts: "Create a CV from my experience" "Generate a resume in the classic theme" "Update my CV with new job experience" "Build a technical resume highlighting projec...
2K
2556 latex-paper-en bahayonghang/academic-writing-skills
LaTeX Academic Paper Assistant (English) Critical Rules NEVER modify \cite{}, \ref{}, \label{}, math environments NEVER fabricate bibliography entries NEVER change domain terminology without confirmation ALWAYS output suggestions in diff-comment format first Unified Output Protocol (All Modules) Each suggestion MUST include fixed fields: Severity: Critical / Major / Minor Priority: P0 (blocking) / P1 (important) / P2 (nice-to-have) Default comment template (diff-comment style): % <MODULE> (L...
2K
2557 competitive-analysis refoundai/lenny-skills
Competitive Analysis Help the user understand competitive dynamics using frameworks from 49 product leaders who have navigated competition at companies from startups to Netflix and Google. How to Help When the user asks for help with competitive analysis: Expand the competitive set - Identify not just direct competitors but the status quo and workarounds Understand the true threat - Determine if the competition is features, distribution, or fundamental business model Find asymmetries - Help them...
2K
2558 jobs-to-be-done wondelai/skills
Jobs to Be Done Framework Framework for discovering innovation based on a fundamental truth: customers don't buy products - they "hire" them to do a specific job in their lives. Core Principle Job to Be Done = the progress a customer wants to make in specific circumstances. Key elements of the definition: Progress (not goal, not solution) - customer wants to move from current state to a better one Circumstances - context determines the job, not customer attributes (demographics are useless) Hiri...
2K
2559 ads-copywriter claude-office-skills/skills
Ads Copywriter Generate high-converting ad copy for Google Ads, Meta/Facebook, TikTok, and LinkedIn with platform-specific optimization and A/B testing variants. Platform Specifications Google Ads google_ads_formats : responsive_search_ad : headlines : count : 15 (min 3) max_chars : 30 requirements : - Include keyword in 3+ headlines - Include brand name in 2+ headlines - Include CTA in 2+ headlines - Include numbers/stats in 2+ headlines descriptions : count : 4 (min 2) max_chars : 90 requireme...
2K
2560 react-email resend/resend-skills
React Email Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients. Installation You need to scaffold a new React Email project using the create-email CLI. This will create a folder called react-email-starter with sample email templates. Using npm: npx create-email@latest Using yarn: yarn create email Using pnpm: pnpm create email Using bun: bun create email Navigate to Project Directory You must chang...
2K
2561 asc-signing-setup rudrankriyam/app-store-connect-cli-skills
asc signing setup Use this skill when you need to create or renew signing assets for iOS/macOS apps. Preconditions Auth is configured ( asc auth login or ASC_* env vars). You know the bundle identifier and target platform. You have a CSR file for certificate creation. Workflow Create or find the bundle ID: asc bundle-ids list --paginate asc bundle-ids create --identifier "com.example.app" --name "Example" --platform IOS Configure bundle ID capabilities: asc bundle-ids capabilities list --bundle ...
2K
2562 react vercel-labs/json-render
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
2K
2563 query-onchain-data coinbase/agentic-wallet-skills
Query Onchain Data on Base Use the CDP SQL API to query onchain data (events, transactions, blocks, transfers) on Base. Queries are executed via x402 and are charged per query. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Executing a Query npx awal@2.0.3 x402 pay https://x402.cdp.coinbase.com/platform/v2/data/query/run -X POST -d '{"sql": "<YOUR_QUERY>"}' --json IMPORTANT : Always single-quote the -d JS...
2K
2564 skill-improver trailofbits/skills
Skill Improvement Methodology Iteratively improve a Claude Code skill using the skill-reviewer agent until it meets quality standards. Prerequisites Requires the plugin-dev plugin which provides the skill-reviewer agent. Verify it's enabled: run /plugins — plugin-dev should appear in the list. If missing, install from the Trail of Bits plugin repository. Core Loop Review - Call skill-reviewer on the target skill Categorize - Parse issues by severity Fix - Address critical and major issues Evalua...
2K
2565 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...
2K
2566 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조 보여줘...
2K
2567 md-to-office claude-office-skills/skills
Markdown to Office Skill Overview This skill enables conversion from Markdown to various Office formats using Pandoc - the universal document converter. Convert your Markdown files to professional Word documents, PowerPoint presentations, PDFs, and more while preserving formatting and structure. How to Use Provide the Markdown content or file Specify the target format (docx, pptx, pdf, etc.) Optionally provide a reference template for styling I'll convert using Pandoc with optimal settings Examp...
2K
2568 pdf ocr extraction claude-office-skills/skills
PDF OCR Extraction Extract text from scanned documents and image-based PDFs using OCR technology. Overview This skill helps you: Extract text from scanned documents Make image PDFs searchable Digitize paper documents Process handwritten text (limited) Batch process multiple documents How to Use Basic OCR "Extract text from this scanned PDF" "OCR this document image" "Make this PDF searchable" With Options "Extract text from pages 1-10, English language" "OCR this document, preserve layout" "Extr...
2K
2569 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...
2K
2570 product-brainstorming anthropics/knowledge-work-plugins
Product Brainstorming Skill You are a sharp product thinking partner — the kind of experienced PM or design lead who challenges assumptions, asks the hard questions, and pushes ideas further before anyone converges too early. You help product managers explore problem spaces, generate ideas, and stress-test thinking before it becomes a spec. Your job is not to generate deliverables. Your job is to think alongside the PM. Be opinionated. Push back. Bring in unexpected angles. Help them arrive at i...
2K
2571 fastapi jezweb/claude-skills
FastAPI Official FastAPI skill to write code with best practices, keeping up to date with new versions and features. Use the fastapi CLI Run the development server on localhost with reload: fastapi dev Run the production server: fastapi run Add an entrypoint in pyproject.toml FastAPI CLI will read the entrypoint in pyproject.toml to know where the FastAPI app is declared. [ tool.fastapi ] entrypoint = "my_app.main:app" Use fastapi with a path When adding the entrypoint to pyproject.toml is not p...
2K
2572 frontend-ui-ux-engineer 404kidwiz/claude-supercode-skills
Provides frontend design and development expertise specializing in creating visually stunning, user-centric interfaces without requiring design mockups. Crafts beautiful UI/UX with creative design thinking, advanced styling, animations, and accessibility best practices for modern web applications. When to Use - Need to transform functional UI into visually stunning interfaces - Design mockups don't exist but beautiful UI is required - Visual polish and micro-interactions are priority - Com...
2K
2573 assets binance/binance-skills-hub
Binance Assets Skill Assets request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/account/apiTradingStatus (GET) Account API Trading Status (USER_DATA) None recvWindow Yes /sapi/v1/account/info (GET) Account info (USER_DATA) None recvWindow Yes /sapi/v1/account/status (GET) Account Status (USER_DATA) None recvWindow Yes /sapi/v1/a...
2K
2574 alpha binance/binance-skills-hub
Binance Alpha Skill Alpha request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /bapi/defi/v1/public/alpha-trade/ticker (GET) Ticker (24hr Price Statistics) symbol None No /bapi/defi/v1/public/alpha-trade/agg-trades (GET) Aggregated Trades symbol fromId, startTime, endTime, limit No /bapi/defi/v1/public/alpha-trade/get-exchange-info (GET) ...
2K
2575 claude-design-hyperframes heygen-com/hyperframes
Claude Design + HyperFrames For this project, your medium is HyperFrames compositions : plain HTML + CSS + a paused GSAP timeline. A separate CLI ( npx hyperframes render index.html ) turns the HTML into an MP4. You are authoring the HTML files — the user runs the CLI locally. You do NOT need a CLI environment to produce these files. HyperFrames replaces your default video-artifact workflow for this project. When the user asks for a video, animation, launch teaser, editorial explainer, product t...
2K
2576 nextjs-app-router-fundamentals wsimmonds/claude-nextjs-skills
Next.js App Router Fundamentals Overview Provide comprehensive guidance for Next.js App Router (Next.js 13+), covering migration from Pages Router, file-based routing conventions, layouts, metadata handling, and modern Next.js patterns. TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. ❌ WRONG: function handleSubmit(e: any) { ... } const data: any[] = []; ✅ CORRECT: function handleSubmit(e: Rea...
2K
2577 diagnose-seo calm-north/seojuice-skills
Diagnose SEO Structured diagnostic framework for crawl issues, canonicalization errors, indexation problems, and rendering failures. Diagnostic Approach Technical SEO problems fall into four categories. Diagnose in this order — each layer depends on the previous one working correctly: Crawlability — Can search engines find and access the pages? Indexability — Are the pages allowed to be indexed? Renderability — Can search engines see the full content? Signals — Are the right signals (titles, str...
2K
2578 migrate-site calm-north/seojuice-skills
Migrate Site Guide a domain migration, CMS switch, or URL restructure without losing rankings — redirect mapping, monitoring plan, and rollback criteria. Migration Types Type Risk Level Example Domain change High olddomain.com → newdomain.com Protocol change Low HTTP → HTTPS CMS switch Medium-High WordPress → Next.js, Shopify → custom URL restructure Medium /blog/2024/post → /blog/post Subdomain migration Medium blog.example.com → example.com/blog Design/template change Low-Medium Same URLs, new...
2K
2579 beat-competitors calm-north/seojuice-skills
Beat Competitors Turn competitor keyword data into a prioritized attack plan: identify winnable gaps, defend threatened positions, and sequence content production. Before You Start Gather this context (ask if not provided): Your domain. The site you're optimizing. Known competitors. 3-5 domains competing for the same audience. If unknown, identify them by searching your primary keywords and noting which domains appear repeatedly. Your strengths. What does your site do well? (authority, content d...
2K
2580 jupyter-notebook openai/skills
Jupyter Notebook Skill Create clean, reproducible Jupyter notebooks for two primary modes: Experiments and exploratory analysis Tutorials and teaching-oriented walkthroughs Prefer the bundled templates and the helper script for consistent structure and fewer JSON mistakes. When to use Create a new .ipynb notebook from scratch. Convert rough notes or scripts into a structured notebook. Refactor an existing notebook to be more reproducible and skimmable. Build experiments or tutorials that will be...
2K
2581 ant-design ant-design/antd-skill
Ant Design S - Scope Target: antd@^6 with React 18-19 (per official docs). Cover: core components, theming/tokens, css-in-js, SSR, a11y, and performance patterns. Avoid: Pro routing/layout and ProComponents (use ant-design-pro skill). Avoid: AI chat/copilot UI (use ant-design-x skill). Default assumptions (when not specified) Language: TypeScript. Styling: prefer tokens, classNames , and styles ; avoid global overrides. Provider: a single ConfigProvider at app root, unless isolation is required....
2K
2582 longbridge longbridge/developers
Longbridge Developers Platform Full-stack financial data and trading platform: CLI, Python/Rust SDK, MCP, and LLM integration. Official docs: https://open.longbridge.com llms.txt: https://open.longbridge.com/llms.txt For setup and authentication details, see references/setup.md . Investment Analysis Workflow When the user asks about stock performance, portfolio advice, or market analysis: Get live data via CLI — quotes, positions, K-line history, intraday Get news/catalysts via CLI — prefer Long...
2K
2583 brand-guidelines composiohq/awesome-claude-skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
2K
2584 color-palette jezweb/claude-skills
Color Palette Generation Status: Production Ready ✅ Last Updated: 2026-01-14 Standard: Tailwind v4 @theme syntax Quick Start Generate complete palette from brand hex: // Input: Brand hex const brandColor = "0D9488" // Teal-600 // Output: 11-shade scale + semantic tokens + dark mode primary-50: F0FDFA (lightest) primary-500: 14B8A6 (brand) primary-950: 042F2E (darkest) background: FFFFFF foreground: 0F172A primary: 14B8A6 Use the reference files to generate shades, map semantics, and che...
2K
2585 himalaya steipete/clawdis
Himalaya Email CLI Himalaya is a CLI email client that lets you manage emails from the terminal using IMAP, SMTP, Notmuch, or Sendmail backends. References references/configuration.md (config file setup + IMAP/SMTP authentication) references/message-composition.md (MML syntax for composing emails) Prerequisites Himalaya CLI installed ( himalaya --version to verify) A configuration file at ~/.config/himalaya/config.toml IMAP/SMTP credentials configured (password stored securely) Configuration Set...
2K
2586 email-marketing claude-office-skills/skills
Email Marketing Comprehensive email marketing skill covering campaign creation, automated sequences, A/B testing, segmentation, and deliverability optimization. Overview This skill covers: Email campaign creation and templates Automated drip sequences A/B testing frameworks List segmentation strategies Deliverability best practices Email Types & Templates 1. Welcome Sequence sequence : "Welcome Series" trigger : subscriber_signup duration : 14_days emails : - day_0 : subject : "Welcome to {Brand...
2K
2587 code-review-analysis aj-geddes/useful-ai-prompts
Code Review Analysis Overview Systematic code review process covering code quality, security, performance, maintainability, and best practices following industry standards. When to Use Reviewing pull requests and merge requests Analyzing code quality before merging Identifying security vulnerabilities Providing constructive feedback to developers Ensuring coding standards compliance Mentoring through code review Instructions 1. Initial Assessment Check the changes git diff main...feature-bran...
2K
2588 ui-ux-pro-max sickn33/antigravity-awesome-skills
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
1.9K
2589 convex-schema-validator waynesutton/convexskills
Convex Schema Validator Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Indexes: https://docs.convex.dev/database/indexes Data Types: https://docs.convex.dev/database/types For broader context: https://docs.convex.dev/llms.txt Instructions Basic Schema ...
1.9K
2590 swift-expert jeffallan/claude-skills
Swift Expert Senior Swift developer with mastery of Swift 5.9+, Apple's development ecosystem, SwiftUI, async/await concurrency, and protocol-oriented programming. Role Definition You are a senior Swift engineer with 10+ years of Apple platform development. You specialize in Swift 5.9+, SwiftUI, async/await concurrency, protocol-oriented design, and server-side Swift. You build type-safe, performant applications following Apple's API design guidelines. When to Use This Skill Building iOS/mac...
1.9K
2591 resend-cli resend/resend-skills
Resend CLI Installation Before running any resend commands, check whether the CLI is installed: resend --version If the command is not found, install it using one of the methods below: cURL (macOS / Linux): curl -fsSL https://resend.com/install.sh | bash Homebrew (macOS / Linux): brew install resend/cli/resend Node.js: npm install -g resend-cli PowerShell (Windows): irm https: / / resend . com/install . ps1 | iex After installing, verify: resend --version Agent Protocol The CLI auto-detects non-...
1.9K
2592 gateguard affaan-m/everything-claude-code
GateGuard — Fact-Forcing Pre-Action Gate A PreToolUse hook that forces Claude to investigate before editing. Instead of self-evaluation ("are you sure?"), it demands concrete facts. The act of investigation creates awareness that self-evaluation never did. When to Activate Working on any codebase where file edits affect multiple modules Projects with data files that have specific schemas or date formats Teams where AI-generated code must match existing patterns Any workflow where Claude tends to...
1.9K
2593 resume bullet writer paramchoudhary/resumeskills
Use this skill when the user wants to: - Write or improve resume bullet points - Transform weak descriptions into strong achievements - Add metrics and quantifiable results - Make their experience more compelling - Mentions: "improve my bullets", "make my resume stronger", "quantify my achievements", "results-driven" Also use when you see weak bullets that need improvement (passive language, no metrics, vague descriptions). Core Capabilities - Transform weak bullet points into achieveme...
1.9K
2594 ljg-read lijigang/ljg-skills
ljg-read: 伴读 不是替你读,是陪你走进去。扫清语言障碍只是起手式,真正的活儿是让你撞见自己从没想过的问题。 核心理念 翻译是再生产,不是搬运——信是不歪,达是懂了,雅是住下来了 伴读是脚手架,最终要拆——读者被激活才算有效 最好的伴读不回答问题,而是制造那个让你皱眉的问题 格式约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。禁止 Unicode 绘图符号。 语言 默认中文输出。英文原文在翻译和碰撞环节以中英并列形式保留。 执行流程 0. 接收文本 URL -> WebFetch 或 markdown-proxy 获取内容 PDF -> Read(注意 pages 参数限制) 本地文件 -> Read 用户粘贴文本 -> 直接使用 获取后,检测语言。中文文本跳过翻译步骤,直接进入结构分析和碰撞。英文文本进入完整流程。 1. Phase 0: 全局地图(一次性,Agent 独立完成) 通读全文,产出三样东西: (1) 一句话摘要 — 这篇文章在说什么,一句话锚定。 (...
1.9K
2595 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...
1.9K
2596 sql-queries anthropics/knowledge-work-plugins
SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: -- Current date/time CURRENT_DATE , CURRENT_TIMESTAMP , NOW ( ) -- Date arithmetic date_column + INTERVAL '7 days' date_column - INTERVAL '1 month' -- Truncate to period DATE_TRUNC ( 'month' , created_at ) -- Extract parts EXTRACT ( YEAR FROM created_at ) EXTRACT ( DOW FROM created_at ) -- 0=Sunday -- Format T...
1.9K
2597 coupang-product-search nomadamas/k-skill
Coupang Product Search What this skill does coupang-mcp 서버를 경유하여 쿠팡 상품을 검색하고 실시간 가격을 확인한다. 키워드 상품 검색 (로켓배송/일반배송 구분) 로켓배송 전용 필터 검색 가격대 범위 검색 상품 비교표 생성 카테고리별 베스트 상품 골드박스 당일 특가 인기 검색어/계절 상품 추천 How it works Claude Code → MCP Streamable HTTP (JSON-RPC) → HF Space (coupang-mcp 서버) → Netlify 프록시 (도쿄) → 다나와 가격 조회 (1차) / 쿠팡 API 폴백 API 키 불필요 다나와에서 정확한 판매가 우선 조회, 실패 시 쿠팡 API 가격 자동 폴백 해외 IP 차단 우회를 위해 도쿄 리전 프록시 경유 MCP endpoint https://yuju777-coupang-mcp.hf.space/mcp When to use "쿠팡에서 생수 가격 좀 찾아줘" "로켓배송 에어팟 ...
1.9K
2598 contract-template claude-office-skills/skills
Contract Template Skill Overview This skill enables creation of smart contract templates using Accord Project - an open-source framework for legally enforceable, machine-readable contracts. Create templates with embedded logic that can automate contract execution. How to Use Describe the contract type and terms Specify variables and logic rules I'll generate Accord Project template Example prompts: "Create an NDA template with variable terms" "Build a service agreement with payment milestones" "...
1.9K
2599 computer-vision-opencv mindrally/skills
Computer Vision and OpenCV Development You are an expert in computer vision, image processing, and deep learning for visual data, with a focus on OpenCV, PyTorch, and related libraries. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in computer vision workflows Use functional programming for image processing pipelines and OOP for model architectures Implement proper GPU utilization for computationally intensive...
1.9K
2600 content-modeling-best-practices sanity-io/agent-toolkit
Content Modeling Best Practices Principles for designing structured content that's flexible, reusable, and maintainable. These concepts apply to any headless CMS but include Sanity-specific implementation notes. When to Apply Reference these guidelines when: Starting a new project and designing the content model Evaluating whether content should be structured or free-form Deciding between references and embedded content Planning for multi-channel content delivery Refactoring existing content...
1.9K