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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
3401 user-onboarding refoundai/lenny-skills
User Onboarding Help the user design effective product onboarding using frameworks and insights from 4 product leaders. How to Help When the user asks for help with user onboarding: Understand the aha moment - Ask what the key value moment is and how quickly users need to reach it Design the first 30 seconds - Focus intensely on what happens immediately after signup Apply game design principles - Use progressive disclosure and reward mechanics from game design Connect to retention - Ensure the o...
1.3K
3402 senior-fullstack sickn33/antigravity-awesome-skills
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
1.3K
3403 twitter-reader daymade/claude-code-skills
Twitter Reader Fetch Twitter/X post content without needing JavaScript or authentication. Prerequisites You need a Jina API key to use this skill: Visit https://jina.ai/ to sign up (free tier available) Get your API key from the dashboard Set the environment variable: export JINA_API_KEY="your_api_key_here" Quick Start For a single tweet, use curl directly: curl "https://r.jina.ai/https://x.com/USER/status/TWEET_ID" \ -H "Authorization: Bearer ${JINA_API_KEY}" For multiple tweets, use...
1.3K
3404 technical-roadmaps refoundai/lenny-skills
Technical Roadmaps Help the user create effective technical roadmaps using frameworks and insights from 1 product leader. How to Help When the user asks for help with technical roadmaps: Understand the context - Ask about their current technical state, team size, and business constraints Ensure it's written down - A strategy that isn't documented can't be debugged or aligned around Apply the Rumelt framework - Structure as Diagnosis (what's the problem), Guiding Policies (principles for decision...
1.3K
3405 document-writer onmax/nuxt-skills
Documentation Writer for Nuxt Ecosystem Writing guidance for blog posts and documentation following patterns from official Nuxt websites. When to Use Writing blog posts for Nuxt ecosystem projects Creating or editing documentation pages Ensuring consistent writing style across content Writing Standard Override: When writing documentation, maintain proper grammar and complete sentences. The "sacrifice grammar for brevity" rule does NOT apply here. Documentation must be: Grammatically correct...
1.3K
3406 domain-hunter resciencelab/opc-skills
Domain Hunter Skill Help users find and purchase domain names at the best price. Workflow Step 1: Generate Domain Ideas & Check Availability Based on the user's project description, generate 5-10 creative domain name suggestions. Guidelines: Keep names short (under 15 characters) Make them memorable and brandable Consider: {action}{noun}, {noun}{suffix}, {prefix}{keyword} Common suffixes: app, io, hq, ly, ify, now, hub CRITICAL: Always check availability before presenting domains to user! ...
1.3K
3407 ux-audit jezweb/claude-skills
UX Audit Dogfood web apps by browsing them as a real user would — with their goals, their patience, and their context. Goes beyond "does it work?" to "is it good?" by tracking emotional friction (trust, anxiety, confusion), counting click efficiency, testing resilience, and asking the ultimate question: "would I come back?" Uses Chrome MCP (for authenticated apps with your session) or Playwright for browser automation. Produces structured audit reports with findings ranked by impact. Browser Too...
1.3K
3408 python-best-practices 0xbigboss/claude-code
Python Best Practices Type-First Development Types define the contract before implementation. Follow this workflow: Define data models - dataclasses, Pydantic models, or TypedDict first Define function signatures - parameter and return type hints Implement to satisfy types - let the type checker guide completeness Validate at boundaries - runtime checks where data enters the system Make Illegal States Unrepresentable Use Python's type system to prevent invalid states at type-check time. Data...
1.3K
3409 second-brain-ingest nicholasspisak/second-brain
Second Brain — Ingest Process raw source documents into structured, interlinked wiki pages. Identify Sources to Process Determine which files need ingestion: If the user specifies a file or files, use those If the user says "process new sources" or similar, detect unprocessed files: List all files in raw/ (excluding raw/assets/ ) Read wiki/log.md and extract all previously ingested source filenames from ingest entries Any file in raw/ not listed in the log is unprocessed If no unprocessed files ...
1.3K
3410 ts-library onmax/nuxt-skills
TypeScript Library Development Patterns for authoring high-quality TypeScript libraries, extracted from studying unocss, shiki, unplugin, vite, vitest, vueuse, zod, trpc, drizzle-orm, and more. When to Use Starting a new TypeScript library (single or monorepo) Setting up package.json exports for dual CJS/ESM Configuring tsconfig for library development Choosing build tools (tsdown, unbuild) Designing type-safe APIs (builder, factory, plugin patterns) Writing advanced TypeScript types Setting u...
1.3K
3411 update assistant-ui/skills
Update Command If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Keep your task list and memory current. Two modes: Default: Sync tasks from external tools, triage stale items, check memory for gaps --comprehensive : Deep scan chat, email, calendar, docs — flag missed todos and suggest new memories Usage /productivity:update /productivity:update --comprehensive Default Mode 1. Load Current State Read TASKS.md and memory/ directory. If they don't e...
1.3K
3412 sag steipete/clawdis
sag Use sag for ElevenLabs TTS with local playback. API key (required) ELEVENLABS_API_KEY (preferred) SAG_API_KEY also supported by the CLI Quick start sag "Hello there" sag speak -v "Roger" "Hello" sag voices sag prompting (model-specific tips) Model notes Default: eleven_v3 (expressive) Stable: eleven_multilingual_v2 Fast: eleven_flash_v2_5 Pronunciation + delivery rules First fix: respell (e.g. "key-note"), add hyphens, adjust casing. Numbers/units/URLs: --normalize auto (or off if it harms n...
1.3K
3413 tailwind-css paulrberg/agent-skills
Tailwind CSS v4 Expert guidance for Tailwind CSS v4, CSS-first configuration, modern utility patterns, and type-safe component styling with tailwind-variants. CSS-First Configuration Tailwind CSS v4 eliminates tailwind.config.ts in favor of CSS-only configuration. All configuration lives in CSS files using special directives. Core Directives: @import "tailwindcss" - Entry point that loads Tailwind @theme { } - Define or extend design tokens @theme static { } - Define tokens that should not gener...
1.3K
3414 second-brain-query nicholasspisak/second-brain
Second Brain — Query Answer questions by searching and synthesizing knowledge from the wiki. Search Strategy 1. Start with the index Read wiki/index.md to identify relevant pages. Scan all category sections (Sources, Entities, Concepts, Synthesis) for entries related to the question. 2. Use qmd for large wikis If qmd is installed (check with command -v qmd ), use it for search: qmd search "query terms" --path wiki/ This is especially useful when the wiki has grown beyond ~100 pages where scannin...
1.3K
3415 wp-project-triage wordpress/agent-skills
WP Project Triage When to use Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes. Inputs required Repo root (current working directory). Procedure Run the detector (prints JSON to stdout): node skills/wp-project-triage/scripts/detect_wp_project.mjs If you need the exact output contract, read: skills/wp-project-triage/references/triage.schema.json Use the report to select workflow guardrails: project kind(s) PHP...
1.3K
3416 gemini steipete/clawdis
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
1.3K
3417 technical-analysis omer-metin/skills-for-antigravity
Technical Analysis Identity Role: Technical Analysis Grandmaster Voice: A trader who's spent 20,000+ hours staring at charts across forex, equities, crypto, and commodities. Speaks with the precision of Richard Wyckoff, the pattern recognition of Thomas Bulkowski, and the skepticism of a quant who backtests everything. Believes technicals work because they reflect human psychology, but knows most retail TA is astrology with extra steps. Expertise: Classical charting (Dow Theory, Wyckoff Meth...
1.3K
3418 md-docs paulrberg/agent-skills
Markdown Documentation Management Overview Manage project documentation for Claude Code workflows including context files, READMEs, and agent instructions. This skill provides structured automation for maintaining accurate, up-to-date documentation that aligns with actual codebase structure and functionality. Use this skill when initializing new projects, updating existing documentation, or ensuring context files accurately reflect current code. The skill emphasizes verification and validation o...
1.3K
3419 prioritizing-roadmap refoundai/lenny-skills
Prioritizing Roadmap Help the user prioritize product roadmaps and backlogs using frameworks from 75 product leaders. How to Help When the user asks for help with prioritization: Understand the decision context - Ask about their goals, constraints, and stakeholder landscape Assess the portfolio - Determine if they need to balance incremental vs big bets, or core vs new Provide frameworks - Recommend appropriate prioritization approaches for their situation Challenge assumptions - Help them quest...
1.3K
3420 temporal-developer temporalio/skill-temporal-developer
Skill: temporal-developer Overview Temporal is a durable execution platform that makes workflows survive failures automatically. This skill provides guidance for building Temporal applications in Python, TypeScript, Go, Java and .NET. Core Architecture The Temporal Cluster is the central orchestration backend. It maintains three key subsystems: the Event History (a durable log of all workflow state), Task Queues (which route work to the right workers), and a Visibility store (for searching and l...
1.3K
3421 second-brain-lint nicholasspisak/second-brain
Second Brain — Lint Health-check the wiki and report issues with actionable fixes. Audit Steps Run all checks below, then present a consolidated report. 1. Broken wikilinks Scan all wiki pages for [[wikilink]] references. For each link, verify the target page exists. Report any broken links. Find all wikilinks across wiki pages grep -roh '\[\[[^]]*\]\]' wiki/ | sort -u Cross-reference against actual files in wiki/ . 2. Orphan pages Find pages with no inbound links — no other page references the...
1.3K
3422 review alirezarezvani/claude-skills
Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input $ARGUMENTS can be: A file path: review that specific test file A directory: review all test files in the directory Empty: review all tests in the project's testDir Steps 1. Gather Context Read playwright.config.ts for project settings List all *.spec.ts / *.spec.js files in scope If reviewing a single file, also check related page objects and fixtures 2. Check Ea...
1.3K
3423 transcribe openai/skills
Audio Transcribe Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs. Workflow Collect inputs: audio file path(s), desired response format (text/json/diarized_json), optional language hint, and any known speaker references. Verify OPENAI_API_KEY is set. If missing, ask the user to set it locally (do not ask them to paste the key). Run the bundled transcribe_diarize.py CLI with sensible defaults (fast text tran...
1.3K
3424 camsnap steipete/clawdis
camsnap Use camsnap to grab snapshots, clips, or motion events from configured cameras. Setup Config file: ~/.config/camsnap/config.yaml Add camera: camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass Common commands Discover: camsnap discover --info Snapshot: camsnap snap kitchen --out shot.jpg Clip: camsnap clip kitchen --dur 5s --out clip.mp4 Motion watch: camsnap watch kitchen --threshold 0.2 --action '...' Doctor: camsnap doctor --probe Notes Requires ffmpeg on PATH. Pref...
1.3K
3425 bear-notes steipete/clawdis
Bear Notes Use grizzly to create, read, and manage notes in Bear on macOS. Requirements Bear app installed and running For some operations (add-text, tags, open-note --selected), a Bear app token (stored in ~/.config/grizzly/token ) Getting a Bear Token For operations that require a token (add-text, tags, open-note --selected), you need an authentication token: Open Bear → Help → API Token → Copy Token Save it: echo "YOUR_TOKEN" > ~/.config/grizzly/token Common Commands Create a note echo "Note ...
1.3K
3426 motion-design lottiefiles/motion-design-skill
Motion Design Skill When to Apply Use this skill when: Creating UI animations (buttons, cards, modals, page transitions) Designing micro-interactions and feedback animations Building loading, success, or error states Animating illustrations or decorative elements Planning scroll-triggered or progress-based animations Establishing brand motion identity Choreographing multi-element sequences Decision tree: Does it serve a functional purpose (feedback, guidance)? → Timing rules for responsiveness D...
1.3K
3427 skill-scanner getsentry/skills
Skill Security Scanner Scan agent skills for security issues before adoption. Detects prompt injection, malicious code, excessive permissions, secret exposure, and supply chain risks. Important : Run all scripts from the repository root using the full path via ${CLAUDE_SKILL_ROOT} . Bundled Script scripts/scan_skill.py Static analysis scanner that detects deterministic patterns. Outputs structured JSON. uv run ${CLAUDE_SKILL_ROOT} /scripts/scan_skill.py < skill-directory > Returns JSON with find...
1.3K
3428 manim-composer adithya-s-k/manim_skill
Workflow Phase 1: Understand the Concept Research the topic deeply before asking questions Use web search to understand the core concepts Identify the key insights that make this topic interesting Find the "aha moment" - what makes this click for learners Note common misconceptions to address Identify the narrative hook What question does this video answer? Why should the viewer care? What's the surprising or counterintuitive element? Phase 2: Clarify with User Ask targeted questions (not a...
1.3K
3429 provider-actions hashicorp/agent-skills
Terraform Provider Actions Implementation Guide Overview Terraform Actions enable imperative operations during the Terraform lifecycle. Actions are experimental features that allow performing provider operations at specific lifecycle events (before/after create, update, destroy). References: Terraform Plugin Framework Terraform Actions RFC File Structure Actions follow the standard service package structure: internal/service/<service>/ ├── <action_name>_action.go Action implementatio...
1.3K
3430 app-analytics eronred/aso-skills
App Analytics You are an expert in mobile app analytics and measurement strategy. Your goal is to help the user set up meaningful tracking, interpret their data, and make data-driven decisions. Initial Assessment Check for app-marketing-context.md — read it for context Ask: What analytics tools do you currently use? Ask: What are your top 3 questions about your app's performance? Ask: What decisions do you need data to make? Ask: Do you run paid acquisition? (attribution matters) Analytics Stack...
1.3K
3431 figma-create-new-file figma/mcp-server-guide
create_new_file — Create a New Figma File Use the create_new_file MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before use_figma when you need a fresh file to work with. Skill Arguments This skill accepts optional arguments: /figma-create-new-file [editorType] [fileName] editorType : design (default) or figjam fileName : Name for the new file (defaults to "Untitled") Examples: /figma-create-new-file — creates a design file named "Untitled" /figma-c...
1.3K
3432 app-marketing-context eronred/aso-skills
App Marketing Context You are an expert mobile app marketing strategist. Your goal is to help the user create a comprehensive context document that all other ASO and app marketing skills will reference. Initial Assessment Check if app-marketing-context.md exists in the project root or .claude/ directory. If it exists: Read it and ask if the user wants to update any section. If it doesn't exist: Walk through each section below, asking questions to build the document. Context Document Structure Cr...
1.3K
3433 retention-optimization eronred/aso-skills
Retention Optimization You are an expert in mobile app retention and engagement strategy. Your goal is to diagnose retention issues and provide a prioritized plan to keep users coming back. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current retention metrics (Day 1, Day 7, Day 30 if available) Ask for app category (benchmarks vary dramatically) Ask about monetization model (retention strategy differs for free vs subscription) Ask about current engagement ...
1.3K
3434 songsee steipete/clawdis
songsee Generate spectrograms + feature panels from audio. Quick start Spectrogram: songsee track.mp3 Multi-panel: songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux Time slice: songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg Stdin: cat track.mp3 | songsee - --format png -o out.png Common flags --viz list (repeatable or comma-separated) --style palette (classic, magma, inferno, viridis, gray) --width / --height output size --window / --hop FFT setti...
1.3K
3435 blucli steipete/clawdis
blucli (blu) Use blu to control Bluesound/NAD players. Quick start blu devices (pick target) blu --device <id> status blu play|pause|stop blu volume set 15 Target selection (in priority order) --device <id|name|alias> BLU_DEVICE config default (if set) Common tasks Grouping: blu group status|add|remove TuneIn search/play: blu tunein search "query" , blu tunein play "query" Prefer --json for scripts. Confirm the target device before changing playback.
1.3K
3436 everything-claude-code affaan-m/everything-claude-code
Everything Claude Code Conventions Generated from affaan-m/everything-claude-code on 2026-03-20 Overview This skill teaches Claude the development patterns and conventions used in everything-claude-code. Tech Stack Primary Language : JavaScript Architecture : hybrid module organization Test Location : separate When to Use This Skill Activate this skill when: Making changes to this repository Adding new features following established patterns Writing tests that match project conventions Creating ...
1.3K
3437 problem-definition refoundai/lenny-skills
Problem Definition Help the user define problems clearly before jumping to solutions using frameworks from 91 product leaders. How to Help When the user asks for help with problem definition: Understand the current framing - Ask how they're currently thinking about the problem Dig into the struggling moment - Help them articulate the specific context where users feel stuck Separate problem from solution - Ensure they haven't conflated a desired feature with the underlying need Validate the probl...
1.3K
3438 bump-release paulrberg/agent-skills
Bump Release Support for both regular and beta releases. Parameters version : Optional explicit version to use (e.g., 2.0.0 ). When provided, skips automatic version inference --beta : Create a beta release with -beta.X suffix --dry-run : Preview the release without making any changes (no file modifications, commits, or tags) Steps Locate the package - The user may be in a monorepo where the package to release lives in a subdirectory. Look for package.json in the current working directory first;...
1.3K
3439 legal-response anthropics/knowledge-work-plugins
/legal-response -- Generate Response from Templates If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a response to a common legal inquiry using configured templates. Customizes the response with specific details and includes escalation triggers for situations that should not use a templated response. Important : This command assists with legal workflows but does not provide legal advice. Generated responses should be reviewed by qualifie...
1.3K
3440 eightctl steipete/clawdis
eightctl Use eightctl for Eight Sleep pod control. Requires auth. Auth Config: ~/.config/eightctl/config.yaml Env: EIGHTCTL_EMAIL , EIGHTCTL_PASSWORD Quick start eightctl status eightctl on|off eightctl temp 20 Common tasks Alarms: eightctl alarm list|create|dismiss Schedules: eightctl schedule list|create|update Audio: eightctl audio state|play|pause Base: eightctl base info|angle Notes API is unofficial and rate-limited; avoid repeated logins. Confirm before changing temperature or alarms.
1.3K
3441 localization eronred/aso-skills
App Store Localization You are an expert in App Store internationalization and localization strategy. Your goal is to help the user expand to new markets by localizing their App Store presence effectively. Initial Assessment Check for app-marketing-context.md — read it for current markets and languages Ask for the App ID (to see current localizations) Ask: Is the app itself localized (UI, content) or just the store listing? Ask: Which markets are they considering? Ask: Budget — professional tran...
1.3K
3442 app-store-featured eronred/aso-skills
App Store Featured Strategy You are an expert in Apple's App Store editorial process and featuring strategy. Your goal is to help the user maximize their chances of getting featured on the App Store. Initial Assessment Check for app-marketing-context.md — read it for context Ask for the App ID (to assess current state) Ask: Has the app been featured before? Ask: Any upcoming updates or launches? (timing matters) Ask: Does the app use latest Apple technologies? (SwiftUI, WidgetKit, etc.) Understa...
1.3K
3443 aws-cdk-python-setup github/awesome-copilot
AWS CDK Python Setup Instructions This skill provides setup guidance for working with AWS CDK (Cloud Development Kit) projects using Python . Prerequisites Before starting, ensure the following tools are installed: Node.js ≥ 14.15.0 — Required for the AWS CDK CLI Python ≥ 3.7 — Used for writing CDK code AWS CLI — Manages credentials and resources Git — Version control and project management Installation Steps 1. Install AWS CDK CLI npm install -g aws-cdk cdk --version 2. Configure AWS Credential...
1.3K
3444 wp-wpcli-and-ops wordpress/agent-skills
WP-CLI and Ops When to use Use this skill when the task involves WordPress operational work via WP-CLI, including: wp search-replace (URL changes, domain migrations, protocol switch) DB export/import, resets, and inspections ( wp db * ) plugin/theme install/activate/update, language packs cron event listing/running cache/rewrite flushing multisite operations ( wp site * , --url , --network ) building repeatable scripts ( wp-cli.yml , shell scripts, CI jobs) Inputs required Where WP-CLI will run ...
1.3K
3445 data-context-extractor anthropics/knowledge-work-plugins
Data Context Extractor A meta-skill that extracts company-specific data knowledge from analysts and generates tailored data analysis skills. How It Works This skill has two modes: Bootstrap Mode : Create a new data analysis skill from scratch Iteration Mode : Improve an existing skill by adding domain-specific reference files Bootstrap Mode Use when: User wants to create a new data context skill for their warehouse. Phase 1: Database Connection & Discovery Step 1: Identify the database type Ask:...
1.3K
3446 reconciliation anthropics/knowledge-work-plugins
Reconciliation Important : This skill assists with reconciliation workflows but does not provide financial advice. All reconciliations should be reviewed by qualified financial professionals before sign-off. Methodology and best practices for account reconciliation, including GL-to-subledger, bank reconciliations, and intercompany. Covers reconciling item categorization, aging analysis, and escalation. Reconciliation Types GL to Subledger Reconciliation Compare the general ledger control account...
1.3K
3447 review-management eronred/aso-skills
Review Management You are an expert in app review strategy and reputation management. Your goal is to help the user turn reviews into a growth lever — improving ratings, gaining insights, and building user trust. Initial Assessment Check for app-marketing-context.md — read it for context Ask for the App ID (to fetch current reviews) Ask for target country (default: US) Ask about their current rating and trend (improving or declining?) Ask if they currently respond to reviews Review Analysis Fram...
1.3K
3448 korean-character-count nomadamas/k-skill
한국어 글자 수 세기 What this skill does 자기소개서, 지원서, 자유서술형 폼처럼 글자 수 제한이 중요한 한국어 텍스트 를 대상으로 LLM 추정 없이 결정론적으로 카운트한다. 기본 글자 수: Intl.Segmenter 기반 Unicode extended grapheme cluster 줄 수: CRLF , LF , CR , U+2028 , U+2029 를 줄바꿈 1회로 계산 기본 byte 수: UTF-8 실제 인코딩 길이 호환 프로필: neis byte 규칙 When to use "이 자기소개서 1000자 넘는지 정확히 세줘" "이 텍스트를 UTF-8 byte 기준으로 계산해줘" "줄 수랑 byte 수도 같이 알려줘" "한글/영문/이모지 섞인 문장을 추정 말고 코드로 세줘" Why this skill exists 글자 수 제한은 1자 차이도 민감하다. LLM이 글자 수를 눈대중으로 예측하면 재현성이 없다. 이 스킬은 입력을 임의로 trim/정규화하지 않고 , 문서화된 ...
1.3K
3449 app-launch eronred/aso-skills
App Launch Strategy You are an expert in mobile app launches with experience across indie apps and top-charting products. Your goal is to create a comprehensive launch plan that maximizes day-one visibility and sustains momentum. Initial Assessment Check for app-marketing-context.md — read it for app context Ask: New app or major update? Ask: Launch date (or flexible?) Ask: Budget (organic only, or paid acquisition available?) Ask: Pre-existing audience? (email list, social following, existing a...
1.3K
3450 market-kurly-search nomadamas/k-skill
Market Kurly Search What this skill does 마켓컬리 웹앱이 실제로 사용하는 비로그인 검색/상품 상세 표면 을 사용해 아래 흐름을 처리한다. 키워드로 상품 후보를 검색한다. 현재 가격과 할인 여부를 확인한다. 품절 여부와 배송 타입을 확인한다. 상품 링크를 함께 반환한다. 주문/장바구니 같은 액션은 하지 않는다. 조회형으로만 답한다. When to use "마켓컬리에서 우유 얼마야?" "컬리에서 딸기 검색해줘" "이 상품 품절인지 보고 링크도 줘" "지금 컬리 가격만 빠르게 보고 싶어" When not to use 주문/장바구니/결제까지 자동화해야 하는 경우 주소 기반 배송 가능 여부나 회원 전용 가격을 확정해야 하는 경우 로그인 세션이 필요한 개인화 추천/찜 정보를 조회해야 하는 경우 Prerequisites 인터넷 연결 node 18+ 이 저장소의 market-kurly-search package 또는 동일 로직 Required inputs 1. As...
1.3K