Schedule After Usage Reset
Automatically find the usage reset time and call /schedule with it. No questions asked.
Steps
1. Get the reset time
Fetch from the Anthropic usage API:
token_json=$(/usr/bin/security find-generic-password -s 'Claude Code-credentials' -w 2>/dev/null)
access_token=$(echo "$token_json" | python3 -c "import sys,json; d=json.load(sys.stdin); print(d.get('claudeAiOauth',{}).get('accessToken',''))")
curl -s -H "Authorization: Bearer $access_token" \
[Description truncada. Veja o README completo no GitHub.]