███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4251 | inngest-middleware | inngest/inngest-skills |
Inngest Middleware Master Inngest middleware to handle cross-cutting concerns like logging, error tracking, dependency injection, and data transformation. Middleware runs at key points in the function lifecycle, enabling powerful patterns for observability and shared functionality. 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. What is Middleware? Middleware allows code to run ...
|
3.2K |
| 4252 | interview-prep | anthropics/knowledge-work-plugins |
Interview Prep Create structured interview plans to evaluate candidates consistently and fairly. Interview Design Principles Structured : Same questions for all candidates in the role Competency-based : Map questions to specific skills and behaviors Evidence-based : Use behavioral and situational questions Diverse panel : Multiple perspectives reduce bias Scored : Use rubrics, not gut feelings Interview Plan Components Role Competencies Define 4-6 key competencies for the role (e.g., technical s...
|
3.2K |
| 4253 | swift-language | dpearson2699/swift-ios-skills |
Swift Language Patterns Core Swift language features and modern syntax patterns targeting Swift 5.9+ through Swift 6. Covers language constructs, type system features, Codable, string and collection APIs, and formatting. For concurrency (actors, async/await, Sendable), see the swift-concurrency skill. For SwiftUI views and state management, see swiftui-patterns . Contents If/Switch Expressions Typed Throws Result Builders Property Wrappers Opaque and Existential Types Guard Patterns Never Type R...
|
3.2K |
| 4254 | mermaid-to-image | zc277584121/marketing-skills |
Skill: Mermaid to Image Convert ```mermaid code blocks in Markdown (or other text) files into PNG images, and replace the code blocks with image references. Useful for platforms that don't render Mermaid natively (GitHub Pages/Jekyll, Dev.to, etc.). When to Use The user asks to convert Mermaid diagrams in a file to images The user wants to render specific Mermaid code blocks as PNG A publishing workflow requires static images instead of Mermaid code blocks Workflow Step 1: Identify target files ...
|
3.2K |
| 4255 | angular-developer | angular/angular |
Angular Developer Guidelines Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user. When generating code, follow Angular's style guide and best practices for maintainability and performance. Use the Angular CLI for scaffolding components, services, directives, pipes, and routes to ensure consistency. O...
|
3.2K |
| 4256 | plantuml-skill | agents365-ai/365-skills |
No SKILL.md available for this skill. View on GitHub Installs 431 Repository agents365-ai/365-skills GitHub Stars 5 First Seen May 6, 2026
|
3.2K |
| 4257 | cmux-custom-sidebar | manaflow-ai/cmux |
cmux Custom Sidebar cmux renders custom sidebars from a small SwiftUI-style file at runtime: no Xcode, no build step, no signing. The file hot-reloads on save, binds to live cmux state (workspaces, tabs, git, PRs, clock), and can run real cmux commands on tap. The person asking is usually describing a result ("a sidebar that shows my workspaces and lets me jump between them"), not an implementation. Turn that into a clean, native-looking sidebar and make the engineering decisions for them. Do no...
|
3.2K |
| 4258 | mws-shared | api/git | 3.2K | |
| 4259 | deslop | brianlovin/agent-config |
Remove AI code slop Check the diff against main and remove AI-generated slop introduced in the branch. Focus Areas Extra comments that are unnecessary or inconsistent with local style Defensive checks or try/catch blocks that are abnormal for trusted code paths Casts to any used only to bypass type issues Deeply nested code that should be simplified with early returns Other patterns inconsistent with the file and surrounding codebase Guardrails Keep behavior unchanged unless fixing a clear bug. ...
|
3.2K |
| 4260 | paseo-handoff | getpaseo/paseo |
Handoff Skill You are handing off the current task to another agent. Your job is to write a comprehensive handoff prompt and launch the agent via Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Handoff A handoff transfers your current task — including all context, decisions, failed attempts, and constraints — to a fresh agent that will carry it to completion. The handoff prompt is the most importan...
|
3.2K |
| 4261 | binance-agentic-wallet | binance/binance-skills-hub |
Binance Agentic Wallet Skill This skill drives the baw CLI to manage a Binance Web3 wallet — sign-in/sign-out, balance and history queries, security settings, token transfers, DEX swaps (market orders), limit orders, and order management. Command Routing User Intent Command Reference Sign in / connect wallet auth signin → auth verify authentication.md Sign out / disconnect wallet auth signout authentication.md Check if wallet is connected wallet status wallet-view.md List supported chains / avai...
|
3.2K |
| 4262 | recoup-platform-api-access | recoupable/skills |
Recoup — API Access The platform access layer: authenticate, talk to the Recoup REST API, and invoke external connectors. Base https://api.recoupable.dev/api ; docs https://docs.recoupable.dev ( /llms.txt , /llms-full.txt , OpenAPI JSONs). Auth — one Bearer header, inline Every call uses the same header, dropped straight into the curl (no setup step): the sandbox sets one of the two vars, and the API accepts a recoup_sk_ key or a Privy JWT over Bearer . curl -sS -H "Authorization: Bearer ${RECOU...
|
3.2K |
| 4263 | transitions-polish | jakubantalik/transitions.dev |
Transitions Polish An add-on to the transitions-dev skill. Where transitions-dev installs whole transitions, this skill polishes motion that already exists : it scans the five motion-token dimensions — duration, distance, scale, blur, easing — and suggests the token each value should reference, plus the higher-order rules for when a value is right (open/close asymmetry, hover in/out, stagger, delay). Install it alongside transitions-dev , or on its own — the token values are restated below so th...
|
3.2K |
| 4264 | interface-review | jakubkrehel/skills |
Review the change, not just the code it left behind A diff is not a surface. The lines a change deletes matter as much as the lines it adds, and the file it touches is rarely the whole of what it affects. This skill owns change scope only: resolving the target, expanding changed files to affected surfaces, reading both sides of the diff, and classifying each finding. Domain rules belong to the six better-* skills. Mode, severity, consolidation, coverage, the cap, the output format, and the verdi...
|
3.2K |
| 4265 | coding-guidelines | actionbook/rust-skills |
Rust Coding Guidelines (50 Core Rules) Naming (Rust-Specific) Rule Guideline No get_ prefix fn name() not fn get_name() Iterator convention iter() / iter_mut() / into_iter() Conversion naming as_ (cheap &), to_ (expensive), into_ (ownership) Static var prefix G_CONFIG for static , no prefix for const Data Types Rule Guideline Use newtypes struct Email(String) for domain semantics Prefer slice patterns if let [first, .., last] = slice Pre-allocate Vec::with_capacity() , String::with_capacity() Av...
|
3.2K |
| 4266 | longbridge-technical | longbridge/skills |
longbridge-technical Computes seven classic technical indicators from 200 days of OHLCV data and produces a composite buy / sell / neutral signal via a multi-dimensional voting mechanism. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. When to use "NVDA MACD 金叉了吗" , "TSLA RSI 超买了吗" , "700.HK 技术指标怎么看" "600519.SH 布林带收口" , "AAPL 技術分析信號" , "ADX 趋势强吗" "technical analysis for NVDA" , "is TSLA overbought on RSI" , "MACD signal" Workflow Show mor...
|
3.2K |
| 4267 | agent-slack | stablyai/agent-slack |
Slack automation with agent-slack agent-slack is a CLI binary installed on $PATH . Invoke it directly (e.g. agent-slack user list ). If installed via Nix flake only, run commands with nix run github:stablyai/agent-slack -- <args> . CRITICAL: Bash command formatting rules Claude Code's permission checker has security heuristics that force manual approval prompts. Avoid these patterns to keep commands auto-allowed. See: https://github.com/anthropics/claude-code/issues/34379 No anywhere in the com...
|
3.2K |
| 4268 | cmux-backend | manaflow-ai/cmux |
cmux Backend Use this skill for backend TypeScript, Cloud VM, provider, database, auth, rate-limit, retry, timeout, or telemetry work. Core rules Default backend TypeScript to Effect under web/app/api/ , web/services/ , and backend scripts that touch providers, databases, auth, rate limits, retries, timeouts, or telemetry. Keep Next route handlers thin: parse the request, run one Effect program at the boundary, map typed errors to HTTP responses, and treat unexpected defects separately. Use plai...
|
3.2K |
| 4269 | bigquery-ai-ml | google/skills |
BigQuery AI & ML BigQuery integrates with Vertex AI to provide powerful machine learning and generative AI capabilities directly within SQL queries using built-in functions like AI.FORECAST , AI.KEY_DRIVERS , AI.DETECT_ANOMALIES , and AI.GENERATE . Reference Directory AI Forecast : Leveraging pre-trained TimesFM model for forecasting without custom training. AI Detect Anomalies : Identify deviations in time series data using pre-trained TimesFM model. AI Generate : General-purpose text and conte...
|
3.2K |
| 4270 | aws-lambda-durable-functions | aws/agent-toolkit-for-aws |
AWS Lambda durable functions Build resilient multi-step applications and AI workflows that can execute for up to 1 year while maintaining reliable progress despite interruptions. Works best with the AWS MCP server but is not required. All AWS interactions in this skill use standard AWS CLI commands that work in any environment with configured AWS credentials. Critical Rules Read these before writing any code. Each one is a constraint that will silently break a function if violated. Durable execu...
|
3.2K |
| 4271 | trade | coinbase/agentic-wallet-skills |
Trading Tokens Use the npx awal@2.0.3 trade command to swap tokens on Base network via the CDP Swap API. You must be authenticated to trade. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Command Syntax npx awal@2.0.3 trade < amount > < from > < to > [ options ] Arguments Argument Description amount Amount to swap (see Amount Formats below) from Source token: alias (usdc, eth, weth) or contract address (0...
|
3.1K |
| 4272 | lark-mcp | whatevertogo/feishuskill |
Lark MCP (飞书集成) ⚠️ 必读:前5条关键规则 + 重要经验 重要经验:使用用户身份创建资源 ⭐ 关键:使用 useUAT: true 创建用户可访问的资源 useUAT: true ✅ 用户身份 - 创建者=当前用户,您可以直接访问 useUAT: false ❌ 租户身份 - 创建者=飞书助手,您无法直接访问 经验总结(来自实际测试): Bitable 创建权限问题 - 使用 useUAT: false 创建的 Base,创建者是"飞书助手",当前用户无法访问 外部邮箱权限限制 - 通过 API 添加外部邮箱权限会失败(错误码 1063001) 解决方案 - 使用 useUAT: true 创建资源,创建者自动获得 full_access 权限 文档权限 - 同样适用,使用用户身份创建文档 1. 服务器名称必须精确 ✅ mcp__lark-mcp__tool_name ❌ mcp__lark_mcp__ (错误:下划线) ❌ lark-mcp__ (错误:缺少前缀) 2. 嵌套参数结构 path: URL路径参数(必...
|
3.1K |
| 4273 | claude-brainrot | marks97/claude-brainrot |
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Claude Brainrot Drop the right meme at the right moment. Autonomous-only — Claude decides when, never the user. No slug arguments, no manual invocation. The skill content preamble loaded into your context shows Base directory for this skill: <SKILL_DIR> . Use that as the base for all path resolution. The catalogue is at <SKILL_DIR>/catalogue.json with two po...
|
3.1K |
| 4274 | strategy-advisor | shubhamsaboo/awesome-llm-apps |
Strategy Advisor You are a strategic advisor who provides high-level thinking and business decision guidance. When to Apply Use this skill when: Evaluating strategic options Making high-impact business decisions Making competitive analysis Setting organizational direction Assessing market opportunities Planning long-term initiatives Strategic Thinking Framework 1. Situational Analysis Current state assessment Key stakeholders Market dynamics Competitive landscape Resources and constraints 2. Opt...
|
3.1K |
| 4275 | vueuse | onmax/nuxt-skills |
VueUse Collection of essential Vue Composition utilities. Check VueUse before writing custom composables - most patterns already implemented. Current stable: VueUse 14.x for Vue 3.5+ Installation Vue 3: pnpm add @vueuse/core Nuxt: pnpm add @vueuse/nuxt @vueuse/core // nuxt.config.ts export default defineNuxtConfig({ modules: ['@vueuse/nuxt'], }) Nuxt module auto-imports composables - no import needed. Categories Category Examples State useLocalStorage, useSessionStorage, useRefHist...
|
3.1K |
| 4276 | openclaw-backup | theagentservice/skills |
OpenClaw Backup Skill Automated encrypted backup and restore for OpenClaw Agent workspace files using Claude Code. Overview This skill provides three core functions: Upload Backup - Encrypt and upload workspace files to soul-upload.com with auto-generated password Download Backup - Download and decrypt backups from soul-upload.com using stored password Delete Backup - Delete backups from remote storage All backups use AES-256-CBC encryption (via openssl) with auto-generated random passwords . Ea...
|
3.1K |
| 4277 | sag | steipete/clawdis |
sag Use sag for ElevenLabs TTS with local playback. API key (required) ELEVENLABS_API_KEY (preferred) SAG_API_KEY also supported by the CLI Quick start sag "Hello there" sag speak -v "Roger" "Hello" sag voices sag prompting (model-specific tips) Model notes Default: eleven_v3 (expressive) Stable: eleven_multilingual_v2 Fast: eleven_flash_v2_5 Pronunciation + delivery rules First fix: respell (e.g. "key-note"), add hyphens, adjust casing. Numbers/units/URLs: --normalize auto (or off if it harms n...
|
3.1K |
| 4278 | launchdarkly-flag-discovery | launchdarkly/agent-skills |
LaunchDarkly Flag Discovery You're using a skill that will guide you through auditing and understanding the feature flag landscape in a LaunchDarkly project. Your job is to explore the project, assess the health of its flags, identify what needs attention, and provide actionable recommendations. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: list-flags : search and browse flags with filtering by state, type,...
|
3.1K |
| 4279 | launchdarkly-flag-cleanup | launchdarkly/agent-skills |
LaunchDarkly Flag Cleanup You're using a skill that will guide you through safely removing a feature flag from a codebase while preserving production behavior. Your job is to explore the codebase to understand how the flag is used, query LaunchDarkly to determine the correct forward value, remove the flag code cleanly, and verify the result. If you haven't already identified which flag to clean up, use the flag discovery skill first to audit the landscape and find candidates. Prerequisites This ...
|
3.1K |
| 4280 | hackernews | vm0-ai/vm0-skills |
Hacker News API Use the official Hacker News API via direct curl calls to fetch stories, comments, and user data . Official docs: https://github.com/HackerNews/API When to Use Use this skill when you need to: Fetch top/best/new stories from Hacker News Get story details including title, URL, score, comments Retrieve comments and discussion threads Look up user profiles and their submissions Monitor trending tech topics and discussions Prerequisites No API key required! The Hacker News API is com...
|
3.1K |
| 4281 | gemini | steipete/clawdis |
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
|
3.1K |
| 4282 | bear-notes | steipete/clawdis |
Bear Notes Use grizzly to create, read, and manage notes in Bear on macOS. Requirements Bear app installed and running For some operations (add-text, tags, open-note --selected), a Bear app token (stored in ~/.config/grizzly/token ) Getting a Bear Token For operations that require a token (add-text, tags, open-note --selected), you need an authentication token: Open Bear → Help → API Token → Copy Token Save it: echo "YOUR_TOKEN" > ~/.config/grizzly/token Common Commands Create a note echo "Note ...
|
3.1K |
| 4283 | camsnap | steipete/clawdis |
camsnap Use camsnap to grab snapshots, clips, or motion events from configured cameras. Setup Config file: ~/.config/camsnap/config.yaml Add camera: camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass Common commands Discover: camsnap discover --info Snapshot: camsnap snap kitchen --out shot.jpg Clip: camsnap clip kitchen --dur 5s --out clip.mp4 Motion watch: camsnap watch kitchen --threshold 0.2 --action '...' Doctor: camsnap doctor --probe Notes Requires ffmpeg on PATH. Pref...
|
3.1K |
| 4284 | songsee | steipete/clawdis |
songsee Generate spectrograms + feature panels from audio. Quick start Spectrogram: songsee track.mp3 Multi-panel: songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux Time slice: songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg Stdin: cat track.mp3 | songsee - --format png -o out.png Common flags --viz list (repeatable or comma-separated) --style palette (classic, magma, inferno, viridis, gray) --width / --height output size --window / --hop FFT setti...
|
3.1K |
| 4285 | launchdarkly-flag-create | launchdarkly/agent-skills |
LaunchDarkly Flag Create & Configure You're using a skill that will guide you through introducing a new feature flag into a codebase. Your job is to explore how flags are already used in this codebase, create the flag in LaunchDarkly in a way that fits, add the evaluation code matching existing patterns, and verify everything is wired up correctly. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-flag :...
|
3.1K |
| 4286 | blucli | steipete/clawdis |
blucli (blu) Use blu to control Bluesound/NAD players. Quick start blu devices (pick target) blu --device <id> status blu play|pause|stop blu volume set 15 Target selection (in priority order) --device <id|name|alias> BLU_DEVICE config default (if set) Common tasks Grouping: blu group status|add|remove TuneIn search/play: blu tunein search "query" , blu tunein play "query" Prefer --json for scripts. Confirm the target device before changing playback.
|
3.1K |
| 4287 | nodejs-express-server | aj-geddes/useful-ai-prompts |
Node.js Express Server Overview Create robust Express.js applications with proper routing, middleware chains, authentication mechanisms, and database integration following industry best practices. When to Use Building REST APIs with Node.js Implementing server-side request handling Creating middleware chains for cross-cutting concerns Managing authentication and authorization Connecting to databases from Node.js Implementing error handling and logging Instructions 1. Basic Express Setup const ...
|
3.1K |
| 4288 | launchdarkly-flag-targeting | launchdarkly/agent-skills |
LaunchDarkly Flag Targeting & Rollout You're using a skill that will guide you through changing who sees what for a feature flag. Your job is to understand the current state of the flag, figure out the right targeting approach for what the user wants, make the changes safely, and verify the resulting state. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: get-flag : understand current state before making chang...
|
3.1K |
| 4289 | ui-ux-pro-max | sickn33/antigravity-awesome-skills |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
3.1K |
| 4290 | eightctl | steipete/clawdis |
eightctl Use eightctl for Eight Sleep pod control. Requires auth. Auth Config: ~/.config/eightctl/config.yaml Env: EIGHTCTL_EMAIL , EIGHTCTL_PASSWORD Quick start eightctl status eightctl on|off eightctl temp 20 Common tasks Alarms: eightctl alarm list|create|dismiss Schedules: eightctl schedule list|create|update Audio: eightctl audio state|play|pause Base: eightctl base info|angle Notes API is unofficial and rate-limited; avoid repeated logins. Confirm before changing temperature or alarms.
|
3.1K |
| 4291 | canvas | markdown-viewer/skills |
JSON Canvas Visualizer Quick Start: Define nodes with id , type , x , y , width , height → Plan layout on 100px grid → Connect edges with fromNode / toNode → Apply colors (1-6) → Wrap in ```canvas fence. Origin (0,0) at top-left, X right, Y down. Obsidian Canvas compatible. Critical Syntax Rules 1. Structure Format { "nodes": [ {"id": "n1", "type": "text", "text": "Node 1", "x": 0, "y": 0, "width": 120, "height": 50} ], "edges": [] } 2. Node Types Type Required Fields Purpose text text Display c...
|
3.1K |
| 4292 | 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...
|
3.1K |
| 4293 | querying-soql | forcedotcom/sf-skills |
querying-soql: Salesforce SOQL Query Expert Use this skill when the user needs SOQL/SOSL authoring or optimization : natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance/safety improvements for Salesforce queries. When This Skill Owns the Task Use querying-soql when the work involves: .soql files query generation from natural language relationship queries and aggregate queries query optimization and selectivity analysis SOQL/SOSL syntax and...
|
3.1K |
| 4294 | debugging-apex-logs | forcedotcom/sf-skills |
debugging-apex-logs: Salesforce Debug Log Analysis & Troubleshooting Use this skill when the user needs root-cause analysis from debug logs : governor-limit diagnosis, stack-trace interpretation, slow-query investigation, heap / CPU pressure analysis, or a reproduction-to-fix loop based on log evidence. When This Skill Owns the Task Use debugging-apex-logs when the work involves: .log files from Salesforce stack traces and exception analysis governor limits SOQL / DML / CPU / heap troubleshootin...
|
3.1K |
| 4295 | deploying-metadata | forcedotcom/sf-skills |
deploying-metadata: Comprehensive Salesforce DevOps Automation Use this skill when the user needs deployment orchestration : dry-run validation, targeted or manifest-based deploys, CI/CD workflow advice, scratch-org management, failure triage, or safe rollout sequencing for Salesforce metadata. When This Skill Owns the Task Use deploying-metadata when the work involves: sf project deploy start , quick , report , or retrieval workflows release sequencing across objects, permission sets, Apex, and...
|
3.1K |
| 4296 | sag | openclaw/openclaw |
sag Use sag for ElevenLabs TTS with local playback. API key (required) ELEVENLABS_API_KEY (preferred) SAG_API_KEY also supported by the CLI Quick start sag "Hello there" sag speak -v "Roger" "Hello" sag voices sag prompting (model-specific tips) Model notes Default: eleven_v3 (expressive) Stable: eleven_multilingual_v2 Fast: eleven_flash_v2_5 Pronunciation + delivery rules First fix: respell (e.g. "key-note"), add hyphens, adjust casing. Numbers/units/URLs: --normalize auto (or off if it harms n...
|
3.1K |
| 4297 | gemini | openclaw/openclaw |
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
|
3.1K |
| 4298 | bear-notes | openclaw/openclaw |
Bear Notes Use grizzly to create, read, and manage notes in Bear on macOS. Requirements Bear app installed and running For some operations (add-text, tags, open-note --selected), a Bear app token (stored in ~/.config/grizzly/token ) Getting a Bear Token For operations that require a token (add-text, tags, open-note --selected), you need an authentication token: Open Bear → Help → API Token → Copy Token Save it: echo "YOUR_TOKEN" > ~/.config/grizzly/token Common Commands Create a note echo "Note ...
|
3.1K |
| 4299 | camsnap | openclaw/openclaw |
camsnap Use camsnap to grab snapshots, clips, or motion events from configured cameras. Setup Config file: ~/.config/camsnap/config.yaml Add camera: camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass Common commands Discover: camsnap discover --info Snapshot: camsnap snap kitchen --out shot.jpg Clip: camsnap clip kitchen --dur 5s --out clip.mp4 Motion watch: camsnap watch kitchen --threshold 0.2 --action '...' Doctor: camsnap doctor --probe Notes Requires ffmpeg on PATH. Pref...
|
3.1K |
| 4300 | songsee | openclaw/openclaw |
songsee Generate spectrograms + feature panels from audio. Quick start Spectrogram: songsee track.mp3 Multi-panel: songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux Time slice: songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg Stdin: cat track.mp3 | songsee - --format png -o out.png Common flags --viz list (repeatable or comma-separated) --style palette (classic, magma, inferno, viridis, gray) --width / --height output size --window / --hop FFT setti...
|
3.1K |