Skip to content

docs(skills): state the trial cap production actually applies - #16

Merged
kev1n merged 1 commit into
mainfrom
chore/skill-trial-cap-005
Sep 2, 2026
Merged

docs(skills): state the trial cap production actually applies#16
kev1n merged 1 commit into
mainfrom
chore/skill-trial-cap-005

Conversation

@kev1n

@kev1n kev1n commented Sep 2, 2026

Copy link
Copy Markdown
Member

The bundled anyapi-onboarding skill instructed an agent to tell its human that the free trial key carries "about $0.15 of requests". Production applies a $0.05 per-key trial spend cap, so the sentence the agent reads aloud overstates the budget by three times. This is the copy a human actually hears, so the wrong number lands in front of a person, not just in a README.

Both occurrences in skills/anyapi-onboarding/SKILL.md now say "about $0.05 of requests". Follows PR #15, which fixed the same number in the README.

No code change. src/commands.ts never hardcodes the amount: it prints formatUsd(signup.capUsd) from the live signup response, so the CLI already reports whatever cap the gateway returns.

🤖 Generated with Claude Code

https://claude.ai/code/session_01NBN5UcsuNFMMphdxQCbGDw

The onboarding skill told an agent to tell its human the trial key
carries about $0.15 of requests. Production applies a $0.05 per-key
trial spend cap, so the sentence the agent reads aloud was wrong.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NBN5UcsuNFMMphdxQCbGDw
@kev1n
kev1n merged commit 6aa548f into main Sep 2, 2026
2 checks passed
@kev1n
kev1n deleted the chore/skill-trial-cap-005 branch September 2, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant