Toolverse
All skills

codeberg

by openclaw

Interact with Codeberg using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps

About this skill

Interact with Codeberg using the tea CLI. Use tea issue, tea pr, tea actions, and tea api for issues, PRs, Actions, and advanced queries.

How to use

  1. Zainstaluj narzędzie tea CLI. Możesz użyć brew (tea) lub go (code.gitea.io/tea@latest). Sprawdź, czy instalacja powiodła się, uruchamiając tea w terminalu.

  2. Dodaj swoje konto Codeberg do tea, wykonując tea login add --name codeberg --url https://codeberg.org --token TWOJ_TOKEN. Token możesz wygenerować w ustawieniach Codeberg.

  3. Aby wyświetlić otwarte pull requesty w repozytorium, użyj tea pulls --repo wlasciciel/repo --login codeberg. Zastąp wlasciciel i repo rzeczywistymi nazwami.

  4. Aby sprawdzić szczegóły konkretnego pull requesta, uruchom tea pr NUMER --repo wlasciciel/repo --login codeberg, gdzie NUMER to identyfikator PR.

  5. Do pracy z zadaniami użyj tea issues --repo wlasciciel/repo --login codeberg, aby wyświetlić listę, lub tea issue NUMER --repo wlasciciel/repo --login codeberg dla szczegółów konkretnego zadania.

  6. Dla zaawansowanych zapytań skorzystaj z tea api repos/wlasciciel/repo/pulls/NUMER, a wynik przefiltruj za pomocą jq, na przykład tea api repos/wlasciciel/repo/pulls/55 | jq '.title, .state, .user.login'.

Related skills

resolve-conflicts

by antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration),

DevOps
48163

postmortem-writing

by wshobson

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

DevOps
1385

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166

task-master

by sfc-gh-dflippo

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

DevOps
14126

proxmox-full

by openclaw

Complete Proxmox VE management - create/clone/start/stop VMs and LXC containers, manage snapshots, backups, storage, and templates. Use when user wants to manage Proxmox infrastructure, virtual machines, or containers.

DevOps
1449

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141