Tokenblast.Cc banner
conorluddy conorluddy

Tokenblast.Cc

Development community

Description

Interactive config generator for Claude Code environment flags. Tune sliders, save presets, copy your settings.json

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

TokenBlast

Interactive config generator for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) environment flags. Find your preferred balance of cost, tokens, and thinking.

**[www.tokenblast.cc](https://www.tokenblast.cc)**

Generated from Claude Code **v2.1.245** — 626 flags across 18 categories.

Authentication & Identity

Flag Type Description
ANTHROPIC_API_KEY text Direct API key for Anthropic inference — bypasses OAuth flow entirely.
ANTHROPIC_AUTH_TOKEN text Bearer token used as an alternative credential, checked before OAuth sources.
ANTHROPIC_BASE_URL text Reroutes all API traffic to a custom endpoint, overriding the default api.anthropic.com.
ANTHROPIC_IDENTITY_TOKEN text Inline OIDC federation identity token used for token-exchange auth when no identity_token_file path is configured.
ANTHROPIC_UNIX_SOCKET text Routes Anthropic API requests through a local Unix domain socket instead of TCP.
CLAUDE_CODE_ACCOUNT_TAGGED_ID text Overrides the OTEL account ID tag used in telemetry metrics, falls back to a derived value.
CLAUDE_CODE_ACCOUNT_UUID text Injects account UUID to pre-populate OAuth session without interactive login.
CLAUDE_CODE_API_BASE_URL text Reroutes Files API calls to a custom base URL, falling back to ANTHROPIC_BASE_URL.
CLAUDE_CODE_API_KEY_FILE_DESCRIPTOR text Reads the API key from a file descriptor, enabling secure secret injection without env-var exposure.
CLAUDE_CODE_API_KEY_HELPER_TTL_MS number Controls how long the API key helper script result is cached before re-executing.
CLAUDE_CODE_ARTIFACTS_API_TOKEN text
CLAUDE_CODE_ATTRIBUTION_HEADER boolean Suppresses the Claude Code attribution header appended to API requests when set.
CLAUDE_CODE_AUTH_FAIL_EXIT_MS number Forces remote child sessions to exit after sustained auth failure; default ten minutes.
`C