1password

246.8k
openclawopenclaw

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

191 days ago

desktop

72.9k
lobehublobehub

Electron desktop development guide. Use when implementing desktop features, IPC handlers, controllers, preload scripts, window management, menu configuration, or Electron-specific functionality. Triggers on desktop app development, Electron IPC, or desktop local tools implementation.

191 days ago

computer-use-agents

21.8k
davila7davila7

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use when: computer use, desktop automation agent, screen control AI, vision-based agent, GUI automation.

191 days ago

omarchy

20.8k
basecampbasecamp

REQUIRED for ANY changes to Linux desktop, window manager, or system config. Use when editing ~/.config/hypr/, ~/.config/waybar/, ~/.config/walker/, ~/.config/alacritty/, ~/.config/kitty/, ~/.config/ghostty/, ~/.config/mako/, or ~/.config/omarchy/. Triggers: Hyprland, window rules, animations, keybindings, monitors, gaps, borders, blur, opacity, waybar, walker, terminal config, themes, wallpaper, night light, idle, lock screen, screenshots, layer rules, workspace settings, display config, or any omarchy-* commands.

191 days ago

multi-platform-apps-multi-platform

18.0k
sickn33sickn33

Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.

191 days ago

screenshot

10.4k
openaiopenai

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

191 days ago

pr-review

2.3k
OneKeyHQOneKeyHQ

Security-first PR review checklist for this repo. Use when reviewing diffs/PRs, especially changes involving authentication, networking, sensitive data, or dependency/lockfile updates. Focus on secret/PII leakage risk, supply-chain risk (npm + node_modules inspection), cross-platform architecture (extension/mobile/desktop/web), and React performance (hooks + re-render hotspots). Avoid UI style nitpicks. PR Review.

191 days ago

1k-sentry

2.3k
OneKeyHQOneKeyHQ

Sentry error tracking and monitoring for OneKey. Use when configuring Sentry, filtering errors, analyzing crash reports, or debugging production issues. Covers platform-specific setup (desktop/mobile/web/extension) and error filtering strategies.

191 days ago

1k-cross-platform

2.3k
OneKeyHQOneKeyHQ

Cross-platform development patterns — platform-specific code (.native.ts/.web.ts/.desktop.ts/.ext.ts) and platformEnv usage.

191 days ago

simplify

2.2k
aaddrickaaddrick

Manually trigger the cdd-code-simplifier agent to review and simplify code

190 days ago

lint

2.2k
aaddrickaaddrick

Run shellcheck and actionlint on shell scripts and GitHub Actions workflows. Use before pushing or when fixing lint issues.

190 days ago

setup-build-tools

2.2k
aaddrickaaddrick

Install build and extraction tools needed for building Claude Desktop Debian packages

191 days ago

1password

2.1k
steipetesteipete

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

191 days ago

claw-me-maybe

1.8k
openclawopenclaw

Beeper integration for Clawdbot. Send messages and search chats across WhatsApp, Telegram, Signal, Discord, Slack, Instagram, iMessage, LinkedIn, Facebook Messenger, Google Messages via Beeper Desktop API. Reactions, reminders, attachments, mark as read. Unified multi-platform messaging automation—just ask.

191 days ago

roadrunner

1.8k
openclawopenclaw

Beeper Desktop CLI for chats, messages, search, and reminders.

191 days ago

linux-gui-control

1.8k
openclawopenclaw

Control the Linux desktop GUI using xdotool, wmctrl, and dogtail. Use when you need to interact with non-browser applications, simulate mouse/keyboard input, manage windows, or inspect the UI hierarchy of applications on X11/GNOME. Supports: (1) Clicking/typing in apps, (2) Resizing/moving windows, (3) Extracting text-based UI trees from apps (A11y), (4) Taking screenshots for visual analysis.

191 days ago

wecom

1.8k
openclawopenclaw

Send messages to WeCom (企业微信) via webhooks using MCP protocol. Works with Claude Code, Claude Desktop, and other MCP clients.

191 days ago

computer-use

1.8k
openclawopenclaw

Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag, etc). Unlike OpenClaw's browser tool, operates at the X11 level so websites cannot detect automation. Includes VNC for live viewing.

191 days ago

earnings-calendar

1.8k
openclawopenclaw

This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.

191 days ago

desktop-mouse

1.8k
openclawopenclaw

Local mouse control via ydotool wrapper

191 days ago

turix-mac

1.8k
openclawopenclaw

