This is REALLY awesome! However, you need to change your instructions now that you have the install script. I came across another of your posts a couple of days ago when you announceed the update. I went to the github page and scanned the readme. I followed the link to the blog post and followed the directions there since the readme said these were more complete. Topday I tried to use it to review a PR and got a oauth error. Weird, I thought, as I remembered that your announcement was explicitly about fixing this. So I went back to the github page, which is when I noticed the curl/bash install info. I then used the curl command, went through the wonderful install flow (super clear and easy) and successfully installed. and used it. I imagine others may make the mistake I did and follow the outdated blog post instructions! Answer from Parabola2112 on reddit.com
🌐
Reddit
reddit.com › r/claudeai › i signed up and paid for claude max tonight. i just want to holy sh..!
r/ClaudeAI on Reddit: I signed up and paid for Claude Max tonight. I just want to Holy sh..!
May 15, 2025 -

Over the past few days me and Gemini have been working on pseudocode for an app I want to do. I had Gemini break the pseudocode in logical steps and create markdown files for each step. This came out to be 47 md files. I wasn't sure where to take this after that. It's a lot.

Then I signed up for Claude code with Max. I went for the upper tier as I need to get this project rolling. I started up pycharm, dropped all 45 md files from gemini and let Claude Code go. Sure, there were questions from Claude, but in less than 30 mins I had a semi-working flask app. Yes, there were bugs. This is and should be expected. Knowing how I would handle the errors personally helped me to guide Claude to finding the issue.

It was an amazing experience and I appreciate the CLI. If this works out how I hope, I'll be canceling my subscriptions to other AI services. Don't get me started on the AI services I've tried. I'm not looking for perfection. Just to get very close.

I would highly suggest looking into Claude code with a max subscription if you are comfortable with the CLI.

Anthropic has some secret something that makes it dominant in the coding world. I tried others, but always need to rely on 3.7. I'll probably keep my gemini sub but I'm canceling all others.

Sorry for the lengthy post.

🌐
Reddit
reddit.com › r/claudeai › use claude github app with your claude max subscription
r/ClaudeAI on Reddit: Use Claude Github App with your Claude Max Subscription
May 24, 2025 -

EDIT 29.06.2025: 1 month has passed and we made it easier than ever to install @ claude on your own github repo in one command with the Claude Installer. Also we fixed tokens expiry issue, now you can keep using the same setup as long as you are a subscriber!

EDIT 04.06.2025: Anthropic released Claude Code for the Pro Plan ($20/month) so it now works for all paying users of Claude!!

So I already came here to say how disappointed I was to not be able to use my Claude Max Subscription with the new Github integration. I am already paying 100$/month and I have to create a pay per use key to use one of the key integration of Claude Code?

Anyway the community and "valued contributors" here told me that it was normal and that I was naive to assume that I would be able to use that subscription in CI/CD...

So guess what I made a fork of the Anthropic Github Action and now all of us can almost seamlessly use our Claude Max Subscription with the Anthropic Github App.

Here is how you do it:

  1. Follow the official step to setup the Github App for your repository.

  2. Make sure you are logged in locally in claude code with `/login` using your Claude Max Subscription.

  3. Add CLAUDE_ACCESS_TOKEN, CLAUDE_REFRESH_TOKEN, CLAUDE_EXPIRES_AT secrets to your github repository. You will find the values for those in `~/.claude/.credentials.json` (on ubuntu), Or search "claude" in keychain on MacOS then "show password".

  4. In your `workflow.yaml` instead of using the official `anthropic/claude-code-action` github action use the forked action: - name: Run Claude PR Action uses: grll/claude-code-action@beta with: use_oauth: true claude_access_token: ${{ secrets.CLAUDE_ACCESS_TOKEN }} claude_refresh_token: ${{ secrets.CLAUDE_REFRESH_TOKEN }} claude_expires_at: ${{ secrets.CLAUDE_EXPIRES_AT }}

Enjoy the Github App with your Claude Max subscription!

full breakdown of steps:

https://grll.bearblog.dev/use-claude-github-actions-with-claude-max/

🌐
GitHub
github.com › topics › claude-max
claude-max · GitHub Topics · GitHub
claude claude-code claude-code-sdk claude-code-typescript claude-max
🌐
Reddit
reddit.com › r/github › how we made claude code free in github actions (for pro / max users)
r/github on Reddit: How we made Claude Code free in github actions (for Pro / Max users)
July 1, 2025 -

