windows skills

181 tagged windows, measured the same way as everything else here.

Browse within: ai-os 59local-first 59personal-ai 59macos 19linux 15chatgpt 14coding-agent 12powershell 11windows-11 11wsl 11anticheat 10awesome 10cheat 10debug 10

mukul975/Anthropic-Cybersecurity-Skills

Skill Claude CodeCodex

Extract and decrypt Windows DPAPI-protected secrets (Credential Manager, browser logins/cookies, Wi-Fi credentials, KeePass keys) online or offline using SharpDPAPI, SharpChrome, Mimikatz, or Impacket's dpapi.py, including domain-wide decryption via the DPAPI backup key. Use during authorized red-team…

32k 8d ago A 97 tokens original Apache-2.0

creating-components

02

nukeop/nuclear

Skill Claude CodeCodex

Use when creating new UI components in packages/ui. Covers component structure, tests, stories, and what to avoid.

18k 2d ago A 26 tokens AGPL-3.0

host-pattern

03

nukeop/nuclear

Skill Claude CodeCodex

Use when adding a new domain to Nuclear's plugin system, or implementing a host. Covers the host pattern (how player functionality is exposed to plugins), the host interface and API class structure, how hosts are implemented in the player, error handling conventions, and what files to create and modify. Trigger…

18k 2d ago A 86 tokens AGPL-3.0

writing-docs

04

nukeop/nuclear

Skill Claude CodeCodex

Use when writing or editing documentation in packages/docs. Covers Gitbook markdown syntax, special blocks, page structure, and the SUMMARY.md table of contents. Trigger phrases include "write docs", "add documentation", "docs page", "gitbook", "user manual".

18k 2d ago A 57 tokens AGPL-3.0

hula-skill

05

HuLaSpark/HuLa

Skill Claude CodeCodex

HuLa project skill for frontend (Vue 3 + Vite + UnoCSS + Naive UI/Vant), backend (Tauri v2 + Rust + SeaORM/SQLite), full-stack flows, and build/release work. Use when the user mentions hula or HuLa or requests changes in this repository; after triggering, ask which scope (frontend/backend/fullstack/build-release) to…

7.7k 17d ago A 86 tokens original Apache-2.0

CursorTouch/Windows-MCP

Skill Claude CodeCodex