Computer Use Agent (CUA) for macOS automation using TuriX. Use when you need to perform visual tasks on the desktop, such as opening apps, clicking buttons, or navigating UIs that don't have a CLI or API.

191 days ago

ms-outlook-teams-assistant

1.8k
openclawopenclaw

Track and nag about Microsoft Outlook email and (optionally) Microsoft Teams messages on a Windows machine, without relying on web versions. Use when the user asks to: (1) monitor inbox/mentions and remind them on Telegram/Teams until dismissed, (2) draft short, personable, low-jargon email replies from an existing Outlook thread, (3) surface action items from the last N days (default 7). Works via Outlook Desktop automation (COM) and optionally Microsoft Graph for Teams if configured.

191 days ago

spotify-applescript

1.8k
openclawopenclaw

Control Spotify desktop app via AppleScript. Play playlists, tracks, albums, episodes, and manage playback. Works reliably with macOS Spotify app without API keys or OAuth.

191 days ago

beepctl

1.8k
openclawopenclaw

Use when sending messages, searching chats, or managing conversations across messaging platforms (Telegram, WhatsApp, Slack, iMessage, etc.) via Beeper Desktop API.

191 days ago

compose-expert

1.5k
vitorpamplonavitorpamplona

Advanced Compose Multiplatform UI patterns for shared composables. Use when working with visual UI components, state management patterns (remember, derivedStateOf, produceState), recomposition optimization (@Stable/@Immutable visual usage), Material3 theming, custom ImageVector icons, or determining whether to share UI in commonMain vs keep platform-specific. Delegates navigation to android-expert/desktop-expert. Complements kotlin-expert (handles Kotlin language aspects of state/annotations).

191 days ago

kotlin-multiplatform

1.5k
vitorpamplonavitorpamplona

Platform abstraction decision-making for the Amethyst Kotlin Multiplatform (KMP) project. Guides when to abstract versus keep platform-specific implementations, source set placement (commonMain, jvmAndroid, platform-specific mains), and expect/actual patterns. Covers primary targets (Android, JVM/Desktop, iOS) with notes for future web/WASM support. Integrates with gradle-expert to help diagnose and resolve dependency issues. Triggers on: abstraction decisions ("Should I share this?"), source set placement questions, creating expect/actual pairs, build.gradle.kts edits, incorrect placement detection, and KMP dependency suggestions.

191 days ago

dev-desktop-sandbox

1.3k
codercoder

Run isolated mux desktop (Electron) instances (temp MUX_ROOT + free ports)

191 days ago

create-ryos-app

1.1k
ryokun6ryokun6

Create new applications for ryOS following established patterns and conventions. Use when building a new app, adding an application to the desktop, creating app components, or scaffolding app structures.

191 days ago

desktop-scroll

913
openakitaopenakita

Scroll mouse wheel in specified direction. When you need to scroll page/document content, navigate long lists, or zoom in/out with Ctrl. Directions - up/down/left/right.

191 days ago

desktop-screenshot

913
openakitaopenakita

Capture Windows desktop screenshot with automatic file saving. When you need to show desktop state, capture application windows, or record operation results. IMPORTANT - must actually call this tool, never say 'screenshot done' without calling. Returns file_path for send_to_chat.

190 days ago

desktop-find-element

905
openakitaopenakita

Find desktop UI elements using UIAutomation (fast, accurate) or vision recognition (fallback). When you need to locate buttons/menus/icons, get element positions before clicking, or verify UI state. For browser webpage elements, use browser_* tools instead.

191 days ago

desktop-click

905
openakitaopenakita

Click desktop elements or coordinates. When you need to click buttons/icons in applications, select menu items, or interact with desktop UI. Supports element description, name prefix, or coordinates. For browser webpage elements, use browser_click instead.

191 days ago

electron-skills

819
llama-farmllama-farm

Electron patterns for LlamaFarm Desktop. Covers main/renderer processes, IPC, security, and packaging.

191 days ago

moai-framework-electron

776
modu-aimodu-ai

Specialist in Electron (v33+) desktop app development covering Main/Renderer process architecture, secure IPC communication, auto-update strategies, packaging, and security best practices. Topics include Main vs. Renderer responsibilities, contextBridge and ipcMain/ipcRenderer patterns, sandboxing, and mitigation of remote code execution risks. Also covers auto-update with electron-updater (delta updates, channel management, signing for Windows/macOS/Linux), and packaging/release workflows using Electron Forge and electron-builder for CI-friendly installers and distribution. Use this skill when building cross-platform desktop applications, implementing native OS integrations (tray, notifications, file handlers), or preparing Electron apps for distribution. [KO: Electron desktop apps, cross-platform development, IPC communication] [JA: Electron desktop apps, cross-platform development] [ZH: Electron desktop apps, cross-platform development]

