Gitea operations via tea CLI. Use when user mentions: gitea, tea, or when git remote shows a Gitea instance.
Use tea for Gitea repositories. To detect Gitea, check if the remote is not GitHub or GitLab:
git remote -v
If the remote doesn't contain github.com or gitlab, it may be a Gitea instance.
Always verify authentication first:
tea login list
If not authenticated, guide the user to run tea login add.
git status--output: For machine-readable output, use -o json or -o yaml| Action | Command |
|--------|---------|
| Create | tea pr create --title "Title" --description "Desc" |
| List | tea pr list |
| View | tea pr view <id> |
| Checkout | tea pr checkout <id> |
| Merge | tea pr merge <id> |
| Action | Command |
|--------|---------|
| Create | tea issue create --title "Title" --body "Desc" |
| List | tea issue list |
| List open | tea issue list --state open |
| View | tea issue view <id> |
| Close | tea issue close <id> |
| Comment | tea issue comment <id> "Comment" |
| Action | Command |
|--------|---------|
| Clone | tea repo clone <owner/repo> |
| Fork | tea repo fork <owner/repo> |
For JSON output (useful for scripting):
tea issue list -o json
tea pr list -o json
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