feat: add add-paws4claws skill#2634
Open
ira-at-work wants to merge 3 commits into
Open
Conversation
Operator setup skill for integrating the paws4claws AWS credential proxy: build the daemon image, generate a bearer token, configure .env / .env.paws, and mount the wrapper per agent group. Documents the mount-from-outside pattern: wrapper files go in groups/<group>/bin/ (mounted at /workspace/agent/bin/ inside the container) rather than being baked into the image via COPY. Supports paws4claws v0.2+ (two-file wrapper: aws + file_allowlist.sh). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8883046 to
90f5c14
Compare
This was referenced May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
/add-paws4clawsoperator skill (.claude/skills/add-paws4claws/) for integrating the paws4claws AWS credential proxy daemon:.env/.env.pawsgroups/<group>/bin/(mounted at/workspace/agent/bin/inside the container) rather than being baked into the image viaCOPY— keeps the wrapper updatable without an image rebuildaws+file_allowlist.sh)Test plan
/add-paws4clawsfrom scratch on a clean install — daemon builds and starts, token is generated,.env.pawsis written, wrapper files land in the agent bin diraws s3 lsfrom inside an agent container — request proxied through daemon, credentials injected, output returned🤖 Generated with Claude Code