Get GitHub Token
A Token is like a key that allows Happycapy to operate GitHub on your behalf. Here’s how to get one:Open GitHub Token Settings
Visit https://github.com/settings/tokensOr navigate: GitHub → Click your avatar (top right) → Settings → Developer Settings (bottom left) → Personal access tokens → Tokens (classic)
Generate New Token
- Click Generate new token → Select Generate new token (classic)
- Fill in the Note field (e.g., “Happycapy”)
- Set Expiration to “No expiration” (recommended)
- Select scopes:
- Click Generate token at the bottom of the page
- Copy the generated token (starts with
ghp_)
How to Use
Happycapy’s biggest advantage is that you don’t need to remember any commands - just communicate in natural language!Create a New Repository
Simply say:Organize Conversations and Commit to Repository
This is one of the most common use cases! For example, after writing code with Happycapy, save it to GitHub:- Organize the conversation
- Generate an appropriate file structure
- Commit code to GitHub
- Provide you with the repository link
View and Manage Issues
View existing issues:View Pull Requests
Check CI/CD Status
Usage Tips
Token only needs to be provided once
Token only needs to be provided once
Within the same conversation, after providing the Token for the first time, you don’t need to provide it again for subsequent operations. Happycapy will remember your Token for the session.
You can abbreviate repository names
You can abbreviate repository names
If it’s your own repository, you can just use the repository name instead of the full URL:Instead of:
The magic of natural language
The magic of natural language
Happycapy understands natural language, so you can say things like:
- “Help me see recent commit records”
- “Create a README file and commit it”
- “Check if the tests passed”
- “Commit the code for this feature to a new branch”
FAQ
Are Tokens safe?
Are Tokens safe?
The token is only used within your session and is not stored or shared with others.Security recommendations:
- Replace your Token regularly (e.g., every 3 months)
- Don’t share tokens publicly
- If you suspect a leak, immediately delete the old Token in GitHub and generate a new one
What if I lose my Token?
What if I lose my Token?
No problem! If you lose your Token:
- Return to the GitHub Token settings page
- Delete the old token
- Generate a new one
What can Happycapy do with GitHub?
What can Happycapy do with GitHub?
Happycapy can handle virtually all GitHub operations:
- ✅ Create/delete repositories
- ✅ Commit code and create branches
- ✅ Manage Issues and Pull Requests
- ✅ View commit history
- ✅ Check CI/CD status
- ✅ Manage repository settings
Still have questions?
Check our FAQ page or contact us for support