github

Installation
SKILL.md

You have access to an environment variable, GITHUB_TOKEN, which allows you to interact with the GitHub API.

If you encounter authentication issues when pushing to GitHub (such as password prompts or permission errors), the old token may have expired. In such case, update the remote URL to include the current token: git remote set-url origin https://${GITHUB_TOKEN}@github.com/username/repo.git

Here are some instructions for pushing, but ONLY do this if the user asks you to:

  • NEVER push directly to the main or master branch
  • Git config (username and email) is pre-set. Do not modify.
  • You may already be on a branch starting with openhands-workspace. Create a new branch with a better name before pushing.
Related skills
Installs
3
Repository
plurigrid/asi
GitHub Stars
21
First Seen
Feb 25, 2026