wcpaka-lgtm
- 36 skills
- 0 followers
- 21 hours ago last updated
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Local Model Setup · wcpaka-lgtm bundleSet up local LLM providers (LM Studio, Ollama, llama.cpp) as Hermes Agent backends.
- ▌ Game Save Editing · wcpaka-lgtm bundleEdit PC game save files to change values (money, XP, resources). Locate saves, decompress, edit JSON/binary, recompress, and know what's editable vs hardcoded.
- ▌
- ▌ Unity Game Modding · wcpaka-lgtm bundleModify Unity games — save file editing, BepInEx IL2CPP plugin development, IL2CPP metadata analysis, and runtime Harmony patching.
- ▌
- ▌
- ▌
- ▌ Unity Il2cpp Modding · wcpaka-lgtm bundleMod Unity IL2CPP games with BepInEx 6 + Harmony: plugin dev, metadata version workarounds, interop generation, runtime patching.
- ▌ Local Model Troubleshooting · wcpaka-lgtm bundleDiagnose PyTorch CUDA mismatches and diffusion model issues.
- ▌ Download Online Media · wcpaka-lgtmDownload videos, audio, and images from online platforms (X/Twitter, YouTube, Reddit, Instagram, TikTok, etc.) using yt-dlp. Use when the user provides a URL to a social-media post, streaming video, or online clip and asks to save, download, fetch, or archive it. Triggers on phrases like "download this video", "save this clip", "받기", "다운받아줘", or any URL pointing to x.com, twitter.com, youtube.com, reddit.com, instagram.com, tiktok.com, vimeo.com, etc.
- ▌
- ▌ Hermes Credential Pools · wcpaka-lgtm bundleUse when adding multiple API keys per provider to Hermes.
- ▌ Opencodex · wcpaka-lgtm bundleManage OpenCodex (Codex proxy fork): model catalog, provider routing, config.
- ▌ Hermes Auxiliary Models · wcpaka-lgtm bundleSet up Hermes auxiliary LLM backends (vision, fallbacks).
- ▌
- ▌ Hermes State Sync Via Git · wcpaka-lgtm bundleUse when the user wants to sync Hermes Agent state (config, soul, auth, memories, skills, cron) across multiple machines via a private Git repo. Covers bi-directional sync via cron, PAT auth on GitHub, MSYS path issues on Windows, the .gitignore allowlist trick, the python3→python Microsoft Store stub bug, the staging-vs-working-tree pattern that prevents sync from corrupting a running Hermes process, and the **two-machine cross-contamination problem** (Mac editing HERMES_DIR silently breaks Windows) solved by OSTYPE auto-detection in sync.sh.
- ▌ Computer Use · wcpaka-lgtmDrive the user's desktop in the background — clicking, typing, scrolling, dragging — without stealing the cursor, keyboard focus, or switching virtual desktops / Spaces. Cross-platform: macOS, Windows, Linux. Works with any tool-capable model. Load this skill whenever the `computer_use` tool is available.
- ▌ Windows Ml Troubleshooting · wcpaka-lgtmDebug CUDA crashes and Python venv contamination on Windows.
- ▌
- ▌ AI Model Release Research · wcpaka-lgtm bundleInvestigate new AI model releases: weights, license, buzz.
- ▌ Windows System Troubleshooting · wcpaka-lgtm bundleWindows OS issues: credential popups, drives, services.
- ▌
- ▌ Headless HTML Testing · wcpaka-lgtm bundleVerify interactive standalone HTML artifacts (games, prototypes, demos) by running their script in Node.js with DOM/canvas stubs — no browser required.
- ▌
- ▌
- ▌ Pywebview Desktop Apps · wcpaka-lgtm bundleUse for Python desktop GUI apps shipped as a single .exe.
- ▌ Video Download With Korean Title · wcpaka-lgtmUse when the user asks to save a video from a URL (X, YouTube, Instagram, etc.) to NAS. Downloads the video, extracts keyframes, has vision model generate a short Korean title, and renames to "platform_한글제목.mp4".
- ▌ Browser Game Development · wcpaka-lgtm bundleDevelop and debug standalone single-file HTML/JS browser games (idle/tycoon/sim games persisted to localStorage). Covers the recurring bug classes — especially save-format forward-compatibility — and the patterns that prevent them.
- ▌ Chrome Extension Development · wcpaka-lgtm bundleBuild Chrome/Edge MV3 extensions with LLM API integration.
- ▌ Browser Userscript Development · wcpaka-lgtm bundleUse when writing Tampermonkey/userscripts for SPAs.
- ▌ Claude Code Third Party Providers · wcpaka-lgtm bundleConnect non-Anthropic LLMs to Claude Code via proxy.