github とは?
GITHUB_TOKEN 環境変数と GitHub CLI を使用して、GitHub リポジトリ、プル リクエスト、問題、ワークフローと対話します。 GitHub でホストされているコードを操作する場合、または GitHub リソースを管理する場合に使用します。 ソース: openhands/extensions。
GITHUB_TOKEN 環境変数と GitHub CLI を使用して、GitHub リポジトリ、プル リクエスト、問題、ワークフローと対話します。 GitHub でホストされているコードを操作する場合、または GitHub リソースを管理する場合に使用します。
コマンドラインで github AI スキルを開発環境にすばやくインストール
ソース: openhands/extensions。
You have access to an environment variable, GITHUBTOKEN, which allows you to interact with the GitHub API.
You can use curl with the GITHUBTOKEN to interact with GitHub's API. ALWAYS use the GitHub API for operations instead of a web browser. ALWAYS use the createpr tool to open a pull request If the user asks you to check GitHub Actions status, first try to use gh to work with workflows, and only fallback to basic API calls if that fails.
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://${GITHUBTOKEN}@github.com/username/repo.git
GITHUB_TOKEN 環境変数と GitHub CLI を使用して、GitHub リポジトリ、プル リクエスト、問題、ワークフローと対話します。 GitHub でホストされているコードを操作する場合、または GitHub リソースを管理する場合に使用します。 ソース: openhands/extensions。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/openhands/extensions --skill githubGITHUB_TOKEN 環境変数と GitHub CLI を使用して、GitHub リポジトリ、プル リクエスト、問題、ワークフローと対話します。 GitHub でホストされているコードを操作する場合、または GitHub リソースを管理する場合に使用します。 ソース: openhands/extensions。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/openhands/extensions --skill github インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/openhands/extensions