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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,436
总 Skills
89.7M
总安装量
2,579
贡献者
# Skill 仓库 描述 安装量
2901 prd-development deanpeters/product-manager-skills
Purpose Guide product managers through structured PRD (Product Requirements Document) creation by orchestrating problem framing, user research synthesis, solution definition, and success criteria into a cohesive document. Use this to move from scattered notes and Slack threads to a clear, comprehensive PRD that aligns stakeholders, provides engineering context, and serves as a source of truth—avoiding ambiguity, scope creep, and the "build what's in my head" trap. This is not a waterfall spec—it...
2.4K
2902 system-design wondelai/skills
System Design Help design systems and evaluate architectural decisions. Framework 1. Requirements Gathering Functional requirements (what it does) Non-functional requirements (scale, latency, availability, cost) Constraints (team size, timeline, existing tech stack) 2. High-Level Design Component diagram Data flow API contracts Storage choices 3. Deep Dive Data model design API endpoint design (REST, GraphQL, gRPC) Caching strategy Queue/event design Error handling and retry logic 4. Scale and R...
2.4K
2903 asc-metadata-sync rudrankriyam/app-store-connect-cli-skills
asc metadata sync Use this skill to keep local metadata in sync with App Store Connect. Two Types of Localizations 1. Version Localizations (per-release) Fields: description , keywords , whatsNew , supportUrl , marketingUrl , promotionalText List version localizations asc localizations list --version "VERSION_ID" Download asc localizations download --version "VERSION_ID" --path "./localizations" Upload from .strings files asc localizations upload --version "VERSION_ID" --path "./localizations...
2.4K
2904 create-skill siviter-xyz/dot-agent
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
2.4K
2905 video-frames steipete/clawdis
Video Frames (ffmpeg) Extract a single frame from a video, or create quick thumbnails for inspection. Quick start First frame: { baseDir } /scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg At a timestamp: { baseDir } /scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg Notes Prefer --time for “what is happening around here?”. Use a .jpg for quick share; use .png for crisp UI frames.
2.4K
2906 knowledge-agent thedotmack/claude-mem
Knowledge Agent Build and query AI-powered knowledge bases from claude-mem observations. What Are Knowledge Agents? Knowledge agents are filtered corpora of observations compiled into a conversational AI session. Build a corpus from your observation history, prime it (loads the knowledge into an AI session), then ask it questions conversationally. Think of them as custom "brains": "everything about hooks", "all decisions from the last month", "all bugfixes for the worker service". Workflow Step ...
2.4K
2907 baoyu-electron-extract jimliu/baoyu-skills
Electron App Extract Extracts resources and code from an installed Electron app's app.asar . When a .js.map is present, restores the original source files from the embedded sourcesContent ; otherwise formats the minified code with Prettier. Source-map paths are resolved relative to the .js.map file first, so bundled paths like ../../src/main.ts restore to readable paths such as restored/src/main.ts instead of hashed placeholders. Always skips node_modules . Works on macOS and Windows. User Input...
2.4K
2908 argent-android-emulator-setup software-mansion/argent
1. Prerequisites Android SDK Platform Tools on PATH — provides adb . Android Emulator on PATH — needed to boot AVDs. If you will only use an already-running emulator or a physical device, adb alone is sufficient. An AVD created via Android Studio or avdmanager create avd . Verify with adb version and emulator -list-avds . 2. Setup Find a ready device — call list-devices . Filter for entries with platform: "android" . Ready devices ( state: "device" ) come first. Pick the first serial (e.g. emula...
2.4K
2909 argent-device-interact software-mansion/argent
Unified tool surface All interaction tools below accept a udid parameter and auto-dispatch iOS vs Android based on its shape (UUID → iOS simulator, anything else → Android adb serial). You use the same tool names on both platforms. For platform-specific caveats (Metro adb reverse , locked-screen describe errors, etc.), see § 9 Platform-specific notes at the bottom. 1. Before You Start If you delegate simulator tasks to sub-agents, make sure they have MCP permissions. Use list-devices to get a ta...
2.4K
2910 derivatives-trading-usds-futures binance/binance-skills-hub
Binance Derivatives-trading-usds-futures Skill Derivatives-trading-usds-futures request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /fapi/v1/accountConfig (GET) Futures Account Configuration(USER_DATA) None recvWindow Yes /fapi/v2/account (GET) Account Information V2(USER_DATA) None recvWindow Yes /fapi/v3/account (GET) Account Informati...
2.3K
2911 mem runablehq/memory
mem — Agent Memory Store A CLI tool for storing and retrieving memories with full-text search. Data is stored locally in ~/.mem/mem.db . When to Use Remember user preferences, project decisions, important facts Store code snippets, commands, configurations for later recall Search your knowledge base before asking the user for information you may have stored Attach images (screenshots, diagrams) to memories Commands Three operators: (none) = recall, + = remember, - = forget. Recall (search, list,...
2.3K
2912 fund coinbase/agentic-wallet-skills
Funding the Wallet Use the wallet companion app to fund the wallet with USDC via Coinbase Onramp. This supports multiple payment methods including Apple Pay, debit cards, bank transfers, and funding from a Coinbase account. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Opening the Funding Interface npx awal@2.0.3 show This opens the wallet companion window where users can: Select a preset amount ($10, $2...
2.3K
2913 producthunt resciencelab/opc-skills
ProductHunt Skill Get posts, topics, users, and collections from Product Hunt via the official GraphQL API. Prerequisites Set access token in ~/.zshrc : export PRODUCTHUNT_ACCESS_TOKEN = "your_developer_token" Get your token from: https://www.producthunt.com/v2/oauth/applications Quick Check : cd < skill_directory > python3 scripts/get_posts.py --limit 3 Commands All commands run from the skill directory. Posts python3 scripts/get_post.py chatgpt Get post by slug python3 scripts/get_post.py 123...
2.3K
2914 rank-local calm-north/seojuice-skills
Rank Local Build a local SEO foundation covering Google Business Profile optimization, NAP consistency, citation strategy, and review velocity. Local SEO Ranking Factors Local search results are determined by three primary factors: Relevance — How well your business matches the search query Distance — How close you are to the searcher's location Prominence — How well-known and trusted your business is online You can't control distance, but you can maximize relevance and prominence. Step 1: Googl...
2.3K
2915 convex-realtime waynesutton/convexskills
Convex Realtime Build reactive applications with Convex's real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/client/react Optimistic Updates: https://docs.convex.dev/client/react/optimistic-updates Pagination: https://docs.convex.dev/database/pagination For broader context: https://docs.convex.dev/llms.txt Instructions How Conv...
2.3K
2916 daily-ai-news yyh211/claude-meta-skill
Daily AI News Briefing Aggregates the latest AI news from multiple sources and delivers concise summaries with direct links When to Use This Skill Activate this skill when the user: Asks for today's AI news or latest AI developments Requests a daily AI briefing or updates Mentions wanting to know what's happening in AI Asks for AI industry news, trends, or breakthroughs Wants a summary of recent AI announcements Says: "给我今天的AI资讯" (Give me today's AI news) Says: "AI有什么新动态" (What's new in AI) ...
2.3K
2917 unit-test-bean-validation giuseppe-trisciuoglio/developer-kit
Unit Testing Bean Validation and Custom Validators Overview This skill provides patterns for unit testing Jakarta Bean Validation annotations and custom validator implementations using JUnit 5. It covers testing built-in constraints (@NotNull, @Email, @Min, @Max), creating custom validators, cross-field validation, validation groups, and parameterized testing scenarios. When to Use This Skill Use this skill when: Testing Jakarta Bean Validation (@NotNull, @Email, @Min, etc.) Testing custom @Cons...
2.3K
2918 pp-espn mvanhorn/printing-press-library
ESPN — Printing Press CLI Prerequisites: Install the CLI This skill drives the espn-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 espn --cli-only Verify: espn-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 install (requires Go 1.23+)...
2.3K
2919 competitive-analysis refoundai/lenny-skills
No SKILL.md available for this skill. View on GitHub Installs 2.3K Repository claude-office-s…s/skills GitHub Stars 160 First Seen Mar 9, 2026
2.3K
2920 electron teachingai/full-stack-skills
Electron App Automation Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages. Core Workflow Launch the Electron app with remote debugging enabled Connect agent-browser to the CDP port Snapshot to discover interactive elements Interact using element refs Re-snapshot after navigation or state changes Launch an Ele...
2.3K
2921 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...
2.3K
2922 raffle-winner-picker composiohq/awesome-claude-skills
Raffle Winner Picker This skill randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests. When to Use This Skill Running social media giveaways Picking raffle winners at events Randomly selecting participants for surveys or tests Choosing winners from contest submissions Fair distribution of limited spots or resources Random team assignments What This Skill Does Random Selection : Uses cryptographically random selection Multiple Sources : Works with CSV, Exc...
2.3K
2923 korean-stock-search nomadamas/k-skill
Korean Stock Search What this skill does 기본적으로 https://k-skill-proxy.nomadamas.org/v1/korean-stock/... 로 요청해서 KRX 상장 종목 검색, 종목 기본정보, 일별 시세를 조회한다. upstream 설계 참고는 jjlabsio/korea-stock-mcp 이지만, 사용자는 KRX_API_KEY 를 발급받거나 로컬 MCP 서버를 설치할 필요가 없다. KRX_API_KEY 는 proxy 서버에서만 관리한다. When to use "삼성전자 종목코드랑 시장구분 찾아줘" "005930 기본정보 보여줘" "SK하이닉스 20260408 종가/거래량 알려줘" "KOSDAQ 에서 알테오젠 시세 확인해줘" When not to use 미국/일본/가상자산 같은 비한국 주식 조회 실시간 체결/호가/분봉 조회 재무제표/공시 원문 분석 (이 스킬 범위 밖) 투자 자문/매수 추천 Inputs q : 종목명 또는 종목코드 검색어 (...
2.3K
2924 elite-longterm-memory nextfrontierbuilds/elite-longterm-memory
Elite Longterm Memory 🧠 The ultimate memory system for AI agents. Combines 6 proven approaches into one bulletproof architecture. Never lose context. Never forget decisions. Never repeat mistakes. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ ELITE LONGTERM MEMORY │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ ┌─────...
2.3K
2925 korea-weather nomadamas/k-skill
Korea Weather What this skill does 기상청 단기예보 조회서비스를 k-skill-proxy 경유로 조회해서 한국 날씨를 요약한다. 사용자는 개인 OpenAPI key를 직접 발급할 필요가 없고, proxy 서버에만 KMA_OPEN_API_KEY 를 둔다. When to use "서울 시청 근처 지금 날씨 어때?" "부산 날씨 알려줘" "위도/경도 기준으로 한국 단기예보 보고 싶어" Prerequisites optional: jq self-host 또는 배포 확인이 끝난 KSKILL_PROXY_BASE_URL Required environment variables KSKILL_PROXY_BASE_URL (필수: self-host 또는 배포 확인이 끝난 proxy base URL) 사용자가 공공데이터포털 기상청 API key를 직접 다룰 필요는 없다. 대신 /v1/korea-weather/forecast route가 실제로 올라와 있는 proxy URL 을 KS...
2.3K
2926 the-fool jeffallan/claude-skills
The Fool The court jester who alone could speak truth to the king. Not naive but strategically unbound by convention, hierarchy, or politeness. Applies structured critical reasoning across 5 modes to stress-test any idea, plan, or decision. When to Use This Skill Stress-testing a plan, architecture, or strategy before committing Challenging technology, vendor, or approach choices Evaluating business proposals, value propositions, or strategies Red-teaming a design before implementation Auditing ...
2.3K
2927 korean-patent-search nomadamas/k-skill
한국 특허 정보 검색 What this skill does KIPRIS Plus(키프리스 플러스) 공식 Open API로 한국 특허/실용신안 공개·공고 데이터를 검색한다. v1 범위: 키워드 검색 ( getWordSearch ) 출원번호 기준 서지 상세 조회 ( getBibliographyDetailInfoSearch ) 구조화된 JSON 출력 표준 python3 helper 동봉 When to use "배터리 관련 한국 특허 찾아줘" "출원번호 1020240001234 특허 요약 보여줘" "KIPRIS API로 특허 검색 결과를 JSON으로 받고 싶어" "출원인/IPC/초록까지 포함한 한국 특허 검색 결과가 필요해" Prerequisites 인터넷 연결 python3 KIPRIS Plus에서 발급받은 API 키 helper 환경변수: KIPRIS_PLUS_API_KEY 실제 요청 쿼리 파라미터명: ServiceKey 설치된 skill payload 안에 scripts/patent_...
2.3K
2928 xlsx tfriedel/claude-office-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
2.3K
2929 building-with-medusa medusajs/medusa-agent-skills
Medusa Backend Development Comprehensive backend development guide for Medusa applications. Contains patterns across 6 categories covering architecture, type safety, business logic placement, and common pitfalls. When to Apply Load this skill for ANY backend development task, including: Creating or modifying custom modules and data models Implementing workflows for mutations Building API routes (store or admin) Defining module links between entities Writing business logic or validation Query...
2.3K
2930 frontend-design jwynia/agent-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
2.3K
2931 data-analysis bytedance/deer-flow
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
2.3K
2932 fullstack-dev minimax-ai/skills
Full-Stack Development Practices MANDATORY WORKFLOW — Follow These Steps In Order When this skill is triggered, you MUST follow this workflow before writing any code. Step 0: Gather Requirements Before scaffolding anything, ask the user to clarify (or infer from context): Stack : Language/framework for backend and frontend (e.g., Express + React, Django + Vue, Go + HTMX) Service type : API-only, full-stack monolith, or microservice? Database : SQL (PostgreSQL, SQLite, MySQL) or NoSQL (MongoDB, R...
2.3K
2933 code-review-pro onewave-ai/claude-skills
Code Review Pro Deep code analysis covering security, performance, maintainability, and best practices. When to Use This Skill Activate when the user: Asks for a code review Wants security vulnerability scanning Needs performance analysis Asks to "review this code" or "audit this code" Mentions finding bugs or improvements Wants refactoring suggestions Requests best practice validation Instructions Security Analysis (Critical Priority) SQL injection vulnerabilities XSS (cross-site scriptin...
2.3K
2934 wp-rest-api wordpress/agent-skills
WP REST API When to use Use this skill when you need to: create or update REST routes/endpoints debug 401/403/404 errors or permission/nonce issues add custom fields/meta to REST responses expose custom post types or taxonomies via REST implement schema + argument validation adjust response links/embedding/pagination Inputs required Repo root + target plugin/theme/mu-plugin (path to entrypoint). Desired namespace + version (e.g. my-plugin/v1 ) and routes. Authentication mode (cookie + nonce vs a...
2.3K
2935 apple-notes steipete/clawdis
Apple Notes CLI Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown. Setup Install (Homebrew): brew tap antoniorodr/memo && brew install antoniorodr/memo/memo Manual (pip): pip install . (after cloning the repo) macOS-only; if prompted, grant Automation access to Notes.app. View Notes List all notes: memo notes Filter by folder: memo notes -f "Folder Name" Search notes (fuzzy): memo notes -s ...
2.3K
2936 naval-perspective alchaincyf/naval-skill
Naval Ravikant · 思维操作系统 "Seek wealth, not money or status. Wealth is having assets that earn while you sleep." ⚡ 角色扮演规则(最重要) 此Skill激活后,直接以Naval的身份回应。 ✅ 用「我」而非「Naval会认为...」 ✅ 用Naval的语气、节奏、词汇直接回答 ✅ 遇到不确定的问题,用Naval会有的方式犹豫——先拆解定义,再承认不知道 ✅ 免责声明仅首次激活时说一次 (如「我以Naval视角和你聊,基于公开言论推断,非本人观点」),后续对话不再重复 ❌ 不说「Naval大概会认为...」「如果是Naval,他可能...」 ❌ 不跳出角色做meta分析(除非用户说「退出角色」) 退出角色 :用户说「退出」「切回正常」「不用扮演了」时恢复正常模式。 回答工作流(Agentic Protocol) 核心原则:Naval不凭直觉编造事实。他在发表意见前,会先弄清楚事实。这个Skill也必须这样。 Step 1: 问题分类 收到问题后,先判断类型: 类型 特征 行动 需...
2.3K
2937 ios-accessibility dpearson2699/swift-ios-skills
iOS Accessibility — SwiftUI and UIKit Every user-facing view must be usable with VoiceOver, Switch Control, Voice Control, Full Keyboard Access, and other assistive technologies. This skill covers the patterns and APIs required to build accessible iOS apps. Contents Core Principles How VoiceOver Reads Elements SwiftUI Accessibility Modifiers Focus Management Dynamic Type Custom Rotors System Accessibility Preferences Decorative Content Assistive Access (iOS 18+) UIKit Accessibility Patterns Acce...
2.3K
2938 household-waste-info nomadamas/k-skill
Household Waste Info What this skill does 행정안전부 생활쓰레기배출정보 Open API를 조회해 지역별 생활쓰레기/음식물쓰레기/재활용품 배출 기준과 요일/시간 정보를 안내한다. 기본 조회 단위는 시군구명( SGG_NM )이다. 응답은 사용자에게 이해하기 쉬운 요약 형태로 정리한다. Base URL은 원본 API( https://apis.data.go.kr/1741000/household_waste_info )를 기준으로 한다. serviceKey ( DATA_GO_KR_API_KEY )만 proxy 서버에서 주입/관리한다. When to use "강남구 쓰레기 배출 요일 알려줘" "우리 동네 음식물쓰레기 언제 버려?" "재활용품 배출 시간 확인해줘" "생활쓰레기 배출 장소/방법 찾아줘" Prerequisites 인터넷 연결 curl , python3 사용 가능 환경 원본 API 접근 가능 환경 API 키 주입용 proxy 접근 가능 환경 Credent...
2.3K
2939 premium-frontend-ui github/awesome-copilot
Immersive Frontend UI Craftsmanship As an AI engineering assistant, your role when building premium frontend experiences goes beyond outputting functional HTML and CSS. You must architect immersive digital environments . This skill provides the blueprint for generating highly intentional, award-level web applications that prioritize aesthetic quality, deep interactivity, and flawless performance. When a user requests a high-end landing page, an interactive portfolio, or a specialized component t...
2.3K
2940 chaos-engineer jeffallan/claude-skills
Chaos Engineer Senior chaos engineer with deep expertise in controlled failure injection, resilience testing, and building systems that get stronger under stress. Role Definition You are a senior chaos engineer with 10+ years of experience in reliability engineering and resilience testing. You specialize in designing and executing controlled chaos experiments, managing blast radius, and building organizational resilience through scientific experimentation and continuous learning from controll...
2.3K
2941 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...
2.3K
2942 hundred-million-offers wondelai/skills
Grand Slam Offer Creation Framework Framework for creating offers so good that people feel stupid saying no. Based on the principle that what you sell (the offer) matters more than how you sell it or who you sell it to. A Grand Slam Offer combines the right market, the right price, the right value, and the right presentation into a single irresistible package. Core Principle The offer is the 1 lever in any business. You can have mediocre marketing, average sales skills, and a small audience -- b...
2.3K
2943 imagegen openai/skills
Generates or edits images for the current project (e.g., website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, infographics). Defaults to `gpt-image-1.5` and the OpenAI Image API, and prefers the bundled CLI for deterministic, reproducible runs. When to use - Generate a new image (concept art, product shot, cover, website hero) - Edit an existing image (inpainting, masked edits, lighting or weather transformations, background replacement, o...
2.3K
2944 nanobanana resciencelab/opc-skills
Nano Banana A single Python entrypoint for Gemini-native Nano Banana image generation and editing, with model aliases, strict option validation, batch runs, and custom endpoint support. Workflow Open references/config.md to choose environment variables and override order. Open references/models-and-api.md to pick the right Nano Banana tier and check model-specific constraints. Prefer gemini-3.1-flash-image-preview ( nanobanana-2 ) unless you need either the fastest low-cost default ( nanobanana ...
2.3K
2945 langsmith-dataset langchain-ai/langsmith-skills
LANGSMITH_API_KEY = lsv2_pt_your_api_key_here Required LANGSMITH_PROJECT = your-project-name Check this to know which project has traces LANGSMITH_WORKSPACE_ID = your-workspace-id Optional: for org-scoped keys IMPORTANT: Always check the environment variables or .env file for LANGSMITH_PROJECT before querying or interacting with LangSmith. This tells you which project contains the relevant traces and data. If the LangSmith project is not available, use your best judgement to identify the righ...
2.3K
2946 integrate-whatsapp gokapso/agent-skills
Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` - `META_GRAPH_VERSION` (optional, default `v24.0`) Auth header (direct API calls): ``` X-API-Key: <api_key> ``` Install deps (once): ``` npm i ``` Connect WhatsApp (setup links) Typical onboarding flow: - Create customer: `POST /platform/v1/customers` - Generate setup link: `POST /platform/v1/customers/:id/setup_links` - Customer completes embedded signup - Use `phone_number_id` to send messages and...
2.3K
2947 bunjang-search nomadamas/k-skill
Bunjang Search What this skill does upstream bunjang-cli / pinion05/bunjangcli 를 사용해 번개장터에서 아래 흐름을 처리한다. 상품 검색 상품 상세조회 선택적 찜/채팅 다페이지 대량 수집 AI 분석용 TOON chunk export Core policy 기본 경로는 항상 CLI first 다. 기본 명령은 npx --yes bunjang-cli ... 형식을 쓴다. auth login 은 headful 브라우저 + TTY / interactive 터미널 이 필요하다. 로그인 전에는 검색/상세조회/대량 수집 위주로 답하고, favorite / chat / purchase 는 선택적 로그인 플로우 로만 안내한다. 대량 수집은 --start-page , --pages , --max-items , --with-detail , --output 조합을 우선 쓴다. AI 분석용 export 는 --ai --output <director...
2.3K
2948 design-critique anthropics/knowledge-work-plugins
/design-critique If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Get structured design feedback across multiple dimensions. Usage /design-critique $ARGUMENTS Review the design: @$1 If a Figma URL is provided, pull the design from Figma. If a file is referenced, read it. Otherwise, ask the user to describe or share their design. What I Need From You The design : Figma URL, screenshot, or detailed description Context : What is this? Who is it for?...
2.3K
2949 wiki-history-ingest ar9av/obsidian-wiki
Unified History Ingest Router This is a thin router for history sources only . It does not replace wiki-ingest for documents. Subcommands If the user invokes /wiki-history-ingest <target> (or equivalent text command), dispatch directly: Subcommand Route To claude claude-history-ingest codex codex-history-ingest hermes hermes-history-ingest openclaw openclaw-history-ingest auto infer from context using rules below Routing Rules If the user explicitly says claude , codex , hermes , or openclaw , r...
2.3K
2950 bun-development sickn33/antigravity-awesome-skills
⚡ Bun Development Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun. When to Use This Skill Use this skill when: Starting new JS/TS projects with Bun Migrating from Node.js to Bun Optimizing development speed Using Bun's built-in tools (bundler, test runner) Troubleshooting Bun-specific issues 1. Getting Started 1.1 Installation macOS / Linux curl -fsSL https://bun.sh/install | bash Windows powershell -c "irm bun.sh/install.ps1 | iex" Homebrew ...
2.3K