191 days ago

moai-lang-flutter

776
modu-aimodu-ai

Flutter 3.24+ / Dart 3.5+ development specialist covering Riverpod, go_router, and cross-platform patterns. Use when building cross-platform mobile apps, desktop apps, or web applications with Flutter.

191 days ago

ray-skill

737
freekmurzefreekmurze

Use when user says "send to Ray," "show in Ray," "debug in Ray," "log to Ray," "display in Ray," or wants to visualize data, debug output, or show diagrams in the Ray desktop application.

191 days ago

debugging-output-and-previewing-html-using-ray

642
spatiespatie

Use when user says "send to Ray," "show in Ray," "debug in Ray," "log to Ray," "display in Ray," or wants to visualize data, debug output, or show diagrams in the Ray desktop application.

191 days ago

electron-base

572
jezwebjezweb

Build secure desktop applications with Electron 33, Vite, React, and TypeScript. Covers type-safe IPC via contextBridge, OAuth with custom protocol handlers, native module compatibility (better-sqlite3, electron-store), and electron-builder packaging. Use when building cross-platform desktop apps, implementing OAuth flows in Electron, handling main/renderer process communication, or packaging with code signing. Prevents: NODE_MODULE_VERSION mismatch, hardcoded encryption keys, context isolation bypasses, sandbox conflicts with native modules.

191 days ago

e2e

567
LedgerHQLedgerHQ

Add E2E tests for new coins or update existing Playwright tests for ledger-live-desktop. Use when the user wants to add send/receive e2e tests for a new cryptocurrency, update test configurations, or work with Speculos device simulator.

191 days ago

testing

567
LedgerHQLedgerHQ

Write unit and integration tests for Ledger Wallet apps. Use for Jest tests (Desktop/Mobile), MSW handlers, or testing best practices.

191 days ago

Frontend Responsive Design Standards

457
Am Will Codex Skills Frontend Responsive UiAm Will Codex Skills Frontend Responsive Ui

Build responsive, mobile-first layouts using fluid containers, flexible units, media queries, and touch-friendly design that works across all screen sizes. Use this skill when creating or modifying UI layouts, responsive grids, breakpoint styles, mobile navigation, or any interface that needs to adapt to different screen sizes. Apply when working with responsive CSS, media queries, viewport settings, flexbox/grid layouts, mobile-first styling, breakpoint definitions (mobile, tablet, desktop), touch target sizing, relative units (rem, em, %), image optimization for different screens, or testing layouts across multiple devices. Use for any task involving multi-device support, responsive design patterns, or adaptive layouts.

191 days ago

electron-ipc-security-audit

376
a5c-aia5c-ai

Analyze Electron IPC implementations for security vulnerabilities including contextIsolation, nodeIntegration, preload scripts, and channel validation

electronsecurityipc+2
191 days ago

electron-main-preload-generator

376
a5c-aia5c-ai

Generate secure main process and preload script boilerplate with proper context isolation, IPC patterns, and security best practices for Electron applications

electrondesktopsecurity+2
191 days ago

startup-time-profiler

376
a5c-aia5c-ai

Profile and optimize application startup time for desktop applications

performanceprofilingstartup+2
191 days ago

memory-leak-detector

376
a5c-aia5c-ai

Detect memory leaks in desktop applications through heap analysis and object tracking

performancememoryleaks+2
191 days ago

native-notification-builder

376
A5c Ai Babysitter Native Notification BuilderA5c Ai Babysitter Native Notification Builder

Build native OS notifications with actions, images, and progress indicators across platforms

notificationscross-platformnative+2
191 days ago

sandbox-entitlements-auditor

376
a5c-aia5c-ai

Audit and recommend minimal sandbox entitlements for secure desktop applications

securitysandboxentitlements+2
191 days ago

amplitude-desktop-integration

376
A5c Ai Babysitter Amplitude Desktop IntegrationA5c Ai Babysitter Amplitude Desktop Integration

Integrate Amplitude analytics with privacy controls for desktop applications

analyticsamplitudetracking+2
191 days ago