1 month ago Anthropic released rather quickly there Github App and github action in response to Google Jules and OpenAI Codex. It allows to trigger a github action with "@claude" on issues or PRs and getting Claude Code to do the work and revert back in semi realtime.

It's all great but bad news for many Antropic subscribers (Claude Max / Claude Pro) it turns out that if they want to use @claude on their repo, they have to create a new API key and pay per tokens on top of their subscription.

Turns out the community of disapointed people by the above is quite big, so we gathered with the open-source community on github and created a fork of the claude github action enabling oauth support via a few github secrets that you would set on your repository and pass to the github action.

After a month and a lot of contributions, discussions and ideas we have improved the github action above by allowing to perform the full oauth flow within github indenpendently from the local Claude Code app. This solved all issue we had previously with oauth token expiring or invalidating the local oauth flow.

To give you an idea of what it took to achieve an oauth flow within github actions, we created a separate github action called claude code login. It runs in two steps the first one would store the oauth state in cache and generate the unique url to the anthropic website which generate the code. We then expect the user to go on the url, copy the code and re-run the same action. On the second run the user should provide the copied code. Using the cached state we perform the exchange code for token of the oauth flow and store the oauth tokens and expiry information in github secrets.

Additionally to the claude code login github action we check the expiry secret and refresh the tokens automatically (updating github secrets with a PAT) if expired or close to expire.

If you want to try for yourself, we have also released an installer which make it as simple as running one command in your repo to get started with @claude (if you are Claude subscriber):

# cd into your repo
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/installer.sh)

Let @claude solve all your github issues, and PRs at no extra cost...

repo: https://github.com/grll/claude-code-action

🌐
GitHub
github.com › inmve › free-ai-coding
GitHub - inmve/free-ai-coding: AI coding tools that give free Claude Opus/Sonnet, GPT-5, Gemini Pro, and other pro-grade models
Ultra ($200/mo): 20x usage on all OpenAI, Claude, Gemini models + Priority access to new features · Teams ($40/user/mo): Pro features + Centralized billing + Usage analytics + SAML/OIDC SSO · Enterprise (Custom): Everything in Teams + Pooled usage + SCIM + AI code tracking API + Audit logs · GPT-5.1-Codex-Max free for all users until Dec 11, 2025 (77.9% SWE-bench Verified)
Starred by 344 users
Forked by 52 users
Languages   JavaScript
🌐
Anthropic
anthropic.com › news › claude-opus-4-5
Introducing Claude Opus 4.5
Claude Code is also now available ... GitHub, and a third updates docs. For Claude app users, long conversations no longer hit a wall—Claude automatically summarizes earlier context as needed, so you can keep the chat going. Claude for Chrome, which lets Claude handle tasks across your browser ...
🌐
GitHub
github.com › SuperClaude-Org › SuperClaude_Framework
GitHub - SuperClaude-Org/SuperClaude_Framework: A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and development methodologies.
The Claude Max subscription alone runs $100/month for testing, and that's before counting the hours spent on documentation, bug fixes, and feature development. If you're finding value in SuperClaude for your daily work, consider supporting the ...
Starred by 19.3K users
Forked by 1.7K users
Languages   Python 75.2% | TypeScript 13.7% | Shell 9.0% | Makefile 2.1%
Find elsewhere
🌐
Apidog
apidog.com › blog › claude-code-free-credits
How to Claim Free Claude Code Credits: $250 for Pro, $1000 for Max Subscribers
November 6, 2025 - Next, install the Claude GitHub app if not already done – this step authenticates repository access for coding tasks. Once set up, initiate a session by entering commands in the web terminal.
🌐
DEV Community
dev.to › jimmylin › free-access-to-claude-37-sonnet-your-no-cost-guide-2
Free Access to Claude 3.7 Sonnet: Your No-Cost Guide! - DEV Community
March 31, 2025 - This means you can access Claude ... ... Step 1: Activate the trial: Visit GitHub's Copilot Pro page and sign up for their 30-day trial....
🌐
Reddit
reddit.com › r/claudeai › claude code github action now for all paying users
r/ClaudeAI on Reddit: Claude Code Github Action now for all paying users
May 22, 2025 -