Automated testing skill for Windows-MCP tools. Use this skill whenever the user wants to test, validate, benchmark, or evaluate any Windows-MCP tool (App, PowerShell, Screenshot, Snapshot, Click, Type, Scroll, Move, Shortcut, Wait, MultiSelect, MultiEdit, Clipboard, Process, Notification, FileSystem, Registry…

6.9k 3d ago A 139 tokens original MIT

anti-cheat-systems

07

gmh5225/awesome-game-security

Skill Claude CodeCodex

Guide for modern game anti-cheat architecture, Windows kernel monitoring, and detection tradeoffs. Use this skill when analyzing EAC, BattlEye, Vanguard, FACEIT AC, kernel callbacks, handle protection, manual-map detection, boot-start drivers, BYOVD, DMA threats, or behavioral telemetry in game security research.

3.5k 2d ago A 71 tokens original MIT

gmh5225/awesome-game-security

Skill Claude CodeCodex

Guide for PCIe DMA threat modeling, FPGA-based memory access, and defensive implications in game security. Use this skill when researching pcileech, BAR and TLP behavior, page-table walking, IOMMU or VT-d, device impersonation, firmware mimicry, or DMA detection and mitigation in game security research.

3.5k 2d ago A 70 tokens original MIT

gmh5225/awesome-game-security

Skill Claude CodeCodex

Guide for Windows kernel internals and security mechanisms used in game protection and low-level research. Use this skill when working with drivers, IRQL-sensitive callbacks, EPROCESS, ETHREAD, MMVAD internals, IOCTL paths, DSE, PatchGuard, HVCI, PiDDBCache, MmUnloadedDrivers, or kernel memory inspection.

3.5k 2d ago A 77 tokens original MIT

google-flights

11

taracodlabs/aiden

Skill Claude CodeCodex

Search Google Flights for flight prices and schedules using browser automation. Use when user asks to search flights, find airfare, compare prices, check flight availability, or look up routes. Triggers include "search flights", "find flights", "how much is a flight", "flights from X to Y", "cheapest flight", "flight…

797 7d ago A 93 tokens AGPL-3.0

media-search

12

taracodlabs/aiden

Skill Claude CodeCodex

Find and play music/videos via youtubesearch + openurl.

797 7d ago A 14 tokens AGPL-3.0

Malware Analysis

13

buzzer-re/Rikugan

Skill Claude CodeCodex

Windows PE malware analysis — kill chain, IOC extraction, MITRE ATT&CK mapping.

671 2mo ago A 21 tokens original MIT

add-system-action

14

AmineDjeghri/personal-os-setup

Skill Claude CodeCodex

Use when adding a new TUI button/action (system action) or a new package-manager backend to personal-os-setup — e.g. "add a button to do X", "support a new package manager", "add a new tab/section". Covers the factory.py section-builder pattern, the managers/shared.py boilerplate pattern, and the required test…

604 2d ago A 78 tokens original MIT

run-tests

15

AmineDjeghri/personal-os-setup

Skill Claude CodeCodex

Use when writing or running tests in this repo, or when a test fails unexpectedly — "add a test", "run the tests", "why did this test fail/get skipped", "test the new manager/action". Covers make test vs make test-integration (the latter is destructive against the host!), the three test suites, and the exact…

604 2d ago A 81 tokens original MIT

tbtools

17

xuzhougeng/wispterm

Skill Claude CodeCodex

Use when the user asks about TBtools, TBtools-II, TBtools RPC API, TBtools CLI, or bioinformatics operations available through TBtools such as sequence manipulation, BLAST, GFF/GTF/GXF processing, expression tables, heatmaps, trees, MCScanX, DIAMOND, HMMER, MUSCLE, and IQ-TREE.

391 3d ago A 77 tokens original MIT

xuzhougeng/wispterm

Skill Claude CodeCodex

Use when a user wants to report, troubleshoot, or collect context for a WispTerm issue, including crashes, rendering/DPI glitches, high CPU, keyboard/input bugs, selection/copy/scrolling, SSH/SCP failures, SSH image preview failures, HTML preview/browser panel failures, SSH disconnects such as…

391 3d ago A 88 tokens original MIT

xuzhougeng/wispterm

Skill Claude CodeCodex

Use when the user wants to install, repair, or re-apply WispTerm notification reminders (Claude Code Stop + Notification, and Codex turn-complete) in a local WSL/macOS/Linux/PowerShell shell or a saved WispTerm SSH profile, so finishes and confirmation prompts surface inside WispTerm.

391 3d ago A 73 tokens original MIT

tbm-plugin

20

Far-Se/tabame

Skill Claude CodeCodex

Author a Tabame launcher plugin — an external Python/Node/Bun script that extends the app launcher, talking newline-delimited JSON over stdin/stdout. Use when the user wants to build, scaffold, debug, or install a Tabame launcher plugin, add a new launcher keyword backed by a script, or asks about the plugin…

366 2d ago A 74 tokens original MIT

tm-quick-action

21

Far-Se/tabame

Skill Claude CodeCodex

Build or revise Tabame quick menu top-bar buttons in lib/widgets/itzy/quickmenu/button.dart. Use when adding a new quick menu button, redesigning an existing button panel, or aligning a panel with the established Tabame "Instrument Panel" design language (high-density, technical, pro-audio/aviation-grade aesthetic).

366 2d ago A 76 tokens original MIT

procmon

22

progmboy/openprocmon

Skill Claude CodeCodex

Capture and analyze Windows process / file / registry / network activity with OpenProcMon (procmon-cli). Use when investigating what a program does — files it writes, registry keys it touches, network it makes, its process tree and call stacks — or when analyzing a Procmon-compatible .PML capture. The model: a capture…

332 5d ago A 80 tokens original MIT

Misaka-Mikoto-Tech/agent-skills

Skill Claude CodeCodex

Get content from Bilibili videos: official subtitles, danmaku (density/peaks/sample), comments. When no subtitles exist (no 投稿字幕), fall back to downloading audio + ASR transcription via FunASR.

241 4d ago A 52 tokens original MIT

locus-unity-bridge

24

Misaka-Mikoto-Tech/agent-skills

Skill Claude CodeCodex

Use when an agent needs to inspect or control a real Unity Editor through Locus, especially when Unity MCP is unavailable, a project may lack the Locus package, named-pipe discovery is needed, C# must be executed, or Unity scripts must be recompiled.

241 4d ago A 61 tokens original MIT