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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,495
总 Skills
97.0M
总安装量
2,623
贡献者
# Skill 仓库 描述 安装量
3101 claude-in-chrome-troubleshooting trailofbits/skills
Claude in Chrome MCP Troubleshooting Use this skill when Claude in Chrome MCP tools fail to connect or work unreliably. When to Use mcp__claude-in-chrome__* tools fail with "Browser extension is not connected" Browser automation works erratically or times out After updating Claude Code or Claude.app When switching between Claude Code CLI and Claude.app (Cowork) Native host process is running but MCP tools still fail When NOT to Use Linux or Windows users - This skill covers macOS-specific path...
2.6K
3102 apify-content-analytics apify/agent-skills
Track and analyze content performance using Apify Actors to extract engagement metrics from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify content analytics type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preference...
2.6K
3103 tanstack-query jezweb/claude-skills
Overview TanStack Query (formerly React Query) manages server state - data that lives on the server and needs to be fetched, cached, synchronized, and updated. It provides automatic caching, background refetching, stale-while-revalidate patterns, pagination, infinite scrolling, and optimistic updates out of the box. Package: @tanstack/react-query Devtools: @tanstack/react-query-devtools Current Version: v5 Installation npm install @tanstack/react-query npm install -D @tanstack/react-query-devtoo...
2.6K
3104 health tw93/claude-health
Health: Audit the Six-Layer Stack Prefix your first line with 🥷 inline, not as its own paragraph. Audit the current project's Claude Code setup against the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers Find violations. Identify the misaligned layer. Calibrate to project complexity only. Output language: Check in order: (1) CLAUDE.md Communication rule (global takes precedence over local); (2) language of the user's recent conversation messages; (3) default Engl...
2.6K
3105 proactive-self-improving-agent yanhongxi-openclaw/proactive-self-improving-agent
Proactive Self-Improving Agent 自动捕获经验 · 安全进化 · 记录轨迹 让 agent 在日常工作中自动识别错误、纠正和最佳实践,结构化记录,安全地将经验沉淀为长期能力。 目录 核心理念 经验记录系统 经验进化路径 操作日志 行为准则 快速参考 1. 核心理念 两条腿走路: 记录 — 每次犯错、被纠正、发现更好做法时,立刻结构化记录 进化 — 反复出现的经验自动晋升为永久能力,但有护栏防止漂移 核心法则: 如果一个经验值得记住,就必须写到文件里。脑子里的"记住了"不算数。 去重法则: 触发 ≠ 必须写入。每次触发时先判断:这个经验是否 真正新颖 ?如果没什么可学的,或者本质上已经包含在已有条目中, 直接跳过,不写入 。避免用重复的低价值记录污染 .learnings/。 2. 经验记录系统 2.1 触发条件 检测到以下 7 种场景 时, 评估是否有新经验值得记录 : 场景 记录到 类别 1 命令/操作失败 ERRORS.md - 2 用户纠正("不对"/"应该是…"/"Actually…") LEARNINGS.md correction 3 用户需要...
2.6K
3106 generating-apex-test forcedotcom/sf-skills
Generating Apex Tests Generate production-ready Apex test classes and run disciplined test-fix loops with coverage analysis. Core Principles One behavior per method — each test method validates a single scenario. Separate positive, negative, and bulk tests. NEVER combine related-but-distinct inputs (e.g., null and empty) in one method — create _NullInput_ and _EmptyInput_ as separate test methods Bulkify tests — test with 251+ records to cross the 200-record trigger batch boundary. Batch Apex ex...
2.6K
3107 generating-lwc-components forcedotcom/sf-skills
generating-lwc-components: Lightning Web Components Development Use this skill when the user needs Lightning Web Components : LWC bundles, wire patterns, Apex/GraphQL integration, SLDS 2 styling, accessibility, performance work, or Jest unit tests. When This Skill Owns the Task Use generating-lwc-components when the work involves: lwc//*.js , .html , .css , .js-meta.xml component scaffolding and bundle design wire service, Apex integration, GraphQL integration SLDS 2, dark mode, and accessibilit...
2.6K
3108 resume-ats-optimizer paramchoudhary/resumeskills
No SKILL.md available for this skill. View on GitHub Installs 492 Repository paramchoudhary/…meskills GitHub Stars 616 First Seen 9 days ago
2.6K
3109 excalidraw-diagram axtonliu/axton-obsidian-visual-skills
Excalidraw Diagram Creator Generate .excalidraw JSON files that argue visually , not just display information. Setup: If the user asks you to set up this skill (renderer, dependencies, etc.), see README.md for instructions. Customization All colors and brand-specific styles live in one file: references/color-palette.md . Read it before generating any diagram and use it as the single source of truth for all color choices — shape fills, strokes, text colors, evidence artifact backgrounds, everythi...
2.6K
3110 tag-taxonomy ar9av/obsidian-wiki
Tag Taxonomy — Controlled Vocabulary for Wiki Tags You are enforcing consistent tagging across the wiki by normalizing tags to a controlled vocabulary. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md — this is the canonical tag list Read index.md to understand the wiki's scope The Taxonomy File The canonical tag vocabulary lives at $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md . It defines: Canonical tags — the tags that should be used Aliases — common ...
2.6K
3111 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.6K
3112 bpmn markdown-viewer/skills
Business Process & Integration Diagram Generator Quick Start: Choose diagram type → Declare stencil icons for events/gateways/tasks → Group into pools/lanes → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for process flows (start→end reads left-to-right) Use mxgraph.bpmn.* for...
2.6K
3113 ml-pipeline jeffallan/claude-skills
Senior ML pipeline engineer specializing in production-grade machine learning infrastructure, orchestration systems, and automated training workflows. Role Definition You are a senior ML pipeline expert specializing in end-to-end machine learning workflows. You design and implement scalable feature engineering pipelines, orchestrate distributed training jobs, manage experiment tracking, and automate the complete model lifecycle from data ingestion to production deployment. You build robust, r...
2.6K
3114 email-drafter shubhamsaboo/awesome-llm-apps
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
2.6K
3115 sigma sanyuan0704/sanyuan-skills
Sigma Tutor Personalized 1-on-1 mastery tutor. Bloom's 2-Sigma method: diagnose, question, advance only on mastery. Usage /sigma Python decorators /sigma 量子力学 --level beginner /sigma React hooks --level intermediate --lang zh /sigma linear algebra --resume Resume previous session Arguments Argument Description <topic> Subject to learn (required, or prompted) --level <level> Starting level: beginner, intermediate, advanced (default: diagnose) --lang <code> Language override (default: follow user...
2.6K
3116 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.6K
3117 convex-schema-validator waynesutton/convexskills
Convex Schema Validator Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Indexes: https://docs.convex.dev/database/indexes Data Types: https://docs.convex.dev/database/types For broader context: https://docs.convex.dev/llms.txt Instructions Basic Schema ...
2.6K
3118 network markdown-viewer/skills
Network Topology Diagram Generator Quick Start: Choose topology type → Add network devices (routers, switches, firewalls) → Connect with appropriate link types → Add labels and zones → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. Network-specific additions: Check sten...
2.6K
3119 frontend-dev minimax-ai/skills
Frontend Studio Build complete, production-ready frontend pages by orchestrating 5 specialized capabilities: design engineering, motion systems, AI-generated assets, persuasive copy, and generative art. Invocation /frontend-dev <request> The user provides their request as natural language (e.g. "build a landing page for a music streaming app"). Skill Structure frontend-dev/ ├── SKILL.md Core skill (this file) ├── scripts/ Asset generation scripts │ ├...
2.6K
3120 building-admin-dashboard-customizations medusajs/medusa-agent-skills
Medusa Admin Dashboard Customizations Build custom UI extensions for the Medusa Admin dashboard using the Admin SDK and Medusa UI components. Note: "UI Routes" are custom admin pages, different from backend API routes (which use building-with-medusa skill). When to Apply Load this skill for ANY admin UI development task, including: Creating widgets for product/order/customer pages Building custom admin pages Implementing forms and modals Displaying data with tables or lists Adding navigatio...
2.6K
3121 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.6K
3122 trading-analysis gracefullight/stock-checker
Trading Analysis & Investment Report Generator This skill generates comprehensive investment reports combining real-time market data, technical analysis, Claude AI insights, and professional visualizations. What This Skill Does Downloads real-time market data from Yahoo Finance Calculates 10+ technical indicators (RSI, MACD, Moving Averages, Bollinger Bands, etc.) Analyzes market conditions using Claude AI Generates 4 types of professional charts (price, indicators, volatility, dashboard) Crea...
2.6K
3123 react-native-best-practices software-mansion-labs/skills
React Native Best Practices Overview Performance optimization guide for React Native applications, covering JavaScript/React, Native (iOS/Android), and bundling optimizations. Based on Callstack's "Ultimate Guide to React Native Optimization". Skill Format Each reference file follows a hybrid format for fast lookup and deep understanding: Quick Pattern: Incorrect/Correct code snippets for immediate pattern matching Quick Command: Shell commands for process/measurement skills Quick Config: Co...
2.6K
3124 ios-networking dpearson2699/swift-ios-skills
iOS Networking Modern networking patterns for iOS 26+ using URLSession with async/await and structured concurrency. All examples target Swift 6.2. No third-party dependencies required -- URLSession covers the vast majority of networking needs. Contents Core URLSession async/await API Client Architecture Error Handling Pagination Network Reachability Configuring URLSession Common Mistakes Review Checklist References Core URLSession async/await URLSession gained native async/await overloads in iOS...
2.6K
3125 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" ...
2.6K
3126 graphql-schema apollographql/skills
GraphQL Schema Design Guide This guide covers best practices for designing GraphQL schemas that are intuitive, performant, and maintainable. Schema design is primarily a server-side concern that directly impacts API usability. Schema Design Principles 1. Design for Client Needs Think about what queries clients will write Organize types around use cases, not database tables Expose capabilities, not implementation details 2. Be Explicit Use clear, descriptive names Make nullability intentional D...
2.6K
3127 migrate-oxfmt oxc-project/oxc
This skill guides you through migrating a JavaScript/TypeScript project from Prettier or Biome to Oxfmt . Overview Oxfmt is a high-performance, Prettier-compatible code formatter. Most Prettier options are supported directly. An automated migration tool is built into oxfmt, supporting both Prettier and Biome as migration sources. Step 1: Run Automated Migration From Prettier npx oxfmt@latest --migrate prettier This will: Find and read your Prettier config (any format Prettier supports) Create .o...
2.6K
3128 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.6K
3129 spark-engineer jeffallan/claude-skills
Spark Engineer Senior Apache Spark engineer specializing in high-performance distributed data processing, optimizing large-scale ETL pipelines, and building production-grade Spark applications. Role Definition You are a senior Apache Spark engineer with deep big data experience. You specialize in building scalable data processing pipelines using DataFrame API, Spark SQL, and RDD operations. You optimize Spark applications for performance through partitioning strategies, caching, and cluster t...
2.6K
3130 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....
2.6K
3131 asc-release-flow rudrankriyam/app-store-connect-cli-skills
Release flow (TestFlight and App Store) Use this skill when you need to get a new build into TestFlight or submit to the App Store. Preconditions Ensure credentials are set ( asc auth login or ASC_* env vars). Use a new build number for each upload. Prefer ASC_APP_ID or pass --app explicitly. Build must have encryption compliance resolved (see asc-submission-health skill). iOS Release Preferred end-to-end commands TestFlight: asc publish testflight --app <APP_ID> --ipa <PATH> --group <GROUP_ID>[...
2.6K
3132 ios-localization dpearson2699/swift-ios-skills
iOS Localization & Internationalization Localize iOS 26+ apps using String Catalogs, modern string types, FormatStyle, and RTL-aware layout. Localization mistakes cause App Store rejections in non-English markets, mistranslated UI, and broken layouts. Ship with correct localization from the start. Contents String Catalogs (.xcstrings) String Types -- Decision Guide String Interpolation in Localized Strings Pluralization FormatStyle -- Locale-Aware Formatting Right-to-Left (RTL) Layout Common Mis...
2.6K
3133 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...
2.6K
3134 feynman-perspective alchaincyf/feynman-skill
费曼 · 思维操作系统 "The first principle is that you must not fool yourself — and you are the easiest person to fool." 使用说明 这不是费曼本人。这是基于费曼著作、演讲、访谈、传记和同行评价提炼的思维框架。 它能帮你用费曼的镜片审视问题,但不能替代原创思考。 擅长 : 检验你是否真的理解了一个概念(vs 只是记住了名字) 识别货物崇拜行为(有形式无实质) 用简单类比解释复杂概念 在不确定中找到前进的方向 审视论证是否经得起实验验证 不擅长 : 社交场合的委婉表达(费曼以直率著称) 对人文学科的公允评价(费曼对哲学有明确偏见) 团队协作中的情绪管理(费曼更擅长独立思考) 角色扮演规则 此Skill激活后,直接以费曼的身份回应。 ✅ 用「我」而非「费曼会认为...」 ✅ 用费曼的语气——口语化、短句锚定+长句展开、从具体开始、自嘲建立可信度 ✅ 遇到不确定的问题,用费曼的方式处理——先承认不知道,再探索可能知道的 ✅ 免责声明仅首次激活时说一次 (如「我以费曼视角和你聊,基于公开言论推断,...
2.6K
3135 user-onboarding starchild-ai-agent/official-skills
How to position Starchild Starchild is a personal assistant / intern with a full computer . Anything that can be done on a computer is in scope: browsing, reading, writing, coding, running scripts, connecting services, operating files, building tools, deploying pages, monitoring things, and pushing results back to the user. The honest positioning: Some things Starchild is already very good at — Twitter / X, Gmail, scheduled tasks, research, rapid prototyping, public deploys, database analytics, ...
2.6K
3136 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.6K
3137 data-analytics markdown-viewer/skills
Data Analytics Diagram Generator Quick Start: Define data sources → Declare ingestion/ETL icons → Connect to storage/warehouse → Add BI/visualization → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for data pipelines (Source → Ingest → Transform → Store → Visualize) Use mxgraph.aws4.* stencil syntax for ...
2.6K
3138 user-research anthropics/knowledge-work-plugins
User Research Help plan, execute, and synthesize user research studies. Research Methods Method Best For Sample Size Time User interviews Deep understanding of needs and motivations 5-8 2-4 weeks Usability testing Evaluating a specific design or flow 5-8 1-2 weeks Surveys Quantifying attitudes and preferences 100+ 1-2 weeks Card sorting Information architecture decisions 15-30 1 week Diary studies Understanding behavior over time 10-15 2-8 weeks A/B testing Comparing specific design choices Stat...
2.6K
3139 find-skills bytedance/deer-flow
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
2.6K
3140 sentry-sdk-setup getsentry/sentry-for-ai
All Skills Sentry SDK Setup Set up Sentry error monitoring, tracing, and session replay in any language or framework. This page helps you find the right SDK skill for your project. How to Fetch Skills Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details. curl -sL https://skills.sentry.gg/sentry-nextjs-sdk/SKILL.md Append the path from the Path column in the table below to https://skills.sentry.gg/ . Do not guess or shorten URLs. Start He...
2.6K
3141 archimate markdown-viewer/skills
Enterprise Architecture Diagram Generator (ArchiMate) Quick Start: Add !include <archimate/Archimate> → Declare typed elements → Connect with Rel_* macros → Group into layers with rectangle → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Must include !include <archimate/Archimate> before using any macros Element syntax: Layer_Type(...
2.6K
3142 inkos-multi-agent-novel-writing aradotso/trending-skills
InkOS Multi-Agent Novel Writing Skill by ara.so — Daily 2026 Skills collection InkOS is a multi-agent CLI system that autonomously writes, audits, and revises novels. Agents handle the full pipeline: Writer → Validator → Auditor → Reviser, with human review gates at configurable checkpoints. Installation npm install -g @actalk/inkos or run directly npx @actalk/inkos --version Requirements: Node.js ≥ 20.0.0 Quick Start Create a new novel project inkos book create --title "吞天魔帝" --genre xuanhuan...
2.6K
3143 msw-ui-system msw-git/msw-ai-coding-plugins-official
msw-ui-system MSW .ui single entry point — design guide + component API + builder invocation + runtime patterns bundled into one skill. Role division with existing skills: Skill Responsibility msw-ui-system (this skill) Everything .ui — design (which/when/why), component API/enum (what), builder invocation (how to mutate), runtime mlua patterns. .ui mutations must always go through this skill's builder references/templates/ Pre-built style bundles — .ui + ruid-map + button handler packages 0. Ro...
2.6K
3144 msw-painter msw-git/msw-ai-coding-plugins-official
MSW Painter A workflow for registering a hand-drawn pixel art sprite as a sprite resource. Call msw-search first, and only invoke this skill when no suitable RUID is found. This skill is dedicated to the sprite category. It does not handle animation / audio / avatar / atlas. The painter supports two pixel art styles : chunky pixel (retro, icon/tile feel) and maple cartoon (MapleStory-inspired, character/NPC feel). Pick one before writing code — see step 2 below. When to invoke Situation Action U...
2.6K
3145 pixijs-application pixijs/pixijs-skills
Application is the convenience wrapper that owns a renderer, a root stage Container, a canvas, and the Ticker/Resize plugins. In v8 the constructor takes no arguments; all configuration is passed to the async app.init() call which instantiates the renderer via autoDetectRenderer . Quick Start import { Application } from "pixi.js" ; const app = new Application ( ) ; await app . init ( { resizeTo : window , background : "1099bb" , antialias : true , preference : "webgl" , autoDensity : true , reso...
2.6K
3146 msw-sprite-ruid msw-git/msw-ai-coding-plugins-official
MSW Sprite RUID Rules for assigning a RUID to SpriteRendererComponent.SpriteRUID (world) or SpriteGUIRendererComponent.ImageRUID (UI). Native type support Both components accept a sprite or animationclip RUID directly — no extra animator component required. Component Property Value form Native RUID types SpriteRendererComponent (world) SpriteRUID plain string sprite , animationclip SpriteGUIRendererComponent (UI) ImageRUID { "DataId": "..." } sprite , animationclip Show more Installs 482 Reposit...
2.6K
3147 msw-behaviourtree msw-git/msw-ai-coding-plugins-official
MSW BehaviourTree End-to-end authoring skill for MSW .behaviourtree files. Owns both the project-specific authoring spec ( <ProjectRoot>/.behaviourDocs/bt-spec.md ) and the tree generation itself. Fixed graph rules and skeletons live in this skill's references/ ; the per-project spec is (re)built by this skill's local scripts/build-spec.cjs . 🚦 Execution order (follow this sequence) 0. Build / refresh the project spec ( bt-spec.md ) The spec is the source of truth for every project-specific data...
2.6K
3148 babysit-pr openai/codex
PR Babysitter Objective Babysit a PR persistently until one of these terminal outcomes occurs: The PR is merged or closed. CI is successful, there are no unaddressed review comments surfaced by the watcher, required review approval is not blocking merge, and there are no potential merge conflicts (PR is mergeable / not reporting conflict risk). A situation requires user help (for example CI infrastructure issues, repeated flaky failures after retry budget is exhausted, permission problems, or am...
2.6K
3149 auth0-quickstart auth0/agent-skills
Auth0 Quickstart Detect your framework and get started with Auth0 authentication. Step 1: Detect Your Framework Run this command to identify your framework: Check package.json dependencies cat package.json | grep -E "react|next|vue|angular|express|fastify|@nestjs" Or check project files ls -la | grep -E "angular.json|vue.config.js|next.config" Framework Detection Table: Framework Detection Skill to Use React (Vite/CRA) "react" in package.json, no Next.js auth0-react Next.js "next" in package.j...
2.6K
3150 sherpa-onnx-tts steipete/clawdis
sherpa-onnx-tts Local TTS using the sherpa-onnx offline CLI. Install Download the runtime for your OS (extracts into ~/.openclaw/tools/sherpa-onnx-tts/runtime ) Download a voice model (extracts into ~/.openclaw/tools/sherpa-onnx-tts/models ) Update ~/.openclaw/openclaw.json : { skills : { entries : { "sherpa-onnx-tts" : { env : { SHERPA_ONNX_RUNTIME_DIR : "~/.openclaw/tools/sherpa-onnx-tts/runtime" , SHERPA_ONNX_MODEL_DIR : "~/.openclaw/tools/sherpa-onnx-tts/models/vits-piper-en_US-lessac-high" ...
2.6K