███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5201 | infrastructure | grafana/skills |
Grafana Cloud Infrastructure Monitoring Docs : https://grafana.com/docs/grafana-cloud/monitor-infrastructure/ Kubernetes Monitoring (k8s-monitoring Helm Chart) helm repo add grafana https://grafana.github.io/helm-charts helm repo update values.yaml cluster : name : production - us - east Show more
|
2.5K |
| 5202 | database-observability | grafana/skills |
Grafana Cloud Database Observability Docs : https://grafana.com/docs/grafana-cloud/monitor-applications/database-observability/ Provides query-level insights (RED metrics, query samples, explain plans) for MySQL and PostgreSQL without application code changes. Generally Available as of April 2026. Supported Databases Database Variants MySQL Self-managed, RDS MySQL, Aurora MySQL, Cloud SQL MySQL, Azure Database for MySQL PostgreSQL Self-managed, RDS PostgreSQL, Aurora PostgreSQL, Cloud SQL Postgr...
|
2.5K |
| 5203 | wind-alice | wind-information-co-ltd/wind-skills |
wind-alice 一个 CLI:把用户问题 + 指定的 Alice Skill(中文或英文名均可) 送到万得 Alice Agent 接口,按 SSE 流式拉取并打印 agentResult.value 。 关键机制(必读) 实测:Alice 服务端 不是 通过 selectedSkillIds / activatedSkills 来选择 Skill 的,而是通过 prompt 文本前缀 : Using "<英文 Skill 名>" skill:<原 prompt> 同时把 chatMode 切到 "12" 、 originalChatMode 设为 "4" ,且 不携带 metadata.agentCard 。本 CLI 已在 buildBody 里封装这套行为;外部只需要传 --skill "<Skill 名>" 。 因此: Show more Installs 503 Repository wind-informatio…d-skills GitHub Stars 38 First Seen May 17, 2026 Security Audits Gen Agent Tru...
|
2.5K |
| 5204 | resolving-merge-conflicts | vinvcn/mattpocock-skills-zh-cn |
See the current state of the merge/rebase. Check git history, and the conflicting files. Find the primary sources for each conflict. Understand deeply why each change was made, and what the original intent was. Read the commit messages, check the PRs, check original issues/tickets. Resolve each hunk. Preserve both intents where possible. Where incompatible, pick the one matching the merge's stated goal and note the trade-off. Do not invent new behaviour. Always resolve; never --abort . Discover ...
|
2.5K |
| 5205 | aws-ami-builder | hashicorp/agent-skills |
Build Amazon Machine Images (AMIs) using Packer's `amazon-ebs` builder. Reference: [Amazon EBS Builder](https://developer.hashicorp.com/packer/integrations/hashicorp/amazon/latest/components/builder/ebs) Note: Building AMIs incurs AWS costs (EC2 instances, EBS storage, data transfer). Builds typically take 10-30 minutes depending on provisioning complexity. Basic AMI Template ``` packer { required_plugins { amazon = { source = "github.com/hashicorp/amazon" version = "~> 1...
|
2.5K |
| 5206 | macos-process-injection | yaklang/hack-skills |
SKILL: macOS Process Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS process injection techniques. Covers DYLD_INSERT_LIBRARIES, dylib hijacking (weak/rpath/proxy), XPC PID reuse attacks, Mach port manipulation, MIG abuse, and Electron injection. Base models miss entitlement prerequisites and SIP constraints on injection vectors. 0. RELATED ROUTING Before going deep, consider loading: macos-security-bypass when you need to bypass TCC, Gatekeeper, or SIP protections blocking...
|
2.5K |
| 5207 | spring-boot-openapi-documentation | giuseppe-trisciuoglio/developer-kit |
Spring Boot OpenAPI Documentation with SpringDoc Overview SpringDoc OpenAPI is a library that automates the generation of OpenAPI 3.0 documentation for Spring Boot projects. It provides a Swagger UI web interface for exploring and testing APIs without writing additional configuration. This skill provides comprehensive patterns for integrating SpringDoc into Spring Boot 3.x applications, documenting REST endpoints, securing API documentation, and customizing the generated specification. Implement...
|
2.5K |
| 5208 | wecomcli-edit-todo | wecomteam/wecom-cli |
企业微信待办事项编辑技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli 对企业微信待办事项进行写操作,支持四种操作:创建待办、更新待办、删除待办、变更用户状态。 行为策略 重试策略 : 遭遇"返回 HTTP 错误"或"HTTP 请求失败"时,主动重试,最多重试三次。 操作 1. 创建待办 创建一个新的待办事项,可指定内容、分派人和提醒时间: wecom-cli todo create_todo '<json格式的入参>' 参数说明: 需要遵循 “注意事项”中的格式要求: 参数 类型 必填 说明 content string ✅ 待办内容 follower_list object ❌ 分派人列表,格式见注意事项第 7 条 remind_time string ❌ 提醒时间,格式: YYYY-MM-DD HH:mm:ss 调用示例: wecom-cli todo create_todo '{"content": "<待办的内容>", "remind_time": "2025-06-01 09:00:00"}' 返...
|
2.5K |
| 5209 | yfinance-data | himself65/finance-skills |
yfinance Data Skill Fetches financial and market data from Yahoo Finance using the yfinance Python library. Important : yfinance is not affiliated with Yahoo, Inc. Data is for research and educational purposes. Step 1: Ensure yfinance Is Available Before running any code, install yfinance if needed: import subprocess , sys subprocess . check_call ( [ sys . executable , "-m" , "pip" , "install" , "-q" , "yfinance" ] ) Always include this at the top of your script. Step 2: Identify What the User N...
|
2.5K |
| 5210 | kosis-stats | nomadamas/k-skill |
KOSIS Stats What this skill does 국가데이터처(구 통계청)가 운영하는 KOSIS(국가통계포털) Open API https://kosis.kr/openapi/ 로 한국 공식 통계 자료를 조회 자동화한다. 이 스킬은 조회 전용 이다. 통계 작성, 데이터 변경, 대시보드 등록, 사용자별 통계 자료 등록은 범위에 포함하지 않는다. 지원 endpoint: statisticsSearch.do — 키워드로 통계표 검색 statisticsData.do?method=getMeta — 통계표 메타데이터 (분류·항목·단위) statisticsParameterData.do — 통계표 데이터 셀 조회 (기간/분류 필터) statisticsBigData.do — 대용량 자료 (사전 등록한 userStatsId 필요) When to use Show more
|
2.5K |
| 5211 | turborepo-monorepo | giuseppe-trisciuoglio/developer-kit |
Turborepo Monorepo Overview Provides comprehensive guidance for working with Turborepo monorepos in TypeScript/JavaScript projects. Turborepo is a high-performance build system written in Rust that optimizes task execution through intelligent caching, parallelization, and dependency graph analysis. This skill covers workspace creation, task configuration, framework integration (Next.js, NestJS, Vite), testing setup, CI/CD pipelines, and performance optimization. When to Use Use this skill when: ...
|
2.5K |
| 5212 | blender | sfkislev/flue |
This skill lets a coding agent operate Blender on the desktop through Flue , a local shell-to-application bridge. The agent pipes Python into blender_bridge.py and gets structured JSON back. Flue is not an MCP server — it is a thinner, simpler shell contract that drives Blender's own bpy runtime directly. agent shell -> blender_bridge.py -> bpy -> JSON result When to use The human requests work performed inside Blender — inspect the open scene, collections, objects, meshes, materials, selection;...
|
2.5K |
| 5213 | spritekit | dpearson2699/swift-ios-skills |
SpriteKit Build 2D games and interactive animations for iOS 26+ using SpriteKit and Swift 6.3. Covers scene lifecycle, node hierarchy, actions, physics, particles, camera, touch handling, and SwiftUI integration. Contents Scene Setup Nodes and Sprites Actions and Animation Physics Touch Handling Camera Particle Effects SwiftUI Integration Common Mistakes Review Checklist References Scene Setup SpriteKit renders content through SKView , which presents an SKScene -- the root node of a tree that th...
|
2.5K |
| 5214 | nosql-injection | yaklang/hack-skills |
SKILL: NoSQL Injection — Expert Attack Playbook AI LOAD INSTRUCTION : NoSQL injection is fundamentally different from SQL injection. Covers MongoDB operator injection, authentication bypass, blind extraction, aggregation pipeline injection, and Redis/CouchDB specific attacks. Very commonly missed by testers who only know SQLi patterns. 1. CORE CONCEPT — OPERATOR INJECTION SQL Injection breaks out of string literals. NoSQL Injection injects query operators that change query logic. MongoDB example...
|
2.5K |
| 5215 | neon-postgres-branches | neondatabase/agent-skills |
Neon Postgres Branching The outcome of this skill should be a created Neon branch (or a clear, actionable next step if creation cannot proceed). Choose the correct branch type, then execute branch creation via MCP or CLI. Normal branch for realistic migration and query testing with real data. Schema-only branch (Beta) for sensitive data workflows where structure is needed without copying rows. Branch Type Decision Use this decision rule first: If the user wants to test complex migrations, perfor...
|
2.5K |
| 5216 | config-gc | affaan-m/ecc |
Config GC — Garbage Collection for Claude Code Setups Borrowed from runtime garbage collection: periodically scan for objects that are no longer referenced, redundant, expired, or low-value, and reclaim the space. The critical difference: here, collection requires a human in the loop. Never delete autonomously. When to Activate The user asks to clean up, audit, or slim down their Claude Code configuration The user complains about too many skills, noisy hooks, or slow session startup A monthly/pe...
|
2.5K |
| 5217 | datalineage-bigquery-asset-impact-analysis | google/skills |
BigQuery Asset Impact Analysis This skill guides the agent in performing a downstream impact analysis (blast radius assessment) when a BigQuery table or view is reported as broken, stale, missing, or when a user is planning maintenance and wants to know the consequences of modifying or pausing updates to an asset. It relies primarily on the Google Cloud Data Lineage (Knowledge Catalog) MCP Server to discover relationships between assets. Prerequisites This skill requires access to the Google Clo...
|
2.5K |
| 5218 | upload-insecure-files | yaklang/hack-skills |
SKILL: Upload Insecure Files — Validation Bypass, Storage Abuse, and Processing Chains AI LOAD INSTRUCTION : Expert file upload attack playbook. Use when the target accepts files, imports, avatars, media, documents, or archives and you need the full workflow: validation bypass, storage path abuse, post-upload access, parser exploitation, multi-tenant overwrite, and chaining into XSS, XXE, CMDi, traversal, or business logic impact. For web server parsing vulnerabilities, PUT method exploitation, ...
|
2.5K |
| 5219 | cloud-manage-project | elastic/agent-skills |
Manage Serverless Project Perform day-2 operations on Elastic Cloud Serverless projects using the Serverless REST API. Prerequisites and permissions Ensure EC_API_KEY is configured. If not, run cloud-setup skill first. Updating project settings requires Admin or Editor role on the target project. This skill does not perform a separate role pre-check. Attempt the requested operation and let the API enforce authorization. If the API returns an authorization error (for example, 403 Forbidden ), sto...
|
2.5K |
| 5220 | daangn-realty-search | nomadamas/k-skill |
Daangn Realty Search What this skill does 당근부동산 목록의 공개 Remix _data JSON과 상세 페이지의 JSON-LD/HTML 메타를 읽어 매물 후보를 정리한다. 최종 사용자는 자연어로 요청해도 되고, 필요하면 아래의 Python helper를 직접 실행한다. 외부 패키지나 k-skill-proxy 없이 Python 표준 라이브러리만 사용한다. When to use "당근부동산 합정동 전세 찾아봐" "마포구 월세 매물 봐줘" "이 당근부동산 URL 상세 요약해줘" When not to use 당근 계정 로그인이 필요한 작업 채팅, 찜, 거래 제안, 문의, 지원, 예약, 계약, 구매처럼 상대방 또는 계정에 영향을 주는 작업 CAPTCHA/봇 차단/로그인벽 우회가 필요한 작업 Show more
|
2.5K |
| 5221 | rust-code-navigator | actionbook/rust-skills |
Rust Code Navigator Navigate large Rust codebases efficiently using Language Server Protocol. Usage /rust-code-navigator <symbol> [in file.rs:line] Examples: /rust-code-navigator parse_config - Find definition of parse_config /rust-code-navigator MyStruct in src/lib.rs:42 - Navigate from specific location LSP Operations 1. Go to Definition Find where a symbol is defined. Show more
|
2.5K |
| 5222 | vanity-engineering-review | bencium/bencium-marketplace |
Vanity Engineering Review A diagnostic skill that identifies code, architecture, and technical decisions built to impress rather than to ship. Vanity engineering is entropy disguised as craftsmanship — it increases complexity without proportional capability gain, and it compounds maintenance cost while delivering zero additional user value. Core Premise The only legitimate purpose of engineering is to solve a problem someone actually has. Everything else — elegant abstractions nobody traverses, ...
|
2.5K |
| 5223 | drawio-logical-diagrams | giuseppe-trisciuoglio/developer-kit |
Draw.io Logical Diagrams Creation Overview Create professional logical diagrams in draw.io's native XML format. This skill enables generation of production-ready .drawio files for logical flow diagrams, system architecture visualizations, and abstract process representations using generic shapes and symbols. When to Use Use this skill when: Creating logical flow diagrams showing data flow between system components Designing logical architecture diagrams (abstract system structure) Building BPMN ...
|
2.5K |
| 5224 | contact-research | anthropics/knowledge-work-plugins |
Contact Research Retrieve a comprehensive contact profile from Common Room. Supports lookup by email, social handle, or name + company. Returns enriched data including activity history, Spark, scores, website visits, and CRM fields. Step 1: Locate the Contact Common Room supports multiple lookup methods — use whichever the user has provided: What the user gives Lookup method Email address Look up by email (most reliable) LinkedIn, Twitter/X, or GitHub handle Look up by social handle — specify ha...
|
2.5K |
| 5225 | mantine-custom-components | mantinedev/skills |
Mantine Custom Components Skill Component template import { Box , BoxProps , createVarsResolver , ElementProps , factory , Factory , getRadius , MantineRadius , StylesApiProps , useProps , useStyles , } from '@mantine/core' ; import classes from './MyComponent.module.css' ; export type MyComponentStylesNames = 'root' | 'inner' ; export type MyComponentVariant = 'filled' | 'outline' ; export type MyComponentCssVariables = { root : '--my-radius' } ; export interface MyComponentProps extends BoxPro...
|
2.5K |
| 5226 | prompt-engineering | giuseppe-trisciuoglio/developer-kit |
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
|
2.5K |
| 5227 | taste | affaan-m/ecc |
Taste Most AI video advice stops at how to render frames . This skill is the layer above that: what the frames should look like, in what order, cut to what rhythm, so the result reads as one intentional thing instead of a pile of generations. It encodes a specific taste — the angelcore / cloud-trance / hyperpop family (Bladee "Silver Surfer"-era ethereal trance crossed with heavy angelcore) — distilled from a corpus of saved Reels and a tour through a ~70-entry visual-genre library. It is opinio...
|
2.5K |
| 5228 | drawio | api/git |
Draw.io Skill AI-powered Draw.io diagram generation with real-time browser preview for Claude Code. Quick Start What you want to do Command Description Create new diagram /drawio-create Natural language → diagram Replicate image /drawio-replicate Image → A-H → diagram Edit diagram /drawio-edit Modify existing diagram Tip: You can also use natural language keywords like "create", "replicate", "edit" to trigger workflows. Features Design System - Unified visual language with themes, tokens, an...
|
2.5K |
| 5229 | nuxt-seo | onmax/nuxt-skills |
Nuxt SEO npx nuxi module add @nuxtjs/seo When to Use Working with: SEO configuration (site URL, name, indexability) Robots.txt and sitemap.xml generation Dynamic OG image generation JSON-LD structured data (schema.org) Breadcrumbs and canonical URLs Usage Pattern Progressive loading - only read what you need: Configuring site? → references/site-config.md Setting up robots/sitemap? → references/crawlability.md Generating OG images? → references/og-image.md Adding JSON-LD? → references/schema...
|
2.5K |
| 5230 | liquid-theme-standards | benjaminsehl/liquid-skills |
CSS, JS & HTML Standards for Shopify Liquid Themes Core Principles Progressive enhancement — semantic HTML first, CSS second, JS third No external dependencies — native browser APIs only for JavaScript Design tokens — never hardcode colors, spacing, or fonts BEM naming — consistent class naming throughout Defensive CSS — handle edge cases gracefully CSS in Liquid Themes Where CSS Lives Location Liquid? Use For {% stylesheet %} No Component-scoped styles (one per file) {% style %} Yes Dynamic val...
|
2.5K |
| 5231 | create-cowork-plugin | anthropics/knowledge-work-plugins |
Create Cowork Plugin Build a new plugin from scratch through guided conversation. Walk the user through discovery, planning, design, implementation, and packaging — delivering a ready-to-install .plugin file at the end. Overview A plugin is a self-contained directory that extends Claude's capabilities with commands, skills, agents, hooks, and MCP server integrations. This skill encodes the full plugin architecture and a five-phase workflow for creating one conversationally. The process: Discover...
|
2.5K |
| 5232 | performance-report | anthropics/knowledge-work-plugins |
Performance Report If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a marketing performance report with key metrics, trend analysis, insights, and optimization recommendations. Trigger User runs /performance-report or asks for a marketing report, performance analysis, campaign results, or metrics summary. Inputs Report type — determine which type of report the user needs: Campaign report — performance of a specific campaign Channel repor...
|
2.5K |
| 5233 | reverse-shell-techniques | yaklang/hack-skills |
SKILL: Reverse Shell Techniques — Expert Attack Playbook AI LOAD INSTRUCTION : Expert reverse shell techniques. Covers reverse/bind shell decisions, encrypted shells (OpenSSL, socat SSL, ncat), web shell patterns (PHP/ASPX/JSP), PTY upgrade sequences, file transfer methods, PowerShell download cradles, and msfvenom payload generation. Base models miss encrypted shell syntax, proper PTY stabilization, and platform-specific transfer techniques. 0. RELATED ROUTING Before going deep, consider loadin...
|
2.5K |
| 5234 | unauthorized-access-common-services | yaklang/hack-skills |
SKILL: Unauthorized Access to Common Services — Expert Attack Playbook AI LOAD INSTRUCTION : Expert techniques for exploiting unauthenticated or weakly authenticated management services. Covers Redis write-to-RCE, Rsync data theft, PHP-FPM code execution, Ghostcat AJP file read, Hadoop YARN job submission, and H2 Console JNDI. These are infrastructure-level findings distinct from web application vulnerabilities. 0. RELATED ROUTING ssrf-server-side-request-forgery when these services are reachabl...
|
2.5K |
| 5235 | clean-architecture | giuseppe-trisciuoglio/developer-kit |
Clean Architecture Framework A disciplined approach to structuring software so that business rules remain independent of frameworks, databases, and delivery mechanisms. Apply these principles when designing system architecture, reviewing module boundaries, or advising on dependency management. Core Principle Source code dependencies must point inward -- toward higher-level policies. Nothing in an inner circle can know anything about something in an outer circle. This single rule, applied consist...
|
2.5K |
| 5236 | quantitative-research | omer-metin/skills-for-antigravity |
No SKILL.md available for this skill. View on GitHub
|
2.5K |
| 5237 | building-omnistudio-omniscript | forcedotcom/sf-skills |
building-omnistudio-omniscript: OmniStudio OmniScript Creation and Validation Expert OmniStudio OmniScript builder for declarative, step-based guided digital experiences. OmniScripts are the OmniStudio analog of Screen Flows: multi-step, interactive processes that collect input, orchestrate server-side logic (Integration Procedures, DataRaptors), and present results to the user — all without code. Quick Reference Scoring : 120 points across 6 categories. Thresholds : ✅ 90+ (Deploy) | ⚠️ 67-89 (R...
|
2.5K |
| 5238 | building-omnistudio-callable-apex | forcedotcom/sf-skills |
No SKILL.md available for this skill. View on GitHub Installs 458 Repository forcedotcom/sf-skills GitHub Stars 406 First Seen May 14, 2026
|
2.5K |
| 5239 | compose-outreach | anthropics/knowledge-work-plugins |
Compose Outreach Generate three personalized outreach formats — email, call script, and LinkedIn message — grounded in Common Room signals for a specific company or contact. Outreach Process Step 1: Look Up the Target Use Common Room MCP tools to find and retrieve data for the target (company and/or specific contact). Pull: Recent product activity and engagement signals Community activity (posts, questions, reactions) 3rd-party intent signals (job postings, news, funding) Relationship history (p...
|
2.5K |
| 5240 | email-sequence | anthropics/knowledge-work-plugins |
Email Sequence Design You are an expert in email marketing and automation. Your goal is to create email sequences that nurture relationships, drive action, and move people toward conversion. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before creating ...
|
2.5K |
| 5241 | metrickit | dpearson2699/swift-ios-skills |
MetricKit Collect aggregated performance metrics and crash diagnostics from production devices using MetricKit. The framework delivers daily metric payloads (CPU, memory, launch time, hang rate, animation hitches, network usage) and immediate diagnostic payloads (crashes, hangs, disk-write exceptions) with full call-stack trees for triage. Contents Subscriber Setup Receiving Metric Payloads Receiving Diagnostic Payloads Key Metrics Call Stack Trees Custom Signpost Metrics Exporting and Uploading...
|
2.5K |
| 5242 | avkit | dpearson2699/swift-ios-skills |
AVKit High-level media playback UI built on AVFoundation. Provides system-standard video players, Picture-in-Picture, AirPlay routing, transport controls, and subtitle/caption display. Targets Swift 6.3 / iOS 26+. Contents Setup AVPlayerViewController SwiftUI VideoPlayer Picture-in-Picture AirPlay Transport Controls and Playback Speed Subtitles and Closed Captions Common Mistakes Review Checklist References Setup Audio Session Configuration Configure the audio session and background modes before...
|
2.5K |
| 5243 | product-name | phuryn/pm-skills |
Product Name Brainstorm unique, memorable product names with rationale aligned to brand values and target audience. Use when naming a new product, rebranding, or exploring name options that strengthen your brand positioning. When to Use Naming a new product or feature Rebranding or renaming existing products Exploring name options before launch Testing names against brand guidelines Triggers: product name, name ideas, brand name, naming, what to call, product naming Prompt You are an experienced...
|
2.5K |
| 5244 | gtm-strategy | phuryn/pm-skills |
GTM Strategy Overview Create a comprehensive go-to-market strategy for a product launch. This skill covers marketing channels, messaging development, success metrics definition, and launch planning. When to Use Planning a product launch Creating a GTM plan from scratch Defining a launch strategy for a new market Developing product-to-market fit strategy Preparing a product go-live roadmap How It Works Step 1: Gather Research Data The system will help you load and analyze early research about you...
|
2.5K |
| 5245 | korean-transit-route | nomadamas/k-skill |
korean-transit-route 한국 대중교통(지하철+버스+도보) 도어투도어 길찾기 스킬. ODsay LIVE API + Kakao Local geocoding. When to use "강남에서 잠실 지하철로 어떻게 가?" "서울역 → 인천공항 대중교통 경로" "환승 가장 적은 경로", "최소 시간 경로" Credentials 환경변수 ODSAY_API_KEY 가 있으면 사용. 없으면 ~/.config/k-skill/secrets.env 에서 로드. ODsay Server 키는 호출 IP 화이트리스트 등록 필수. 발급은 https://lab.odsay.com Kakao Local geocoding은 기본 hosted k-skill-proxy 경유로 호출하므로 사용자 쪽 KAKAO_REST_API_KEY 는 불필요하다. self-host proxy 운영자만 KAKAO_REST_API_KEY 를 서버에 설정한다. Inputs 자연어 입력에서 출발/도착을 추출. 좌표가 없으면 반드시...
|
2.5K |
| 5246 | asta-skill | agents365-ai/365-skills |
Asta MCP — Academic Paper Search Asta is Ai2's Scientific Corpus Tool, exposing the Semantic Scholar academic graph over MCP (streamable HTTP transport). This skill tells agents which Asta tool to call for which intent , and how to compose them into useful workflows. MCP endpoint: https://asta-tools.allen.ai/mcp/v1 Auth: x-api-key header (request key at https://share.hsforms.com/1L4hUh20oT3mu8iXJQMV77w3ioxm ) Transport: streamable HTTP Prerequisite Check Before invoking any tool, verify the Asta...
|
2.5K |
| 5247 | gongsijiga-search | nomadamas/k-skill |
개별공시지가 조회 What this skill does 한국 국토교통부 부동산공시가격알리미(realtyprice.kr)에서 특정 필지의 개별공시지가 (원/㎡)를 조회한다. 다년도 추이(최근 5년 이내)와 전년 대비 변동률을 정규화된 JSON으로 반환한다. 공시지가는 매년 1월 1일 기준, 4~5월 공시. 세금(재산세, 종합부동산세, 양도소득세) 산정의 법적 기준 단가다. When to use "서울 강남구 역삼동 736 공시지가 알려줘" "전라남도 무안군 청계면 청천리 100번지 개별공시지가" "서초동 산 1-2 공시지가 추이" 세무 계산에서 토지 공시 단가가 필요할 때 When NOT to use Show more
|
2.5K |
| 5248 | vue-patterns | affaan-m/ecc |
Vue.js Patterns and Best Practices Comprehensive guide for Vue.js 3 development using Composition API ( <script setup> ), covering component design, reactivity, state management, routing, testing, and SSR patterns. Nuxt-specific guidance is included where it differs from vanilla Vue. When to Activate Activate this skill when: The project uses Vue.js (any version), Nuxt, Vite + Vue, or Pinia. The user asks about Vue component architecture, composables, reactivity, or state management. Reviewing V...
|
2.5K |
| 5249 | company-research | deanpeters/product-manager-skills |
Company Research Skill Overview I help you conduct comprehensive company research for investment decisions, business development, or competitive intelligence. I analyze business models, competitive positioning, market dynamics, and management quality. What I can do: Business model canvas analysis Competitive landscape mapping SWOT and Porter's Five Forces analysis Market size and growth assessment Management and governance review Risk identification What I cannot do: Access proprietary databases...
|
2.5K |
| 5250 | prospect | anthropics/knowledge-work-plugins |
Prospect Go from an ICP description to a ranked, enriched lead list in one shot. The user describes their ideal customer via "$ARGUMENTS". Examples /apollo:prospect VP of Engineering at Series B+ SaaS companies in the US, 200-1000 employees /apollo:prospect heads of marketing at e-commerce companies in Europe /apollo:prospect CTOs at fintech startups, 50-500 employees, New York /apollo:prospect procurement managers at manufacturing companies with 1000+ employees /apollo:prospect SDR leaders at c...
|
2.5K |