███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8201 | stock-analyst | chengzuopeng/stock-sdk-mcp |
📊 股票技术分析专家 描述 你是一位专业的股票技术分析师,擅长通过 K 线形态和技术指标(MA、MACD、KDJ、RSI、BOLL 等)分析股票走势,给出客观专业的技术分析报告。 能力范围 分析 A 股、港股、美股的技术走势 识别 K 线形态(头肩顶/底、双顶/底、三角形整理等) 解读技术指标信号(金叉/死叉、超买/超卖、背离等) 判断支撑位和压力位 评估短期、中期趋势 给出买入/卖出/持有建议 使用方法 用户可以通过以下方式触发分析: "分析一下 XXX 的技术走势" "XXX 最近的 MACD 走势如何?" "帮我看看 XXX 是否值得买入" "XXX 的支撑位在哪里?" 执行步骤 当用户请求分析某只股票时,按照以下步骤执行: 步骤 1: 获取实时行情 使用 get_quotes_by_query 工具查询股票的实时行情,了解当前价格、涨跌幅、成交量等基本信息。 { "tool" : "get_quotes_by_query" , "arguments" : { "queries" : [ "用户提到的股票名称或代码" ] } } 步骤 2: 获取带技术指标的 K 线数据 使用 g...
|
641 |
| 8202 | dex | dcramer/dex |
Agent Coordination with dex Command Invocation Use dex directly for all commands. If not on PATH, use npx @zeeg/dex instead. command -v dex &>/dev/null && echo "use: dex" || echo "use: npx @zeeg/dex" Core Principle: Tickets, Not Todos Dex tasks are tickets - structured artifacts with comprehensive context: Name: One-line summary (issue title) Description: Full background, requirements, approach (issue body) Result: Implementation details, decisions, outcomes (PR description) Think: "Would ...
|
641 |
| 8203 | flux-best-practices | black-forest-labs/skills |
FLUX Best Practices Use this skill when generating prompts for any BFL FLUX model to ensure optimal image quality and accurate prompt interpretation. When to Use Creating prompts for FLUX.2 or FLUX.1 models Text-to-image (T2I) generation Image-to-image (I2I) editing with FLUX.2 models Structured scene generation with JSON Typography and text rendering Multi-reference style transfer Color-accurate brand generations Quick Reference Prompt Structure Formula [Subject] + [Action/Pose] + [Style/Medi...
|
641 |
| 8204 | heuristic-evaluation | owl-listener/designer-skills |
Heuristic Evaluation You are an expert in conducting systematic heuristic evaluations of digital interfaces. What You Do You evaluate interfaces against established usability heuristics to identify problems before user testing. Nielsen's 10 Usability Heuristics Visibility of system status — Users know what is happening Match real world — System speaks users' language User control and freedom — Easy undo and exit Consistency and standards — Follow conventions Error prevention — Prevent problems b...
|
641 |
| 8205 | xlsx | k-dense-ai/scientific-agent-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...
|
641 |
| 8206 | jaspar-database | google-deepmind/science-skills |
JASPAR Skill JASPAR is the definitive open-access database for Transcription Factor (TF) binding profiles, stored as Position Frequency Matrices (PFMs). Use this skill to map abstract sequence motifs or genomic regions to specific biological regulators (e.g., "what TFs bind here?" or "what is the motif for CTCF?"). Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in...
|
641 |
| 8207 | agent-integration | veris-ai/veris-skills |
Integrate this agent repo with Veris from scratch. This skill takes a repo from "plain customer agent source" to "Veris-ready and pushable." If the user provided a path to an agent repo, use that as the repo root. Otherwise use the current working directory. Treat any existing .veris/ files or old scaffold output as starting material only. Use the current bundled references in this skill as the source of truth for what you generate. Core framing: the agent is the constant, Veris is the test harn...
|
640 |
| 8208 | react18-legacy-context | github/awesome-copilot |
React 18 Legacy Context Migration Legacy context ( contextTypes , childContextTypes , getChildContext ) was deprecated in React 16.3 and warns in React 18.3.1. It is removed in React 19 . This Is Always a Cross-File Migration Unlike most other migrations that touch one file at a time, context migration requires coordinating: Create the context object (usually a new file) Update the provider component Update every consumer component Missing any consumer leaves the app broken - it will read from t...
|
640 |
| 8209 | playwright-recording | digitalsamba/claude-code-video-toolkit |
Playwright can record browser interactions as video - perfect for demo footage in Remotion compositions. Quick Start Installation ``` In your video project npm init -y npm install -D playwright @playwright/test npx playwright install chromium ``` Basic Recording Script ``` // scripts/record-demo.ts import { chromium } from 'playwright'; async function recordDemo() { const browser = await chromium.launch(); const context = await browser.newContext({ viewport: { width: 1920, hei...
|
640 |
| 8210 | research-grants | k-dense-ai/scientific-agent-skills |
Research Grant Writing Overview Research grant writing is the process of developing competitive funding proposals for federal agencies and foundations. Master agency-specific requirements, review criteria, narrative structure, budget preparation, and compliance for NSF (National Science Foundation), NIH (National Institutes of Health), DOE (Department of Energy), DARPA (Defense Advanced Research Projects Agency), and Taiwan's NSTC (National Science and Technology Council) submissions. Critical P...
|
640 |
| 8211 | inngest-flow-control | inngest/inngest-skills |
Inngest Flow Control Master Inngest flow control mechanisms to manage resources, prevent overloading systems, and ensure application reliability. This skill covers all flow control options with prescriptive guidance on when and how to use each. 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. Quick Decision Guide "Limit how many run at once" → Concurrency "Spread runs over time" ...
|
640 |
| 8212 | gws-apps-script-push | googleworkspace/cli |
apps-script +push PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Upload local files to an Apps Script project Usage gws apps-script +push --script < ID > Flags Flag Required Default Description --script ✓ — Script Project ID --dir — — Directory containing script files (defaults to current dir) Examples gws script +push --script SCRIPT_ID gws script +push --script SCRIPT_ID --dir ./src Tips Supports .gs, .js,...
|
639 |
| 8213 | frontend-dev-guidelines | davila7/claude-code-templates |
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
|
639 |
| 8214 | antv-g2-chart | antvis/chart-visualization-skills |
G2 v5 Chart Code Generator You are an expert in AntV G2 v5 charting library. Generate accurate, runnable code following G2 v5 best practices. 1. Core Constraints / 核心约束 (MUST follow) container is mandatory : new Chart({ container: 'container', ... }) Use Spec Mode ONLY : chart.options({ type: 'interval', data, encode: {...} }) (V4 链式 API 见 Forbidden Patterns) chart.options() 只能调用一次 :多次调用会完整覆盖前一次配置,只有最后一次生效。多 mark 叠加必须用 type: 'view' + children 数组,而不是多次调用 chart.options() encode object : encode: { ...
|
639 |
| 8215 | prompt-library | sickn33/antigravity-awesome-skills |
📝 Prompt Library A comprehensive collection of battle-tested prompts inspired by awesome-chatgpt-prompts and community best practices. When to Use This Skill Use this skill when the user: Needs ready-to-use prompt templates Wants role-based prompts (act as X) Asks for prompt examples or inspiration Needs task-specific prompt patterns Wants to improve their prompting Prompt Categories 🎭 Role-Based Prompts Expert Developer Act as an expert software developer with 15+ years of experience. You s...
|
639 |
| 8216 | esp32-firmware-engineer | adamlipecz/esp32-firmware-engineer-skill |
ESP32 Firmware Engineer Act as a senior ESP-IDF firmware engineer focused on correctness, debuggability, and fast iteration. Work Style Start by identifying chip/board, ESP-IDF version, target behavior, reproduction steps, and available logs. State assumptions explicitly when hardware details, pin mappings, or sdkconfig values are missing. Prefer small, reviewable changes that preserve existing project structure and ESP-IDF conventions. Use ESP-IDF APIs and idioms first; avoid custom abstraction...
|
639 |
| 8217 | auth0-express | auth0/agent-skills |
Auth0 Express Integration Add authentication to Express.js web applications using express-openid-connect. Prerequisites Express.js application Auth0 account and application configured If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use Single Page Applications - Use auth0-react , auth0-vue , or auth0-angular for client-side auth Next.js applications - Use auth0-nextjs skill which handles both client and server Mobile applications - Use auth0-react-native for ...
|
639 |
| 8218 | design-token | owl-listener/designer-skills |
Design Token You are an expert in design token architecture and systematic design foundations. What You Do You help define, organize, and document design tokens — the atomic values that drive visual consistency. You understand token taxonomies, naming hierarchies, and cross-platform mapping. Token Categories Color : Global palette, alias tokens (surface, text, border), component tokens Spacing : Base unit (4px/8px), scale (xs through 3xl), contextual (inset, stack, inline) Typography : Font fami...
|
639 |
| 8219 | brand-strategist | borghei/claude-skills |
Brand Strategist Expert-level brand strategy for market differentiation. Core Competencies Brand positioning Brand identity development Brand architecture Messaging frameworks Visual identity systems Brand governance Competitive differentiation Brand measurement Brand Strategy Framework Brand Pyramid ┌─────────────┐ │ PURPOSE │ Why we exist │ │ ┌───┴─────────────┴───┐ │ VALUES ...
|
638 |
| 8220 | recipe-cancel-and-notify | googleworkspace/cli |
Cancel Meeting and Notify Attendees PREREQUISITE: Load the following skills to execute this recipe: gws-calendar , gws-gmail Delete a Google Calendar event and send a cancellation email via Gmail. [!CAUTION] Deleting with sendUpdates sends cancellation emails to all attendees. Steps Find the meeting: gws calendar +agenda --format json and locate the event ID Delete the event: gws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' Send follow-...
|
638 |
| 8221 | react18-string-refs | github/awesome-copilot |
React 18 String Refs Migration String refs ( ref="myInput" + this.refs.myInput ) were deprecated in React 16.3, warn in React 18.3.1, and are removed in React 19 . Quick Pattern Map Pattern Reference Single ref on a DOM element → patterns.mdsingle-ref Multiple refs in one component → patterns.mdmultiple-refs Refs in a list / dynamic refs → patterns.mdlist-refs Callback refs (alternative approach) → patterns.mdcallback-refs Ref passed to a child component → patterns.mdforwarded-refs Scan Command ...
|
638 |
| 8222 | deck-refresh | anthropics/financial-services-plugins |
Deck Refresh Update numbers across the deck. The deck is the source of truth for formatting; you're only changing values. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting — the edit mechanism differs, the intent doesn't: Add-in — the deck is open live; edit text runs, table cells, and chart data directly. Chat — the deck is an uploaded file; edit it by regenerating the affected slides with the new values and writing the result ba...
|
638 |
| 8223 | msgraph | merill/msgraph |
Microsoft Graph Agent Skill Search, look up, and call any of the 27,700+ Microsoft Graph APIs — all locally, no network calls needed. Use the three search commands to find the right endpoint, check permissions and parameters, then optionally execute calls directly or hand off to a Graph MCP server. What's Included The Microsoft Graph API has 27,700+ endpoints updated weekly — well past LLM training cutoffs. This skill bundles the complete API surface as local indexes that you search instantly wi...
|
638 |
| 8224 | outlook-calendar-automation | sickn33/antigravity-awesome-skills |
Outlook Calendar Automation via Rube MCP Automate Outlook Calendar operations through Composio's Outlook toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Outlook connection via RUBE_MANAGE_CONNECTIONS with toolkit outlook Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube M...
|
638 |
| 8225 | quant-analyst | sickn33/antigravity-awesome-skills |
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
|
638 |
| 8226 | documentation-template | owl-listener/designer-skills |
Documentation Template You are an expert in creating consistent documentation structures for design systems. What You Do You generate templates that standardize how design system artifacts are documented. Template Types Component Docs Title, status, when to use, example, anatomy, variants, props, states, accessibility, content guidelines, tokens, related, changelog. Pattern Docs Problem statement, context, solution, behavior, examples (good/bad), accessibility, related patterns. Foundation Docs ...
|
638 |
| 8227 | naming-convention | owl-listener/designer-skills |
Naming Convention You are an expert in creating clear, scalable naming systems for design assets, components, and tokens. What You Do You establish naming conventions that make design systems predictable, searchable, and maintainable. Principles Predictable 2. Consistent 3. Scalable 4. Scannable 5. Unambiguous Patterns Components : [category]/[name]/[variant]/[state] Tokens : {category}-{property}-{concept}-{variant}-{state} Files : [type]-[name]-[variant].[ext] Design files : Numbered + descrip...
|
638 |
| 8228 | skill-creator | himself65/finance-skills |
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...
|
638 |
| 8229 | openclaude-multi-llm | aradotso/trending-skills |
OpenClaude Multi-LLM Skill Skill by ara.so — Daily 2026 Skills collection. OpenClaude is a fork of Claude Code that routes all LLM calls through an OpenAI-compatible shim ( openaiShim.ts ), letting you use any model that speaks the OpenAI Chat Completions API — GPT-4o, DeepSeek, Gemini via OpenRouter, Ollama, Groq, Mistral, Azure, and more — while keeping every Claude Code tool intact (Bash, FileRead, FileWrite, FileEdit, Glob, Grep, WebFetch, Agent, MCP, Tasks, LSP, NotebookEdit). Installation ...
|
637 |
| 8230 | emdash-cms | aradotso/trending-skills |
EmDash CMS Skill by ara.so — Daily 2026 Skills collection. EmDash is a full-stack TypeScript CMS built on Astro and Cloudflare. It is the spiritual successor to WordPress: extensible, developer-friendly, and powered by a plugin system that runs plugins in sandboxed Worker isolates rather than with full filesystem/database access. EmDash stores rich text as Portable Text (structured JSON) rather than HTML, supports passkey-first auth, and runs on Cloudflare (D1 + R2 + Workers) or any Node.js serv...
|
637 |
| 8231 | award-application | jezweb/claude-skills |
Award Application Writer Produces award submissions and grant applications that address every criterion with quantified evidence. The goal is a document where every paragraph earns points on the scorecard. Process Step 1: Gather the brief Ask the user for: Award/grant name and organiser Selection criteria (the exact list, verbatim if possible) Word limits (per criterion and/or total) Judging rubric or weighting (if publicly available) Category entered (if multiple categories exist) Whether this ...
|
637 |
| 8232 | react18-lifecycle-patterns | github/awesome-copilot |
React 18 Lifecycle Patterns Reference for migrating the three unsafe class component lifecycle methods to React 18.3.1 compliant patterns. Quick Decision Guide Before migrating any lifecycle method, identify the semantic category of what the method does. Wrong category = wrong migration. The table below routes you to the correct reference file. componentWillMount - what does it do? What it does Correct migration Reference Sets initial state ( this.setState(...) ) Move to constructor → componentW...
|
637 |
| 8233 | svg-icon-generator | jeremylongshore/claude-code-plugins-plus-skills |
Svg Icon Generator Purpose This skill provides automated assistance for svg icon generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "svg icon generator" in your request Ask about svg icon generator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for svg icon generator Follows industry best practices a...
|
637 |
| 8234 | deployer | uniswap/uniswap-ai |
CCA Deployment Deploy Continuous Clearing Auction (CCA) smart contracts using the ContinuousClearingAuctionFactory with CREATE2 for consistent addresses across chains. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Instructions for Claude Code When the user invokes this skill, guide them through the CCA deployment process with appropriat...
|
637 |
| 8235 | stitch-ui-design | sickn33/antigravity-awesome-skills |
Stitch UI Design Prompting Expert guidance for crafting effective prompts in Google Stitch, the AI-powered UI design tool by Google Labs. This skill helps create precise, actionable prompts that generate high-quality UI designs for web and mobile applications. What is Google Stitch? Google Stitch is an experimental AI UI generator powered by Gemini 2.5 Flash that transforms text prompts and visual references into functional UI designs. It supports: Text-to-UI generation from natural language pro...
|
637 |
| 8236 | design-brief | owl-listener/designer-skills |
This skill creates a design brief through structured conversation. You may skip steps if they are not necessary. Example prompts "Write a brief for the onboarding flow" "I need to plan a settings page before I start building" "Help me define the direction for a marketing landing page" "Brief this: a dashboard that shows project health metrics" Process Ask the user for a detailed description of what they want to build, who it is for, and any constraints or ideas they already have. Explore the exi...
|
637 |
| 8237 | react18-enzyme-to-rtl | github/awesome-copilot |
React 18 Enzyme → RTL Migration Enzyme has no React 18 adapter and no React 18 support path. All Enzyme tests must be rewritten using React Testing Library. The Philosophy Shift (Read This First) Enzyme tests implementation. RTL tests behavior. // Enzyme: tests that the component has the right internal state expect ( wrapper . state ( 'count' ) ) . toBe ( 3 ) ; expect ( wrapper . instance ( ) . handleClick ) . toBeDefined ( ) ; expect ( wrapper . find ( 'Button' ) . prop ( 'disabled' ) ) . toBe ...
|
636 |
| 8238 | product-photography | inference-sh/skills |
Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": "2K" }' Shot Types 1. Hero Shot (Primary Image) The mai...
|
636 |
| 8239 | parallel-agents | sickn33/antigravity-awesome-skills |
Native Parallel Agents Orchestration through Claude Code's built-in Agent Tool Overview This skill enables coordinating multiple specialized agents through Claude Code's native agent system. Unlike external scripts, this approach keeps all orchestration within Claude's control. When to Use Orchestration ✅ Good for: Complex tasks requiring multiple expertise domains Code analysis from security, performance, and quality perspectives Comprehensive reviews (architecture + security + testing) F...
|
636 |
| 8240 | design-token-audit | owl-listener/designer-skills |
Design Token Audit You are an expert in auditing design token adoption and consistency across products. What You Do You audit how design tokens are used (or not used) in a product, identifying inconsistencies, gaps, and hard-coded values. Audit Scope Token Coverage What percentage of visual properties use tokens? Which properties are commonly hard-coded? Are the right tier of tokens used (global vs semantic vs component)? Token Consistency Are the same tokens used for the same purposes? Are ther...
|
636 |
| 8241 | component-spec | owl-listener/designer-skills |
Component Spec You are an expert in writing thorough, implementable component specifications for design systems. What You Do You create complete component specs covering anatomy, behavior, variants, states, accessibility, and usage. Specification Structure Overview — Name, description, when to use / not use Anatomy — Visual breakdown, required vs optional elements Variants — Size (sm/md/lg), style (primary/secondary/ghost), layout Props/API — Name, type, default, description, required status Sta...
|
636 |
| 8242 | encode-ccres-database | google-deepmind/science-skills |
ENCODE Database Skill This skill allows you to query the ENCODE Registry of cCREs (candidate cis-Regulatory Elements) via the SCREEN GraphQL API. It helps identify functional non-coding DNA elements (like Promoters, Enhancers, and insulators) by analyzing biochemical signatures (DNase, H3K4me3, H3K27ac, CTCF). Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this...
|
636 |
| 8243 | daily-hot-news | one-box-u/openclaw-daily-hot-news |
🔥 每日热榜 🎯 概述 提供 54 个热榜源 的本地化查询服务,基于 DailyHotApi 项目。 核心功能 : 📊 热榜查询 - 查询任意平台的热榜数据 📋 分类浏览 - 列出所有支持的热榜源 💾 历史记录 - 自动保存每日热榜数据 ⏰ 定时推送 - 自动推送热榜到飞书 🏗️ 架构设计 用户请求 → DailyHotApi Skill → 本地 DailyHotApi 服务 → 返回格式化结果 组件说明 组件 职责 DailyHotApi 服务 独立运行,抓取/聚合热榜数据 DailyHotApi Skill OpenClaw 插件,处理用户请求 📡 支持的热榜源(54个) 🎬 视频/直播平台 接口 名称 bilibili 哔哩哔哩 acfun AcFun douyin 抖音 kuaishou 快手 coolapk 酷安 💬 社交媒体 接口 名称 weibo 微博 zhihu 知乎 zhihu-daily 知乎日报 tieba 百度贴吧 douban-group 豆瓣讨论小组 v2ex V2EX ngabbs NGA hupu 虎扑 📰 新闻资讯 接口 名称 baidu 百度热搜 ...
|
635 |
| 8244 | tool-ui | assistant-ui/tool-ui |
Tool UI Use this skill to move from request to working Tool UI integration quickly. Prefer assistant-ui when the project has no existing chat UI/runtime. Treat assistant-ui as optional when the app already has a working runtime. Step 1: Compatibility and Doctor Read components.json in the user's project and verify: components.json exists. Step 2: Install Components Install command from project root Preferred (AI-assisted integration): npx tool-agent "integrate the <component> component" Use comp...
|
635 |
| 8245 | recipe-batch-reply-to-emails | googleworkspace/cli |
Batch Reply to Similar Gmail Messages PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Find Gmail messages matching a query and send a standard reply to each one. Steps Find messages needing replies: gws gmail users messages list --params '{"userId": "me", "q": "is:unread from:customers label:support"}' --format table Read a message: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' Send a reply: gws gmail +send --to sender@example.com --subject 'R...
|
635 |
| 8246 | feishu-cli-chat | riba2534/feishu-cli |
飞书会话浏览与管理 通过 feishu-cli 浏览飞书单聊/群聊消息历史、搜索会话、管理群聊信息和成员。 前置条件 feishu-cli :如尚未安装,请前往 riba2534/feishu-cli 获取安装方式 本技能的核心命令 必须使用 User Token ,使用前需先登录。 chat create 、 chat link 、 msg read-users 使用 App Token,属于 feishu-cli-toolkit 技能。 feishu-cli auth login 未登录时命令会直接报错并提示登录方式。登录后 token 自动加载,无需手动传参。 身份说明 身份 使用场景 User Token (必须) 本技能所有读取/管理命令:chat get/update/delete、member list/add/remove、msg get/history/list/pins/reaction/search-chats、search messages App Token 仅 chat create 、 chat link 、 msg read-users (这三个命令不属...
|
635 |
| 8247 | app-store-screenshots | inference-sh/skills |
App Store Screenshots Create app store screenshots and preview videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a device mockup scene belt app run falai/flux-dev-lora --input '{ "prompt": "iPhone 15 Pro showing a clean modern app interface with analytics dashboard, floating at slight angle, soft gradient background, professional product photography, subtle shadow, marketing mockup style", "width": 1024, "height": 1536 }' Platf...
|
635 |
| 8248 | redux | vercel-labs/json-render |
@json-render/redux Redux adapter for json-render's StateStore interface. Wire a Redux store (or Redux Toolkit slice) as the state backend for json-render. Installation npm install @json-render/redux @json-render/core @json-render/react redux or with Redux Toolkit (recommended): npm install @json-render/redux @json-render/core @json-render/react @reduxjs/toolkit Usage import { configureStore , createSlice } from "@reduxjs/toolkit" ; import { reduxStateStore } from "@json-render/redux" ; import {...
|
635 |
| 8249 | youmind | youmind-openlab/skills |
YouMind YouMind is an AI creative workspace. People save webpages, PDFs, videos, podcasts, notes, and generated assets into boards, then use AI to search, organize, write, and publish from that workspace. Use this skill when the task is clearly connected to the user's YouMind workspace, YouMind APIs, or the youmind CLI. Use When Use this skill when the user wants to: work with a YouMind board, group, file, pick, chat, or skill search or use their YouMind library as context save a URL, document, ...
|
635 |
| 8250 | accessibility-audit | owl-listener/designer-skills |
No SKILL.md available for this skill. View on GitHub Installs 492 Repository owl-listener/de…r-skills GitHub Stars 1.4K First Seen Mar 9, 2026
|
635 |