Toolverse
All skills

github-pat

by openclaw

Interact with GitHub using Personal Access Tokens. Secure, user-controlled access - no OAuth, no full account access. Clone, push, branch, PR, issues. Use when user wants to work with GitHub repos.

Installation

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

Installation

Quick info

Author
openclaw
Category
Security
Views
14

About this skill

Interact with GitHub using Personal Access Tokens. Secure, user-controlled access - no OAuth, no full account access. Clone, push, branch, PR, issues. Use when user wants to work with GitHub repos.

How to use

  1. Utwórz token dostępu na GitHub: przejdź do github.com/settings/tokens, wygeneruj nowy PAT i wybierz zakresy uprawnień (repo dla pełnego dostępu, public_repo tylko do publicznych repozytoriów). Skopiuj wygenerowany token.

  2. Przekaż token skillowi – możesz go zapisać w pliku TOOLS.md w sekcji ### GitHub lub podać go bezpośrednio jako parametr --token przy każdym poleceniu.

  3. Aby sklonować repozytorium, użyj polecenia clone z parametrem owner/repo (np. python3 scripts/gh.py clone mojauzytkownick/moj-projekt). Skill pobierze kod do Twojego lokalnego środowiska.

  4. Aby wprowadzić zmiany, utwórz nową gałąź (python3 scripts/gh.py branch nazwa-galezi), dokonaj zmian w kodzie, a następnie commituj i pushuj zmiany (python3 scripts/gh.py push "wiadomość commita" --branch nazwa-galezi).

  5. Gdy zmiany są gotowe, otwórz pull request (python3 scripts/gh.py pr "Tytuł PR" --body "opis zmian" --base main --head nazwa-galezi), aby zaproponować scalenie zmian do głównej gałęzi.

  6. Jeśli chcesz śledzić zadania lub błędy, twórz issues (python3 scripts/gh.py issue "Tytuł" --body "opis" --repo owner/repo) bezpośrednio z linii poleceń.

Related skills

zendesk

by vm0-ai

Zendesk Support REST API for managing tickets, users, organizations, and support operations. Use this skill to create tickets, manage users, search, and automate customer support workflows.

Security
11100

payload

by payloadcms

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

Security
50171

python-expert

by Shubhamsaboo

Senior Python developer expertise for writing clean, efficient, and well-documented code.\nUse when: writing Python code, optimizing Python scripts, reviewing Python code for best practices,\ndebugging Python issues, implementing type hints, or when user mentions Python, PEP 8,

Security
2777

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116

architect-review

by sickn33

Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural

Security
2773

google-analytics

by davila7

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

Security
1260