File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ claw-wrap supports two approaches for credential injection:
8787- You want route-based credential injection by host/path
8888- Multiple tools need the same API credentials
8989
90- ## Secret Backends
90+ ## Credential Backends
9191
9292| Backend | Prefix | Example | Notes |
9393| ------- | ------ | ------- | ----- |
@@ -191,19 +191,6 @@ claw-wrap check # Should show credentials OK (run from host/admin context)
191191gh repo list # Should work — using proxied credentials
192192```
193193
194- ## Credential Backends
195-
196- | Backend | Format | Example |
197- | --- | --- | --- |
198- | [ pass] ( https://www.passwordstore.org/ ) | ` pass:path ` | ` pass:cli/github/token ` |
199- | [ 1Password CLI] ( https://developer.1password.com/docs/cli/ ) | ` op://vault/item/field ` | ` op://dev/github/token ` |
200- | [ Bitwarden CLI] ( https://bitwarden.com/help/cli/ ) | ` bw:item-uuid ` | ` bw:a1b2c3d4 ` |
201- | macOS Keychain | ` keychain:service ` | ` keychain:github-token ` |
202- | [ age] ( https://age-encryption.org/ ) | ` age:/path/file.age ` | ` age:/etc/secrets/token.age ` |
203- | Environment | ` env:VAR ` | ` env:GH_TOKEN ` |
204-
205- All backends support ` | .jq_expr ` suffix for JSON field extraction (e.g. ` op://vault/item/field | .token ` ).
206-
207194## Safety Controls
208195
209196claw-wrap doesn't just proxy credentials — it enforces what the agent can do with them.
You can’t perform that action at this time.
0 commit comments