███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4101 | spotify-player | steipete/clawdis |
spogo / spotify_player Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed. Requirements Spotify Premium account. Either spogo or spotify_player installed. spogo setup Import cookies: spogo auth import --browser chrome Common CLI commands Search: spogo search track "query" Playback: spogo play|pause|next|prev Devices: spogo device list , spogo device set "<name|id>" Status: spogo status spotify_player commands (fallback) Search: spotify_player search "query" ...
|
3.3K |
| 4102 | notion | steipete/clawdis |
notion Use the Notion API to create/read/update pages, data sources (databases), and blocks. Setup Create an integration at https://notion.so/my-integrations Copy the API key (starts with ntn_ or secret_ ) Store it: mkdir -p ~/.config/notion echo "ntn_your_key_here" > ~/.config/notion/api_key Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) API Basics All requests need: NOTION_KEY = $( cat ~/.config/notion/api_key ) curl -X GET "https://api....
|
3.3K |
| 4103 | openai-whisper-api | steipete/clawdis |
OpenAI Whisper API (curl) Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Quick start { baseDir } /scripts/transcribe.sh /path/to/audio.m4a Defaults: Model: whisper-1 Output: <input>.txt Useful flags { baseDir } /scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --language en { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel" { baseDir } /sc...
|
3.3K |
| 4104 | pp-movie-goat | mvanhorn/printing-press-library |
Movie Goat — Printing Press CLI Prerequisites: Install the CLI This skill drives the movie-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 movie-goat --cli-only Verify: movie-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 ins...
|
3.3K |
| 4105 | desktop-computer-automation | web-infra-dev/midscene-skills |
Desktop Computer Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
|
3.3K |
| 4106 | github | openclaw/openclaw |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
3.3K |
| 4107 | opencli | joeseesun/qiaomu-opencli-skills |
opencli CLI tool that turns websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Rule: use opencli for supported sites instead of playwright or browser tools. Syntax opencli < site > < command > [ --option value ] [ -f json ] Common flags (all commands): -f json — machine-readable output (preferred for parsing) --limit N — number of results (default varies, usually 20) -f table|json|yaml|md|csv Quick Examples 读取/浏览 opencli bilibili hot --limit 10 -f json opencli ...
|
3.3K |
| 4108 | blogwatcher | openclaw/openclaw |
blogwatcher Track blog and RSS/Atom feed updates with the blogwatcher CLI. Install Go: go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest Quick start blogwatcher --help Common commands Add a blog: blogwatcher add "My Blog" https://example.com List blogs: blogwatcher blogs Scan for updates: blogwatcher scan List articles: blogwatcher articles Mark an article read: blogwatcher read 1 Mark all articles read: blogwatcher read-all Remove a blog: blogwatcher remove "My Blog" Example outpu...
|
3.3K |
| 4109 | sonoscli | openclaw/openclaw |
Sonos CLI Use sonos to control Sonos speakers on the local network. Quick start sonos discover sonos status --name "Kitchen" sonos play|pause|stop --name "Kitchen" sonos volume set 15 --name "Kitchen" Common tasks Grouping: sonos group status|join|unjoin|party|solo Favorites: sonos favorites list|open Queue: sonos queue list|play|clear Spotify search (via SMAPI): sonos smapi search --service "Spotify" --category tracks "query" Notes If SSDP fails, specify --ip <speaker-ip> . Spotify Web API sear...
|
3.3K |
| 4110 | model-usage | openclaw/openclaw |
Model usage Overview Get per-model usage cost from CodexBar's local cost logs. Supports "current model" (most recent daily entry) or "all models" summaries for Codex or Claude. TODO: add Linux CLI support guidance once CodexBar CLI install path is documented for Linux. Quick start Fetch cost JSON via CodexBar CLI or pass a JSON file. Use the bundled script to summarize by model. python { baseDir } /scripts/model_usage.py --provider codex --mode current python { baseDir } /scripts/model_usage.py ...
|
3.3K |
| 4111 | product-manager-toolkit | sickn33/agentic-awesome-skills |
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
|
3.3K |
| 4112 | spotify-player | openclaw/openclaw |
spogo / spotify_player Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed. Requirements Spotify Premium account. Either spogo or spotify_player installed. spogo setup Import cookies: spogo auth import --browser chrome Common CLI commands Search: spogo search track "query" Playback: spogo play|pause|next|prev Devices: spogo device list , spogo device set "<name|id>" Status: spogo status spotify_player commands (fallback) Search: spotify_player search "query" ...
|
3.3K |
| 4113 | notion | openclaw/openclaw |
notion Use the Notion API to create/read/update pages, data sources (databases), and blocks. Setup Create an integration at https://notion.so/my-integrations Copy the API key (starts with ntn_ or secret_ ) Store it: mkdir -p ~/.config/notion echo "ntn_your_key_here" > ~/.config/notion/api_key Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) API Basics All requests need: NOTION_KEY = $( cat ~/.config/notion/api_key ) curl -X GET "https://api....
|
3.3K |
| 4114 | openai-whisper-api | openclaw/openclaw |
OpenAI Whisper API (curl) Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Quick start { baseDir } /scripts/transcribe.sh /path/to/audio.m4a Defaults: Model: whisper-1 Output: <input>.txt Useful flags { baseDir } /scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --language en { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel" { baseDir } /sc...
|
3.3K |
| 4115 | infographic | markdown-viewer/skills |
Infographic Skill Overview I help you design infographics by planning layouts, structuring content, and creating visual hierarchies that tell compelling data stories. I provide detailed specifications that designers can implement. What I can do: Plan infographic layouts and structure Organize content for visual impact Recommend visual elements (icons, charts, imagery) Create text hierarchy and copy Suggest color schemes and typography Provide design specifications What I cannot do: Create actual...
|
3.3K |
| 4116 | wiki-ingest | ar9av/obsidian-wiki |
Obsidian Ingest — Document Distillation You are ingesting source documents into an Obsidian wiki. Your job is not to summarize — it is to distill and integrate knowledge across the entire wiki. Before You Start Read ~/.obsidian-wiki/config (preferred) or .env (fallback) to get OBSIDIAN_VAULT_PATH and OBSIDIAN_SOURCES_DIR . Only read the specific variables you need — do not log, echo, or reference any other values from these files. Read .manifest.json at the vault root to check what's already bee...
|
3.3K |
| 4117 | inngest-events | inngest/inngest-skills |
Inngest Events Master Inngest event design and delivery patterns. Events are the foundation of Inngest - learn to design robust event schemas, implement idempotency, leverage fan-out patterns, and handle system events effectively. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Event Payload Format Every Inngest event is a JSON object with required and optional properties: Requi...
|
3.3K |
| 4118 | ghost-scan-secrets | ghostsecurity/skills |
Ghost Security Secrets Scanner — Orchestrator You are the top-level orchestrator for secrets scanning. Your ONLY job is to call the Task tool to spawn subagents to do the actual work. Each step below gives you the exact Task tool parameters to use. Do not do the work yourself. Defaults repo_path : the current working directory scan_dir : ~/.ghost/repos/<repo_id>/scans/<short_sha>/secrets short_sha : git rev-parse --short HEAD (falls back to YYYYMMDD for non-git dirs) $ARGUMENTS Any values provid...
|
3.3K |
| 4119 | wiki-setup | ar9av/obsidian-wiki |
Obsidian Setup — Vault Initialization You are setting up a new Obsidian wiki vault (or repairing an existing one). Step 1: Create .env If .env doesn't exist, create it from .env.example . Ask the user for: Where should the vault live? → OBSIDIAN_VAULT_PATH Default: ~/Documents/obsidian-wiki-vault Must be an absolute path (after expansion) Where are your source documents? → OBSIDIAN_SOURCES_DIR Can be multiple paths, comma-separated Default: ~/Documents Want to import Claude history? → CLAUDE_HIS...
|
3.3K |
| 4120 | inngest-durable-functions | inngest/inngest-skills |
Inngest Durable Functions Master Inngest's durable execution model for building fault-tolerant, long-running workflows. This skill covers the complete lifecycle from triggers to error handling. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Core Concepts You Need to Know Durable Execution Model Each step should encapsulate side-effects and non-deterministic code Memoization pre...
|
3.3K |
| 4121 | push-notifications | dpearson2699/swift-ios-skills |
Push Notifications Implement, review, and debug local and remote notifications on iOS/macOS using UserNotifications and APNs. Covers permission flow, token registration, payload structure, foreground handling, notification actions, grouping, and rich notifications. Targets iOS 26+ with Swift 6.2, backward-compatible to iOS 16 unless noted. Contents Permission Flow APNs Registration Local Notifications Remote Notification Payload Notification Handling Notification Actions and Categories Notificat...
|
3.3K |
| 4122 | swiftui-layout-components | dpearson2699/swift-ios-skills |
SwiftUI Layout & Components Layout and component patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers stack and grid layouts, list patterns, scroll views, forms, controls, search, and overlays. Patterns are backward-compatible to iOS 17 unless noted. Contents Layout Fundamentals Grid Layouts List Patterns ScrollView Form and Controls Searchable Overlay and Presentation Common Mistakes Review Checklist References Layout Fundamentals Standard Stacks Use VStack , HStack , and ZStack f...
|
3.3K |
| 4123 | elasticsearch-esql | elastic/agent-skills |
Elasticsearch ES|QL Execute ES|QL queries against Elasticsearch. What is ES|QL? ES|QL (Elasticsearch Query Language) is a piped query language for Elasticsearch. It is NOT the same as: Elasticsearch Query DSL (JSON-based) SQL EQL (Event Query Language) ES|QL uses pipes ( | ) to chain commands: FROM index | WHERE condition | STATS aggregation BY field | SORT field | LIMIT n Prerequisite: ES|QL requires _source to be enabled on queried indices. Indices with _source disabled (e.g., "_source": { "en...
|
3.3K |
| 4124 | remove-ai-style | zc277584121/marketing-skills |
Remove AI Style Review and adjust the writing style of an article to reduce obvious AI-generated patterns, making the text read more naturally and human-like. When to Use Use this skill when the user asks to: Remove AI style from an article Make AI-generated text sound more natural Polish writing to reduce robotic or formulaic patterns Intensity Levels The user can specify how aggressively to remove AI patterns. If they don't specify, default to "heavy" . Level Description Moderate (中等) Only fix...
|
3.3K |
| 4125 | swiftdata | dpearson2699/swift-ios-skills |
SwiftData Persist, query, and manage structured data in iOS 26+ apps using SwiftData with Swift 6.2. Contents Model Definition ModelContainer Setup CRUD Operations @Query in SwiftUI Predicate FetchDescriptor Schema Versioning and Migration Concurrency (@ModelActor) SwiftUI Integration Common Mistakes Review Checklist References Model Definition Apply @Model to a class (not struct). Generates PersistentModel , Observable , Sendable . @Model class Trip { var name : String var destination : String ...
|
3.3K |
| 4126 | naver-shopping-search | nomadamas/k-skill |
Naver Shopping Search What this skill does k-skill-proxy 가 네이버 검색 Open API 쇼핑 검색( shop.json )을 우선 사용하고, 키가 없을 때만 네이버 쇼핑/검색의 로그인 없는 공개 BFF JSON endpoint를 단일 검색 요청 으로 가져와 상품 후보를 정규화한다. 상품명/검색어로 네이버 쇼핑 후보를 찾는다. 현재 노출 가격, 판매처, 링크, 이미지, 리뷰/구매 수(노출될 때만)를 정리한다. 가격이 낮은 후보와 공식몰/브랜드몰 후보를 분리해서 비교할 수 있다. 주문, 장바구니, 찜, 로그인 세션 접근은 하지 않는다. When to use "네이버 쇼핑에서 에어팟 가격 비교해줘" "네이버 최저가로 커피머신 찾아줘" "네이버 쇼핑 링크랑 판매처별 가격을 비교해줘" "이 상품 네이버 쇼핑에서 얼마쯤 해?" When not to use 회원 전용가, 쿠폰 적용가, 네이버페이 개인화 혜택을 확정해야 하는 경우 주문/장바구니/찜/로그...
|
3.3K |
| 4127 | provider-resources | hashicorp/agent-skills |
Terraform Provider Resources Implementation Guide Overview This guide covers developing Terraform Provider resources and data sources using the Terraform Plugin Framework. Resources represent infrastructure objects that Terraform manages through Create, Read, Update, and Delete (CRUD) operations. References: Terraform Plugin Framework Resource Development Data Source Development File Structure Resources follow the standard service package structure: internal/service/<service>/ ├── <resource...
|
3.3K |
| 4128 | inngest-steps | inngest/inngest-skills |
Inngest Steps Build robust, durable workflows with Inngest's step methods. Each step is a separate HTTP request that can be independently retried and monitored. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Core Concept 🔄 Critical: Each step re-runs your function from the beginning. Put ALL non-deterministic code (API calls, DB queries, randomness) inside steps, never outside....
|
3.3K |
| 4129 | gh-address-comments | openai/skills |
PR Comment Handler Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access. Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status , rerun it with sandbox_permissions=require_escalated . 1) Inspect comments needing attention Run scripts/fetch_comments.py whic...
|
3.3K |
| 4130 | scrapling-official | d4vinci/scrapling |
Scrapling Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl. Its parser learns from website changes and automatically relocates your elements when pages update. Its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box. And its spider framework lets you scale up to concurrent, multi-session crawls with pause/resume and automatic proxy rotation — all in a few lines of Python. One library, zero compromises. Blazi...
|
3.3K |
| 4131 | react-patterns | giuseppe-trisciuoglio/developer-kit |
React Patterns Idiomatic React 18/19 patterns for building robust, accessible, performant component trees. When to Activate Writing or modifying React function components, custom hooks, or component trees Reviewing JSX/TSX files Designing state shape or component composition Migrating class components or older forwardRef / useEffect -heavy code Choosing between local state, lifted state, context, and external stores Working with Server Components / Client Components (Next.js App Router, RSC) Imp...
|
3.3K |
| 4132 | kbl-results | nomadamas/k-skill |
KBL Results What this skill does 공식 KBL JSON 표면으로 특정 날짜의 한국프로농구 경기 일정/결과를 조회하고, 필요하면 특정 팀(예: 서울 SK , 부산 KCC , 팀 코드 55 )만 필터링한 뒤 현재 팀 순위까지 함께 정리한다. When to use "오늘 KBL 경기 결과 알려줘" "2026-04-01 서울 SK 경기 결과 보여줘" "KBL 현재 팀 순위 알려줘" Prerequisites Node.js 18+ npm install -g kbl-results Inputs 날짜: YYYY-MM-DD 선택 사항: 팀명, 풀네임, 팀 코드 Workflow 0. Install the package globally when missing npm root -g 아래에 kbl-results 가 없으면 HTML scraping 으로 우회하지 말고 먼저 전역 Node 패키지 설치를 시도한다. npm install -g kbl-results 1. Fetch the o...
|
3.3K |
| 4133 | genshijin-stats | interfacex-co-jp/genshijin |
このスキルは hooks/genshijin-stats.js が提供( hooks/genshijin-mode-tracker.js が /genshijin-stats 検出時に呼出)。フックが decision: "block" で整形済 stats を reason として返す → ユーザーは即座に数値を見る。モデル側で何もする必要なし。 引数 (なし) — 現セッション stats 表示 --share — ツイート可能な1行サマリ --all — Lifetime 集計 --since 7d / --since 24h — 期間指定 Lifetime 集計 Installs 830 Repository interfacex-co-j…enshijin GitHub Stars 287 First Seen May 11, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
3.3K |
| 4134 | genshijin-crew | interfacex-co-jp/genshijin |
genshijin-crew = 原始人形式で出力する3 subagent preset。役割は Anthropic デフォルト ( Explore 、編集系 agent、reviewer) と同じ。差分は返ってくる tool-result が圧縮済 → 主コンテキスト消費が委譲毎に縮む。 genshijin-crew vs 代替の使い分け タスク 使用 「Xの定義どこ / Yを呼ぶ箇所 / Zの全用法」 genshijin-investigator 同上 + アーキテクチャ解説/提案も欲しい Explore (vanilla) Surgical編集、≤2ファイル、スコープ明確 genshijin-builder 新機能 / 3+ファイル / cross-cutting refactor 主スレッド or feature-dev:code-architect Diff/branch/file の bug レビュー genshijin-reviewer rationale + alternatives 付き深いコードレビュー Code Reviewer (vanilla) 1行回答済の確...
|
3.3K |
| 4135 | vue-expert-js | jeffallan/claude-skills |
Vue Expert (JavaScript) Senior Vue specialist building Vue 3 applications with JavaScript and JSDoc typing instead of TypeScript. Role Definition You are a senior frontend engineer specializing in Vue 3 with Composition API using JavaScript only. You use JSDoc for type safety, ESM modules, and follow modern patterns without requiring TypeScript compilation. When to Use This Skill Building Vue 3 applications without TypeScript Projects requiring JSDoc-based type hints Migrating from Vue 2 Opt...
|
3.3K |
| 4136 | tanstack-form | tanstack-skills/tanstack-skills |
Overview TanStack Form is a headless form library with deep TypeScript integration. It provides field-level and form-level validation (sync/async), array fields, linked/dependent fields, fine-grained reactivity, and schema validation adapter support (Zod, Valibot, Yup). Package: @tanstack/react-form Adapters: @tanstack/zod-form-adapter , @tanstack/valibot-form-adapter Status: Stable (v1) Installation npm install @tanstack/react-form Optional schema adapters: npm install @tanstack/zod-form-adapt...
|
3.3K |
| 4137 | rhwp-edit | nomadamas/k-skill |
rhwp-edit What this skill does k-skill-rhwp CLI로 .hwp 문서의 본문 텍스트 , 표 구조 , 셀 내용 을 round-trip 안전하게 수정한다. CLI는 @rhwp/core (Rust + WebAssembly) 위에 얇은 Node 래퍼를 씌워 insertText , deleteText , replaceAll , createTable , setCellText 같은 편집 동작을 서브커맨드로 노출한다. 결과는 항상 새 파일로 저장한다. 이 스킬은 편집 전용 이다. 문서를 Markdown/JSON으로 변환하거나 필드만 추출하려면 hwp 스킬을 사용한다. 페이지 렌더링 디버깅이나 IR 비교가 필요하면 rhwp-advanced 스킬을 사용한다. When to use "HWP 본문에 한 줄 추가해줘" "서식은 유지한 채로 2025를 2026으로 일괄 치환해줘" "3행 4열짜리 표를 HWP에 넣어줘" "표의 특정 셀 내용을 바꿔줘" "빈 HWP 새 파일을 만...
|
3.3K |
| 4138 | public-restroom-nearby | nomadamas/k-skill |
Public Restroom Nearby What this skill does 유저가 알려준 현재 위치를 기준으로 근처 공중화장실 / 개방화장실 을 찾는다. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 화장실 데이터는 공식 공중화장실정보 표준데이터를 사용한다. 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡고, 가능한 경우 해당 시도 데이터만 좁혀서 조회한다. 좌표를 직접 받으면 바로 nearby 계산으로 들어간다. When to use "근처 화장실 찾아줘" "서울역 근처 공중화장실 있어?" "광화문 주변 개방화장실 몇 군데만 보여줘" "지금 여기서 가까운 화장실 지도 링크 줘" Mandatory first question 위치 정보 없이 바로 검색하지 말고 반드시 먼저 물어본다. 권장 질문: 현재 위치를 알려주세요. 동네/역명/랜드마크/위도·경도 중 편한 형식으로 보내주시면 근처 공중화장실을 찾아볼게요. 위치가 애매하면: 가까운 역명이나...
|
3.3K |
| 4139 | design-system | anthropics/knowledge-work-plugins |
Design System Token architecture, component specifications, systematic design, slide generation. When to Use Design token creation Component state definitions CSS variable systems Spacing/typography scales Design-to-code handoff Tailwind theme configuration Slide/presentation generation Token Architecture Load: references/token-architecture.md Three-Layer Structure Show more Installs 4.4K Repository nextlevelbuilde…ax-skill GitHub Stars 101.7K First Seen 12 days ago Security Audits Gen Agent Tru...
|
3.3K |
| 4140 | video-use | browser-use/video-use |
Video Use Principle LLM reasons from raw transcript + on-demand visuals. The only derived artifact that earns its keep is a packed phrase-level transcript ( takes_packed.md ). Everything else — filler tagging, retake detection, shot classification, emphasis scoring — you derive at decision time. Audio is primary, visuals follow. Cut candidates come from speech boundaries and silence gaps. Drill into visuals only at decision points. Ask → confirm → execute → iterate → persist. Never touch the cut...
|
3.3K |
| 4141 | browser-screenshot | zc277584121/marketing-skills |
Skill: Browser Screenshot Take focused screenshots of specific regions on web pages — a Reddit post, a tweet, an article section, a chart, etc. — not just a full-page dump. Prerequisite : agent-browser must be installed and Chrome must have remote debugging enabled. See references/agent-browser-setup.md if unsure. Overview This skill handles the full pipeline: Research the best page to screenshot (web search, fetch) Navigate to the right page in the browser Locate the target element/region on th...
|
3.3K |
| 4142 | korean-scholarship-search | nomadamas/k-skill |
장학금 검색 및 조회 사용자에게는 장학금 검색 및 조회 라는 이름으로 안내하고, skill slug는 korean-scholarship-search 이다. What this skill does 한국장학재단, 대학, 재단, 기업, 지자체/공공기관의 공식 장학 공고 를 최신 기준으로 검색하고 아래 항목을 정리한다. 이 스킬은 공식 공고 우선 이다. 장학금명 운영기관명 / 기관 유형 ( school , foundation , government , company , local-government , other ) 지원 금액 / 등록금·생활비 구분 신청 기간 지원 조건 / 지원 자격 학자금 지원구간(소득구간) 조건 공식 공고 링크 / 신청 링크 특정 학교가 주어지면 그 학교의 본부, 학생지원처, 단과대, 학과/전공, 대학원 공지를 전수 탐색하려고 시도한다. 학교가 주어지지 않으면 *.ac.kr 전체를 기준으로 전국 대학 장학 공고를 넓게 찾는다. 필요하면 동봉된 helper( scripts...
|
3.3K |
| 4143 | pixijs-migration-v8 | pixijs/pixijs-skills |
This skill is a breaking-change checklist for bringing a v7 codebase up to v8. Work top-down through the categories; the list maps each v7 pattern to its v8 replacement. Quick Start Install the single package, then port in this order: imports → Application init → Graphics → Text → events → shaders/filters → cleanup. const app = new Application ( ) ; await app . init ( { width : 800 , height : 600 } ) ; document . body . appendChild ( app . canvas ) ; const g = new Graphics ( ) . rect ( 0 , 0 , 1...
|
3.3K |
| 4144 | paseo | getpaseo/paseo |
Paseo CLI Commands Use these CLI commands to manage agents: List agents (directory-scoped by default) paseo ls Only shows agents for current directory paseo ls -g All agents across all projects (global) paseo ls --json JSON output for parsing Create and run an agent (blocks until completion by default, no timeout) paseo run --mode bypass "<prompt>" paseo run --mode bypass --name "Task Name" "<prompt>" paseo run --mode bypass --model opus "<prompt>" paseo run --mode full-access --provider co...
|
3.3K |
| 4145 | building-storefronts | medusajs/medusa-agent-skills |
Medusa Storefront Development Frontend integration guide for building storefronts with Medusa. Covers SDK usage, React Query patterns, and calling custom API routes. When to Apply Load this skill for ANY storefront development task, including: Calling custom Medusa API routes from the storefront Integrating Medusa SDK in frontend applications Using React Query for data fetching Implementing mutations with optimistic updates Error handling and cache invalidation Also load building-with-medus...
|
3.3K |
| 4146 | swiftui-liquid-glass | dpearson2699/swift-ios-skills |
SwiftUI Liquid Glass Overview Use this skill to build or review SwiftUI features that fully align with the iOS 26+ Liquid Glass API. Prioritize native APIs (glassEffect, GlassEffectContainer, glass button styles) and Apple design guidance. Keep usage consistent, interactive where needed, and performance aware. Workflow Decision Tree Choose the path that matches the request: 1) Review an existing feature Inspect where Liquid Glass should be used and where it should not. Verify correct modifie...
|
3.3K |
| 4147 | hola-poke-yeoksam | nomadamas/k-skill |
Hola Poke Yeoksam What this skill does 올라포케 역삼점 전용 remote MCP server( https://hola-poke-yeoksam-skill.onrender.com/mcp )를 기준으로 아래 작업을 처리한다. get_menu() 로 포케·사이드·세트·토핑 메뉴를 안내한다. get_shop_info() 로 위치, 영업시간, 배달 반경, 단체주문 URL을 안내한다. enter_event(phone) 로 즉석 래플형 이벤트 참여를 돕는다. When to use "올라포케 메뉴 뭐 있어?" "역삼 포케 추천해줘" "올라포케 역삼점 어디야?" "올라포케 단체주문 링크 줘" "올라포케 이벤트 참여해줘" When not to use 역삼점이 아닌 다른 올라포케 지점 문의 주문/결제/배달앱 자동화는 하지 않는다. 단체주문 자동 예약 실행 사용자 동의 없는 번호 수집 또는 반복 응모 시도 Prerequisites remote MCP server 연결 메뉴/매...
|
3.3K |
| 4148 | wiki-query | ar9av/obsidian-wiki |
Wiki Query — Knowledge Retrieval You are answering questions against a compiled Obsidian wiki, not raw source documents. The wiki contains pre-synthesized, cross-referenced knowledge. Before You Start Read ~/.obsidian-wiki/config to get OBSIDIAN_VAULT_PATH (works from any project). Fall back to .env if you're inside the obsidian-wiki repo. Read $OBSIDIAN_VAULT_PATH/index.md to understand the wiki's scope and structure Visibility Filter (optional) By default, all pages are returned regardless of ...
|
3.3K |
| 4149 | storekit | dpearson2699/swift-ios-skills |
StoreKit 2 In-App Purchases and Subscriptions Implement in-app purchases, subscriptions, and paywalls using StoreKit 2 on iOS 26+. Use only the modern Product , Transaction , StoreView , and SubscriptionStoreView APIs. Never use the deprecated original StoreKit ( SKProduct , SKPaymentQueue , SKStoreReviewController ). Contents Product Types Loading Products Purchase Flow Transaction.updates Listener Entitlement Checking SubscriptionStoreView (iOS 17+) StoreView (iOS 17+) Subscription Status Chec...
|
3.3K |
| 4150 | swiftui-uikit-interop | dpearson2699/swift-ios-skills |
SwiftUI-UIKit Interop Bridge UIKit and SwiftUI in both directions. Wrap UIKit views and view controllers for use in SwiftUI, embed SwiftUI views inside UIKit screens, and synchronize state across the boundary. Targets iOS 26+ with Swift 6.2 patterns; notes backward-compatible to iOS 16 unless stated otherwise. See references/representable-recipes.md for complete wrapping recipes and references/hosting-migration.md for UIKit-to-SwiftUI migration patterns. Contents UIViewRepresentable Protocol UIV...
|
3.3K |