docker-via-wsl

docker-via-wsl is a skill for Claude Code, Codex from netresearch/docker-development-skill. It costs 141 tokens per session (905 once invoked), scanned A, original, no licence file.

Instructions for running Docker commands through WSL when an AI agent is using Windows outside WSL. WSL is the Windows Subsystem for Linux, and Docker Desktop uses its WSL2 engine in this setup.

In plain words
What is it for?
Running Docker or Docker Compose commands from Git Bash, MSYS, or PowerShell on Windows when Docker Desktop is backed by WSL2.
Why use it?
It avoids Docker commands being run from the wrong environment, especially when the project is on a network or shared drive. The instructions ensure commands are re-issued inside WSL.

Skill for Claude CodeCodex

Part of the docker-development plugin — 2 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/netresearch/docker-development-skill/docker-via-wsl
Any agent
npx skills add netresearch/docker-development-skill --skill docker-via-wsl
Clone the repo
git clone --depth 1 https://github.com/netresearch/docker-development-skill

Made for: Claude Code, Codex.

Or install docker-development, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for docker-via-wsl

README.md
[![agentmods](https://agentmods.dev/badge/skills/netresearch/docker-development-skill/docker-via-wsl.svg)](https://agentmods.dev/skills/netresearch/docker-development-skill/docker-via-wsl)
Your own site
<a href="https://agentmods.dev/skills/netresearch/docker-development-skill/docker-via-wsl"><img src="https://agentmods.dev/badge/skills/netresearch/docker-development-skill/docker-via-wsl.svg" alt="Measured on agentmods" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 905 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00141 $0.00905
Opus 5 $0.00071 $0.00452
Sonnet 5 $0.00028 $0.00181
Haiku 4.5 $0.00014 $0.00090

Measured 3d ago against content hash 587d178ef5d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

docker-via-wsl scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/docker-via-wsl/SKILL.md · 73 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 73 lines · 141 tokens per session scan A 587d178ef5d6

Subscribe to this mod's changes

docker-via-wsl is a skill published in the GitHub repository netresearch/docker-development-skill (19 stars, last pushed 5d ago), with no licence file. It adds 141 tokens to every session and 905 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

new-service

Add a new service to Harbor — scaffold the compose config, environment variables, metadata, documentation, and cross-service integrations. Use this skill whenever the user wants to add a new service to Harbor, integrate a new tool/app/model server, create a compose configuration for a new project, or onboard any…

av/harbor · 139 tokens

harbor

CLI toolkit for managing containerized LLM services. Use when the user wants to start, stop, configure, or manage AI/LLM services like Ollama, Open WebUI, llama.cpp, vLLM, LiteLLM, ComfyUI, and 250+ others. Triggers on requests to "run a model", "start ollama", "set up an LLM", "configure harbor", "manage services"…

av/harbor · 114 tokens

docker-local-build

Build and test Kurtosis from source on local Docker. Compiles all components (engine, core, files-artifacts-expander), builds Docker images, installs the CLI, and restarts the engine. Use when developing Kurtosis and testing changes locally with Docker.

kurtosis-tech/kurtosis · 56 tokens

files-inspect

Inspect, download, upload, and debug Kurtosis file artifacts. View artifacts in an enclave, download them locally for inspection, upload local files, and troubleshoot file mounting issues. Use when services can't find expected files or configs are wrong.

kurtosis-tech/kurtosis · 51 tokens

docker-debug

Debug Kurtosis running on local Docker. Inspect engine, API container, and service logs. Diagnose container crashes, port conflicts, and networking issues. Use when kurtosis commands fail or services aren't reachable on Docker.

kurtosis-tech/kurtosis · 45 tokens

k8s-dev-deploy

Build, push, and deploy Kurtosis dev images to a Kubernetes cluster without creating a release. Rebuilds engine, core, and files-artifacts-expander as multi-arch Docker images with a unique tag, pushes to the logged-in user's Docker Hub, and restarts the engine. Use when testing local code changes on a k8s cluster.

kurtosis-tech/kurtosis · 78 tokens