Local Binary Swap — Testing skill for Claude Code
Publish and swap local netclaw/netclawd binaries for live integration testing.
How to install Local Binary Swap
Installs to ~/.claude/skills/aaronontheweb-netclaw-local-binary-swap/SKILL.md
mkdir -p ~/.claude/skills/aaronontheweb-netclaw-local-binary-swap && curl -fsSL https://raw.githubusercontent.com/Aaronontheweb/netclaw/HEAD/.claude/skills/local-binary-swap.md -o ~/.claude/skills/aaronontheweb-netclaw-local-binary-swap/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Local Binary Swap does
name: local-binary-swap description: Publish and swap local netclaw/netclawd binaries for live integration testing. Activate when user says "swap binaries", "publish locally", "test locally", or wants to test CLI/daemon changes against their running install.
Local Binary Swap for Integration Testing
Publish the CLI and/or daemon from the current worktree and swap them into the user's local `~/.netclaw/bin/` install for live testing.
Safety Protocol
- Stop the daemon first —
Alternatives in Testing
- Regen API — Regenerate the OpenAPI spec and web API client after server API changes 2.5k ★
- Test After Change Diagnostics.V1 — If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error) 272 ★
- API Spec — Generate Zalando-compliant OpenAPI 3.1 specs (one per bounded context) and publish to SmartBear SwaggerHub 172 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Piv
Self-recursive development loop with real auth testing, live DB research, 100% test pass requirements, and MAN
Ship And Verify
Build the Mori desktop release, prompt user to install + run targeted tests, then read JSONL log to verify the
GAAI Framework
95+ Drop-in governance layer (.gaai/ folder) -- backlog authorization, cross-session memory, decision tracking
Test Locally
How to test pr-review changes locally — unit tests, end-to-end runs, and plugin installation verification.
Install Local
Bump version and install both extensions locally (VS Code + spec-kit)
Claude Annotate
Claude Code plugin: draw on a live frontend in the Playwright browser, annotated screenshot flows back into th
Related Agents
Asset Manager
Publish and manage hosted assets (HTML sites, docs, file bundles) on the Octave assets service. Use when the u
Binary Analysis Patterns
Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code,... - wshob
Binary Triage
Fast initial assessment of unknown binaries using radare2 and shell tools. No heavy analysis — format ID, stri