EDIT 2025.06.29: 1 month has passed and we made it easier than ever to install @ claude on your own github repo in one command with the Claude Installer. Also we fixed tokens expiry issue, now you can keep using the same setup as long as you are a subscriber!

So by now you have tried Claude Code with your Pro subscription maybe even started to enjoy it. Then you might have seen some posts or video about using Claude Code with "@claude" directly within github issues or PR. Maybe you even tried to say "@claude solve my problems" on your github issues only to see Claude ghosting you.

It's time to let Claude help you directly from within Github, so you follow the official documentation. But what do you see? Oh no, you need to create a new API key which is pay as you go to make it work from github.

Say no more! Using the following fork of Claude Code Action you can now use your subscription quota to have Claude become your best friend on Github. Claude will now answer even your nastier requests at no extra cost.

The fork:

https://github.com/grll/claude-code-action

The guide:

https://grll.bearblog.dev/use-claude-github-actions-with-claude-max/

🌐
Data Studios
datastudios.org › post › claude-ai-how-to-get-free-trials-and-limited-time-premium-access-in-2025
Claude AI: How to get free trials and limited-time premium access in 2025
August 17, 2025 - Claude’s subscription plans—Pro and Max—give users access to premium models such as Claude Opus 4, Opus 4.1, and Claude Sonnet 4, along with larger context windows and higher usage caps. While these tiers are normally billed monthly, Anthropic regularly runs time-limited promotions that make it possible to try the premium features for free or at a reduced cost.
🌐
GitHub
github.com › anthropics › claude-code-action
GitHub - anthropics/claude-code-action
Just open claude and run /install-github-app.
Starred by 4.4K users
Forked by 1.3K users
Languages   TypeScript 93.6% | JavaScript 5.8% | Shell 0.6%
🌐
Medium
nuttakitkundum.medium.com › unlocking-solo-dev-superpowers-with-claude-code-and-github-flow-991978f7543b
Unlocking Solo-Dev Superpowers with Claude Code and GitHub Flow | by Nuttakit Kundum | Medium
July 1, 2025 - Committing — optional; Claude writes tidy git messages. Testing — run unit specs and Puppeteer UI clicks if the view changed. youtubeds.com · A single command turns a well-written ticket into a feature branch, complete with a Pull Request. ... CI passes — GitHub Actions runs the test-suite + linter on every push.
🌐
ClaudeLog
claudelog.com › home › faqs › what is claude max
What is Claude Max | ClaudeLog
Intensive Professional: Claude Max 20x for daily development requiring frequent Opus access · Budget Consideration: Start with Max 5x and upgrade if you consistently hit Opus limits ... Run multiple autonomous coding agents simultaneously with Verdent's isolated Git worktrees. Each agent tackles different components while maintaining full context awareness, eliminating manual debugging bottlenecks and accelerating feature delivery. Discover Verdent AI (Free Trial)
🌐
GitHub
github.com › anthropics › claude-code › issues › 6955
[Bug] Claude Code fails to recognize MAX subscription tier - defaults to Pro restrictions · Issue #6955 · anthropics/claude-code
September 1, 2025 - Have an active MAX x20 subscription (Org ID: 55456c2e-de81-4166-bc9b-1f113c39d7af) Login to Claude Code using claude login --subscription
Published   Sep 01, 2025
🌐
Reddit
reddit.com › r/claudeai › we're giving pro and max users free usage credits for claude code on the web.
r/ClaudeAI on Reddit: We're giving Pro and Max users free usage credits for Claude Code on the web.
November 4, 2025 -

Since launching Claude Code on the web, your feedback has been invaluable. We’re temporarily adding free usage so you can push the limits of parallel work and help make Claude even better.

Available for a limited time (until November 18):
• Max users: $1,000 in credits
• Pro users: $250 in credits

These credits are separate from your standard plan limits and expire November 18 at 11:59 PM PT. This is a limited time offer for all existing users and for new users while supplies last.

Learn more about Claude Code on the web:
• Blog post: https://www.anthropic.com/news/claude-code-on-the-web
• Documentation: https://docs.claude.com/en/docs/claude-code/claude-code-on-the-web

Start using your credits at claude.ai/code. See here for more details.

🌐
Claude
claude.com › pricing › max
Max plan | Claude
Get expanded Claude access with up to 20x higher usage limits. Priority access to new features for your most demanding projects.