Armory
Source
Browse
CLAUDE.md / Rules

api-key-helper

Configure a custom script to dynamically generate authentication tokens. The script will be executed to obtain fresh API keys, useful for environments with rotating credentials or temporary access tokens. TTL is set to 1 hour (3600000ms).

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install api-key-helper --cli claude

writes the file to.claude/rules/api-key-helper.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/rules/api-key-helper.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Configure a custom script to dynamically generate authentication tokens. The script will be executed to obtain fresh API keys, useful for environments with rotating credentials or temporary access tokens. TTL is set to 1 hour (3600000ms).

When to use it

Configure a custom script to dynamically generate authentication tokens. The script will be executed to obtain fresh API keys, useful for environments with rotating credentials or temporary access tokens. TTL is set to 1 hour (3600000ms).

How to install / invoke

# Merge the settings block into your .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/settings/authentication/api-key-helper.json | jq .

Notes

Extracted from davila7/claude-code-templates, authentication category.