Show GitHub connection status for current project. Requires authentication
Show GitHub connection status for current project
agentuity auth login--project-id)agentuity git status
Show GitHub status for current project:
bunx @agentuity/cli git status
Get status in JSON format:
bunx @agentuity/cli --json git status
Returns JSON object:
{
"orgId": "string",
"connected": "boolean",
"integrations": "array",
"projectId": "string",
"linked": "boolean",
"repoFullName": "string",
"branch": "string",
"directory": "string",
"autoDeploy": "boolean",
"previewDeploy": "boolean"
}
| Field | Type | Description |
|-------|------|-------------|
| orgId | string | Organization ID |
| connected | boolean | Whether GitHub is connected to the org |
| integrations | array | Connected GitHub accounts |
| projectId | string | Project ID |
| linked | boolean | Whether the project is linked to a repo |
| repoFullName | string | Full repository name |
| branch | string | Branch |
| directory | string | Directory |
| autoDeploy | boolean | Auto-deploy enabled |
| previewDeploy | boolean | Preview deploys enabled |
npx skills add agentuity/agentuity-cli-git-status下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer