gitea

Installation
SKILL.md

Gitea

Interact with a Gitea instance using extea — a drop-in replacement for tea that adds project board (kanban) management.

Authentication

  • Use --login <name> (or -l <name>) for all commands to select a login profile.
  • Board password is stored in ~/.config/tea/config.yml alongside the login. Can also be set via GITEA_PASSWORD env var.
  • For git push/pull over HTTP, embed the token in the URL: http://user:TOKEN@<host>/owner/repo.git
  • Run extea login add to create a login (API token + optional board password).

Repos

extea repos list -l <login>
extea repos create --name <name> --description "<desc>" -l <login>
extea repos delete --name <name> --owner <owner> --force -l <login>

Do NOT use --init when creating a repo you plan to push an existing local repo into.

Installs
48
Repository
halfwhey/extea
First Seen
Apr 4, 2026