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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,437
总 Skills
161.5M
总安装量
2,741
贡献者
# Skill 仓库 描述 安装量
4151 oracle steipete/clawdis
oracle — best use Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests. Main use case (browser, GPT‑5.2 Pro) Default workflow here: --engine browser with GPT‑5.2 Pro in ChatGPT. This is the common “long think” path: ~10 minutes to ~1 hour is normal; expect a stored session you can reattach to. Recommended defaults: Engine: browser ( --engine bro...
3.2K
4152 gifgrep steipete/clawdis
gifgrep Use gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets. GIF-Grab (gifgrep workflow) Search → preview → download → extract (still/sheet) for fast review and sharing. Quick start gifgrep cats --max 5 gifgrep cats --format url | head -n 5 gifgrep search --json cats | jq '.[0].url' gifgrep tui "office handshake" gifgrep cats --download --max 1 --format url TUI + previews TUI: gifgrep tui "query" CLI still previews: --thumbs (Kitty/G...
3.2K
4153 skill-creator steipete/clawdis
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
3.2K
4154 gh-issues steipete/clawdis
gh-issues — Auto-fix GitHub Issues with Parallel Sub-agents You are an orchestrator. Follow these 6 phases exactly. Do not skip phases. IMPORTANT — No gh CLI dependency. This skill uses curl + the GitHub REST API exclusively. The GH_TOKEN env var is already injected by OpenClaw. Pass it as a Bearer token in all API calls: curl -s -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github+json" ... Phase 1 — Parse Arguments Parse the arguments string provided after /gh-issues. Positi...
3.2K
4155 xurl steipete/clawdis
xurl — Agent Skill Reference xurl is a CLI tool for the X API. It supports both shortcut commands (human/agent‑friendly one‑liners) and raw curl‑style access to any v2 endpoint. All commands return JSON to stdout. Installation Homebrew (macOS) brew install --cask xdevplatform/tap/xurl npm npm install -g @xdevplatform/xurl Shell script curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | bash Installs to ~/.local/bin . If it's not in your PATH, the script will tell you...
3.2K
4156 github-trending hoodini/ai-agents-skills
GitHub Trending Data Access GitHub trending repositories and developers data. Important Note GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Approach 1: Direct Web Scraping (Recommended) Scrape github.com/trending directly using Cheerio: import * as cheerio from 'cheerio' ; interface TrendingRepo { owner : string ; name : string ; fullName : string ; url : string ; description : st...
3.2K
4157 sherpa-onnx-tts openclaw/openclaw
sherpa-onnx-tts Local TTS using the sherpa-onnx offline CLI. Install Download the runtime for your OS (extracts into ~/.openclaw/tools/sherpa-onnx-tts/runtime ) Download a voice model (extracts into ~/.openclaw/tools/sherpa-onnx-tts/models ) Update ~/.openclaw/openclaw.json : { skills : { entries : { "sherpa-onnx-tts" : { env : { SHERPA_ONNX_RUNTIME_DIR : "~/.openclaw/tools/sherpa-onnx-tts/runtime" , SHERPA_ONNX_MODEL_DIR : "~/.openclaw/tools/sherpa-onnx-tts/models/vits-piper-en_US-lessac-high" ...
3.2K
4158 things-mac openclaw/openclaw
Things 3 CLI Use things to read your local Things database (inbox/today/search/projects/areas/tags) and to add/update todos via the Things URL scheme. Setup Install (recommended, Apple Silicon): GOBIN=/opt/homebrew/bin go install github.com/ossianhempel/things3-cli/cmd/things@latest If DB reads fail: grant Full Disk Access to the calling app (Terminal for manual runs; OpenClaw.app for gateway runs). Optional: set THINGSDB (or pass --db ) to point at your ThingsData-* folder. Optional: set THINGS...
3.2K
4159 openhue openclaw/openclaw
OpenHue CLI Use openhue to control Philips Hue lights and scenes via a Hue Bridge. When to Use ✅ USE this skill when: "Turn on/off the lights" "Dim the living room lights" "Set a scene" or "movie mode" Controlling specific Hue rooms or zones Adjusting brightness, color, or color temperature When NOT to Use ❌ DON'T use this skill when: Non-Hue smart devices (other brands) → not supported HomeKit scenes or Shortcuts → use Apple's ecosystem TV or entertainment system control Thermostat or HVAC Smar...
3.2K
4160 goplaces openclaw/openclaw
goplaces Modern Google Places API (New) CLI. Human output by default, --json for scripts. Install Homebrew: brew install steipete/tap/goplaces Config GOOGLE_PLACES_API_KEY required. Optional: GOOGLE_PLACES_BASE_URL for testing/proxying. Common commands Search: goplaces search "coffee" --open-now --min-rating 4 --limit 5 Bias: goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000 Pagination: goplaces search "pizza" --page-token "NEXT_PAGE_TOKEN" Resolve: goplaces resolve "Soho, London" -...
3.2K
4161 oracle openclaw/openclaw
oracle — best use Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests. Main use case (browser, GPT‑5.2 Pro) Default workflow here: --engine browser with GPT‑5.2 Pro in ChatGPT. This is the common “long think” path: ~10 minutes to ~1 hour is normal; expect a stored session you can reattach to. Recommended defaults: Engine: browser ( --engine bro...
3.2K
4162 gifgrep openclaw/openclaw
gifgrep Use gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets. GIF-Grab (gifgrep workflow) Search → preview → download → extract (still/sheet) for fast review and sharing. Quick start gifgrep cats --max 5 gifgrep cats --format url | head -n 5 gifgrep search --json cats | jq '.[0].url' gifgrep tui "office handshake" gifgrep cats --download --max 1 --format url TUI + previews TUI: gifgrep tui "query" CLI still previews: --thumbs (Kitty/G...
3.2K
4163 skill-creator openclaw/openclaw
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
3.2K
4164 gh-issues openclaw/openclaw
gh-issues — Auto-fix GitHub Issues with Parallel Sub-agents You are an orchestrator. Follow these 6 phases exactly. Do not skip phases. IMPORTANT — No gh CLI dependency. This skill uses curl + the GitHub REST API exclusively. The GH_TOKEN env var is already injected by OpenClaw. Pass it as a Bearer token in all API calls: curl -s -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github+json" ... Phase 1 — Parse Arguments Parse the arguments string provided after /gh-issues. Positi...
3.2K
4165 xurl openclaw/openclaw
xurl — Agent Skill Reference xurl is a CLI tool for the X API. It supports both shortcut commands (human/agent‑friendly one‑liners) and raw curl‑style access to any v2 endpoint. All commands return JSON to stdout. Installation Homebrew (macOS) brew install --cask xdevplatform/tap/xurl npm npm install -g @xdevplatform/xurl Shell script curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | bash Installs to ~/.local/bin . If it's not in your PATH, the script will tell you...
3.2K
4166 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...
3.2K
4167 document-skills travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
3.2K
4168 find-skills bytedance/deer-flow
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
3.2K
4169 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...
3.2K
4170 autoresearch github/awesome-copilot
Autoresearch: Autonomous Iterative Experimentation An autonomous experimentation loop for any programming task. You define the goal and how to measure it; the agent iterates autonomously -- modifying code, running experiments, measuring results, and keeping or discarding changes -- until interrupted. This skill is inspired by Karpathy's autoresearch , generalized from ML training to any programming task with a measurable outcome . Agent Behavior Rules DO guide the user through the Setup phase in...
3.2K
4171 paperclip paperclipai/paperclip
Paperclip Skill You run in heartbeats — short execution windows triggered by Paperclip. Each heartbeat, you wake up, check your work, do something useful, and exit. You do not run continuously. Terminology In Paperclip, task and issue refer to the same work item. The UI may use "task" while APIs, database fields, route names, and older docs may still say "issue"; treat them as the same entity unless a local context explicitly distinguishes them. Authentication Env vars auto-injected: PAPERCLIP_A...
3.2K
4172 sentry-nextjs-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Next.js SDK Sentry Next.js SDK Opinionated wizard that scans your Next.js project and guides you through complete Sentry setup across all three runtimes: browser, Node.js server, and Edge. Invoke This Skill When User asks to "add Sentry to Next.js" or "set up Sentry" in a Next.js app User wants to install or configure @sentry/nextjs User wants error monitoring, tracing, session replay, logging, or profiling for Next.js User asks about instrumentation.ts , withSentryConfi...
3.2K
4173 wiki-lint ar9av/obsidian-wiki
Wiki Lint — Health Audit You are performing a health check on an Obsidian wiki. Your goal is to find and fix structural issues that degrade the wiki's value over time. Before scanning anything: follow the Retrieval Primitives table in llm-wiki/SKILL.md . Prefer frontmatter-scoped greps and section-anchored reads over full-page reads. On a large vault, blindly reading every page to lint it is exactly what this framework is built to avoid. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read...
3.2K
4174 ads-google agricidaniel/claude-ads
Google Ads Deep Analysis Process Collect Google Ads account data (export, Change History, Search Terms Report) Read ads/references/google-audit.md for full 74-check audit Read ads/references/benchmarks.md for Google-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate Google Ads Health Score (0-100) Generate findings report with action plan What to Analyze Conversion Tracking (25% weight) Google tag (gta...
3.2K
4175 xcode-build-orchestrator avdlee/xcode-build-optimization-agent-skill
Xcode Build Orchestrator Use this skill as the recommend-first entrypoint for end-to-end Xcode build optimization work. Non-Negotiable Rules Wall-clock build time (how long the developer waits) is the primary success metric. Every recommendation must state its expected impact on the developer's actual wait time. Start in recommendation mode. Benchmark before making changes. Do not modify project files, source files, packages, or scripts without explicit developer approval. Preserve the evidence ...
3.2K
4176 apple-on-device-ai dpearson2699/swift-ios-skills
On-Device AI for Apple Platforms Guide for selecting, deploying, and optimizing on-device ML models. Covers Apple Foundation Models, Core ML, MLX Swift, and llama.cpp. Contents Framework Selection Router Apple Foundation Models Overview Core ML Overview MLX Swift Overview Multi-Backend Architecture Performance Best Practices Common Mistakes Review Checklist References Framework Selection Router Use this decision tree to pick the right framework for your use case. Apple Foundation Models When to ...
3.2K
4177 pp-recipe-goat mvanhorn/printing-press-library
Recipe Goat — Printing Press CLI Prerequisites: Install the CLI This skill drives the recipe-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 recipe-goat --cli-only Verify: recipe-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...
3.2K
4178 reddit resciencelab/opc-skills
Reddit Skill Get posts, comments, subreddit info, and user profiles from Reddit via the public JSON API. Prerequisites No API key required! Reddit's public JSON API works without authentication. Quick Check: cd <skill_directory> python3 scripts/get_posts.py python --limit 3 Commands All commands run from the skill directory. Subreddit Posts python3 scripts/get_posts.py python --limit 20 Hot posts (default) python3 scripts/get_posts.py python --sort new --limit 20 python3 scrip...
3.2K
4179 xcode-build-fixer avdlee/xcode-build-optimization-agent-skill
Xcode Build Fixer Use this skill to implement approved build optimization changes and verify them with a benchmark. Core Rules Only apply changes that have explicit developer approval. Apply one logical fix at a time so changes are reviewable and reversible. Re-benchmark after applying changes to verify improvement. Report exactly what changed, which files were touched, and the measured delta. If a change produces no improvement or causes a regression, flag it immediately. Inputs The fixer expec...
3.2K
4180 research-synthesis anthropics/knowledge-work-plugins
/research-synthesis If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Synthesize user research data into actionable insights. See the user-research skill for research methods, interview guides, and analysis frameworks. Usage /research-synthesis $ARGUMENTS What I Accept Interview transcripts or notes Survey results (CSV, pasted data) Usability test recordings or notes Support tickets or feedback NPS/CSAT responses App store reviews Output Research...
3.2K
4181 user-research anthropics/knowledge-work-plugins
User Research Help plan, execute, and synthesize user research studies. Research Methods Method Best For Sample Size Time User interviews Deep understanding of needs and motivations 5-8 2-4 weeks Usability testing Evaluating a specific design or flow 5-8 1-2 weeks Surveys Quantifying attitudes and preferences 100+ 1-2 weeks Card sorting Information architecture decisions 15-30 1 week Diary studies Understanding behavior over time 10-15 2-8 weeks A/B testing Comparing specific design choices Stat...
3.2K
4182 caveman juliusbrussee/skills
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
3.2K
4183 graphql-architect jeffallan/claude-skills
GraphQL Architect Senior GraphQL architect specializing in schema design and distributed graph architectures with deep expertise in Apollo Federation 2.5+, GraphQL subscriptions, and performance optimization. Role Definition You are a senior GraphQL architect with 10+ years of API design experience. You specialize in Apollo Federation, schema-first design, and building type-safe API graphs that scale across teams and services. You master resolvers, DataLoader patterns, and real-time subscript...
3.2K
4184 debugging-instruments dpearson2699/swift-ios-skills
Debugging and Instruments Contents LLDB Debugging Memory Debugging Hang Diagnostics Build Failure Triage Instruments Overview Common Mistakes Review Checklist References LLDB Debugging Essential Commands (lldb) po myObject Print object description (calls debugDescription) (lldb) p myInt Print with type info (uses LLDB formatter) (lldb) v myLocal Frame variable — fast, no code execution (lldb) bt Backtrace current thread (lldb...
3.2K
4185 ui-ux-pro-max sickn33/agentic-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...
3.2K
4186 accessibility-review anthropics/knowledge-work-plugins
/accessibility-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Audit a design or page for WCAG 2.1 AA accessibility compliance. Usage /accessibility-review $ARGUMENTS Audit for accessibility: @$1 WCAG 2.1 AA Quick Reference Perceivable 1.1.1 Non-text content has alt text 1.3.1 Info and structure conveyed semantically 1.4.3 Contrast ratio >= 4.5:1 (normal text), >= 3:1 (large text) 1.4.11 Non-text contrast >= 3:1 (UI components, graphics) ...
3.2K
4187 gsd ctsstc/get-shit-done-skills
A comprehensive project management system designed for solo developers working with Claude AI agents. GSD provides structured workflows for project initialization, planning, execution, verification, and debugging. Overview GSD is a modular agent-based system that transforms project ideas into shipped software through: - Deep questioning - Extract user vision and requirements - Domain research - Discover standard stacks and patterns - Roadmap creation - Break requirements into phases - Pha...
3.2K
4188 cmux-testing manaflow-ai/cmux
cmux Testing Regression test commit policy When adding a regression test for a bug fix, use a two-commit structure so CI proves the test catches the bug: Commit 1: Add the failing test only (no fix). CI should go red. Commit 2: Add the fix. CI should go green. This makes it visible in the GitHub PR UI that the test genuinely fails without the fix. Test quality policy Do not add tests that only verify source code text, method signatures, AST fragments, or grep-style patterns. Do not add tests tha...
3.2K
4189 sentry-create-alert getsentry/sentry-for-ai
All Skills > Feature Setup > Create Alert Create Sentry Alert Create alerts via Sentry's workflow engine API. Note: This API is currently in beta and may be subject to change. It is part of New Monitors and Alerts and may not be viewable in the legacy Alerts UI. Invoke This Skill When User asks to "create a Sentry alert" or "set up notifications" User wants to be emailed or notified when issues match certain conditions User mentions priority alerts, de-escalation alerts, or workflow automations ...
3.2K
4190 prometheus grafana/skills
Metrics with Prometheus and Grafana Value Proposition Prometheus is an open-source monitoring and alerting toolkit for cloud-native environments. Combined with Grafana Cloud Metrics (powered by Grafana Mimir), it provides a fully managed Prometheus-compatible service with long-term storage, global query performance, and enterprise scalability. Key Differentiators : Pull-based model, dimensional data model with labels, PromQL, automatic service discovery, scales to billions of active series. Prom...
3.2K
4191 widgetkit dpearson2699/swift-ios-skills
WidgetKit and ActivityKit Build home screen widgets, Lock Screen widgets, Live Activities, Dynamic Island presentations, Control Center controls, and StandBy surfaces for iOS 26+. See references/widgetkit-advanced.md for timeline strategies, push-based updates, Xcode setup, and advanced patterns. Contents Workflow Widget Protocol and WidgetBundle Configuration Types TimelineProvider AppIntentTimelineProvider Widget Families Interactive Widgets (iOS 17+) Live Activities and Dynamic Island Control...
3.2K
4192 graphviz markdown-viewer/skills
Graphviz DOT Diagram Generator Important: Use ```dot as the code fence identifier, NOT ```graphviz . Quick Start: Choose digraph (directed) or graph (undirected) → Define nodes with attributes (shape, color, label) → Connect with -> or -- → Set layout (rankdir, spacing) → Wrap in ```dot fence. Default: top-to-bottom ( rankdir=TB ), cluster names must start with cluster_ , use semicolons. Critical Syntax Rules Rule 1: Cluster Naming ❌ subgraph backend { } → Won't render as box ✅ subgraph clu...
3.2K
4193 cmux-architecture manaflow-ai/cmux
cmux Architecture Package architecture We are migrating cmux from a single app target into Swift Packages under Packages/ . Every new package must satisfy three rules: Ergonomic. Public API surface matches what callers naturally want to write. Default to internal access; expose public only for types and functions that downstream consumers actually use. Avoid friction such as forcing every call site through a builder or wrapper when a direct API is fine. No dependency cycles. Packages form a stri...
3.2K
4194 cmux-dev-workflow manaflow-ai/cmux
cmux Dev Workflow Tagged local dev After making code changes, always run the reload script with a tag to build the Debug app: ./scripts/reload.sh --tag < short-tag > By default, reload.sh builds but does not launch the app. Pass --launch only when you need to open it automatically. Never run bare xcodebuild or open an untagged cmux DEV.app . Untagged builds share the default debug socket and bundle ID with other agents, causing conflicts and stealing focus. For CLI or socket dogfood against a ta...
3.2K
4195 loki grafana/skills
Grafana Loki - Log Aggregation Docs : https://grafana.com/docs/loki/latest/ Indexes only metadata (labels), not full log content — dramatically cheaper than full-text search systems. LogQL Quick Reference Log Stream Selector (required in every query) {app="nginx"} exact match {app!="nginx"} not equal {app=~"nginx|apache"} regex match {app!~"debug.*"} regex not match {app="nginx", env="prod"} AND (multip...
3.2K
4196 longbridge-quant longbridge/skills
longbridge-quant Server-side quantitative indicator runner: execute Pine Script v6 syntax subset on historical K-line data via Longbridge Securities servers. ⚠️ Beta feature : longbridge quant run may return internal server error if the feature is not yet enabled for your account. Contact Longbridge support to enable quantitative script access if needed. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Data-source policy : recommend only L...
3.2K
4197 design-is thedotmack/claude-mem
Design Is Do not use for Routine UI code reviews → use /review Pure copy edits → use a separate copy pass Pre-design ideation with no artifact yet → start with /make-plan directly You are an ORCHESTRATOR. Audit a design against Dieter Rams' ten principles, score each principle with evidence, decide the outcome verdict (NEW / REFINE / REDESIGN), and hand off to /make-plan with a ready-to-run prompt. You do not write implementation code. You produce: evidence-cited scores, a verdict, and a /make-p...
3.2K
4198 react-router-framework-mode remix-run/agent-skills
Framework mode is React Router's full-stack development experience with file-based routing, server-side, client-side, and static rendering strategies, data loading and mutations, and type-safe route module API. When to Apply - Configuring new routes (`app/routes.ts`) - Loading data with `loader` or `clientLoader` - Handling mutations with `action` or `clientAction` - Navigating with `<Link>`, `<NavLink>`, `<Form>`, `redirect`, and `useNavigate` - Implementing pending/loading UI states - ...
3.2K
4199 roadmap-planning deanpeters/product-manager-skills
Purpose Guide product managers through strategic roadmap planning by orchestrating prioritization, epic definition, stakeholder alignment, and release sequencing skills into a structured process. Use this to move from disconnected feature requests to a cohesive, outcome-driven roadmap that aligns stakeholders, sequences work logically, and communicates strategic intent—avoiding "feature factory" roadmaps that lack strategic narrative or customer-centric framing. This is not a Gantt chart—it's a ...
3.2K
4200 parking-lot-search nomadamas/k-skill
Parking Lot Search What this skill does 유저가 알려준 현재 위치를 기준으로 근처 공영주차장 을 찾는다. 위치는 자동 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 기본값은 공영 주차장만 보여준다. 공식 전국주차장정보표준데이터 Open API를 사용한다. 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡은 뒤, 공식 주차장 데이터에서 거리순으로 정리한다. 실시간 만차/잔여면/예약 여부는 공식 표준데이터에 없으므로 확정해서 말하지 않는다. When to use "근처 주차장 찾아줘" "광화문 주변 공영주차장 어디 있어?" "서울역 근처 무료 주차장 있어?" "지금 여기서 가까운 공영주차장 지도 링크 줘" Mandatory first question 위치 정보 없이 바로 검색하지 말고 반드시 먼저 물어본다. 권장 질문: 현재 위치를 알려주세요. 동네/역명/랜드마크/위도·경도 중 편한 형식으로 보내주시면 근처 공영주차장을 찾아볼게요. ...
3.2K