Skip to main content
zeabur
Profil créateur GitHub

zeabur

Vue par dépôt de 54 skills collectés dans 4 dépôts GitHub.

skills collectés
54
dépôts
4
mis à jour
6 sept. 2026
explorateur de dépôts

Dépôts et skills représentatifs

zeabur-domain-url
non classé

Use when services need public URL for redirects or CORS. Use when WEB_URL or similar has trailing slash issues. Use when user reports "redirect goes to wrong URL", "CORS error", or "trailing slash problem". Also use when user says "add domain", "set up…

6 sept. 2026
zeabur-server-list
Administrateurs de réseaux et de systèmes informatiques

Use when listing dedicated servers. Use when checking server status, IP, or provider info. Use when user says "show my servers", "SSH into server", or "check server status". Do NOT use for browsing purchasable servers (use zeabur-server-catalog instead).

22 juil. 2026
zeabur-server-rent
Administrateurs de réseaux et de systèmes informatiques

Use when renting a new dedicated server. Use when user wants to buy or provision a server. Use when the user wants a rented server to run ZeaburOS so it can host Zeabur projects. Supports discounted VPS from Linode, DigitalOcean, Hetzner, AWS Lightsail, GCP,…

22 juil. 2026
zeabur-project-create
Développeurs de logiciels

Use when creating a new Zeabur project. Use when deploying templates to a new project. Use when user says "create project", "new project", or "set up a new environment".

22 juil. 2026
zeabur-server-ssh
Administrateurs de réseaux et de systèmes informatiques

Use when debugging services on a user's dedicated server via SSH. Use when needing to run a command on the server, inspect pods, check container logs, view k8s resources, or run kubectl commands. Use when "service exec" is insufficient and you need…

22 juil. 2026
zeabur-deploy
Développeurs de logiciels

Use when deploying a local project or codebase to Zeabur. Use when the user says "deploy this", "deploy to Zeabur", "deploy from GitHub", "search my repos", or "find my repository". Default to direct deploy unless the user explicitly asks for Git-based…

22 juil. 2026
zeabur-cluster-scale
Administrateurs de réseaux et de systèmes informatiques

Use when scaling a dedicated Kubernetes cluster (Linode LKE or AWS EKS) on Zeabur — listing node pools, changing node counts, or adding/removing node pools. Use when user says "scale my cluster", "add nodes", "remove nodes", "resize node pool", "加節點", "擴容",…

13 juil. 2026
zeabur-auth
Développeurs de logiciels

Use when logging in, logging out, or checking Zeabur auth status. Use when user says "login", "log in", "登入", "logout", "log out", "登出", "auth status", "am I logged in", or "who am I".

25 juin 2026
Affichage de 8 skills collectés sur 32.
auth
non classé

Use when setting up or verifying Zeabur API access for Toolkit skills. Use when ZEABUR_API_KEY is missing, when any Zeabur GraphQL call returns an authentication error, or when the user asks "how do I log in to Zeabur", "set up my Zeabur token", or "am I…

29 août 2026
build-image
non classé

Use when turning a Git repository into a container image with Zeabur CI/CD — a one-off build or a reusable branch source. Use when the user says "build my repo into an image", "deploy my own code" (build first, then deploy), or "rebuild that branch". Works…

29 août 2026
deploy
non classé

Use when deploying anything onto a Zeabur-rented server — a public image like nginx, a website, an app. This skill picks the path; read it before installing anything on the machine. Use when the user says "run nginx on my server", "host my site on the VPS",…

29 août 2026
server-catalog
Développeurs de logiciels

Use when browsing servers available for rent on Zeabur — providers, regions, plans, specs, and monthly prices. Use when the user asks "what servers can I rent", "show me VPS options", "cheapest server in Europe", or before renting with the server-rent skill.…

29 août 2026
server-manage
Administrateurs de réseaux et de systèmes informatiques

Use when managing an existing Zeabur-rented server — checking status, listing servers, powering on/off, rebooting, or reinstalling the OS. Use when the user says "restart my server", "is my server up", "wipe and reinstall", or "list my servers". Prefer this…

29 août 2026
server-rent
Développeurs de logiciels

Use when renting a new VPS on Zeabur. Use when the user wants to buy or provision a server, or after picking a plan from the server-catalog skill. Renting gives a clean Ubuntu VPS with root SSH access — no Zeabur project is created and nothing is…

29 août 2026
subdomain
Développeurs de logiciels

Use when binding a zeabur.app subdomain to a server — claiming <label>.zeabur.app, pointing it at a VPS IP, getting an HTTPS certificate for it, changing the target IP, or deleting a binding. Use when the user says "give my server a domain", "bind a…

14 août 2026
kubernetes-network
Administrateurs de réseaux et de systèmes informatiques

Manage Zeabur Kubernetes networking directly with kubectl: create Service or NodePort exposure, route a domain through Ingress and TLS, or diagnose zeabur.internal service communication. Use whenever a service needs internal or external network reachability…

14 août 2026
Affichage de 8 skills collectés sur 11.
zeabur-rag-curate
Développeurs de logiciels

Interactive knowledge base curation loop — reviews pending items (reports, unverified chunks, failed queries, negative feedback) and walks through fixes one by one. Use when asked to "maintain the knowledge base", "review pending items", "run a curation…

21 juil. 2026
zeabur-rag-edit
Développeurs de logiciels

Edit the content of an existing chunk in the RAG knowledge base. Use when a chunk has a typo, outdated info, wrong tags or status, or needs its title/question/answer rewritten. Requires admin scope. Prefer zeabur-rag-report for surfacing issues without write…

21 juil. 2026
zeabur-rag-feedback
Développeurs de logiciels

Send feedback on RAG search results — thumbs-up (+1) or thumbs-down (-1) to indicate whether the answer was helpful. Use after calling zeabur-rag-search when you can evaluate the quality of the results. Positive feedback reinforces good results; negative…

21 juil. 2026
zeabur-rag-inspect
Développeurs de logiciels

View a single chunk's full content plus related reports, search signals, and edit history. Use before editing, when investigating why a result appeared, or when reviewing a reported issue. Requires admin scope.

21 juil. 2026
zeabur-rag-search
Développeurs de logiciels

Search the RAG knowledge base via hybrid search (semantic + BM25). Use whenever answering technical questions that may be covered in your knowledge base — even if the user doesn't explicitly ask you to search. Also use when you need to verify claims or find…

21 juil. 2026
zeabur-rag-learn
Développeurs de logiciels

Contribute new verified knowledge to the RAG knowledge base. Use after you've solved a concrete problem, debugged a non-obvious issue, or discovered undocumented behavior that would help future agents — but only after calling zeabur-rag-search first to…

16 avr. 2026
zeabur-rag-triage
Développeurs de logiciels

List pending knowledge base maintenance items — open reports, unverified learned chunks, low-score queries, and negative feedback. Use when checking KB health, reviewing the maintenance queue, or starting a curation session. Triggers on "review queue", "what…

13 avr. 2026
zeabur-rag-report
Préposés aux dossiers

Report knowledge issues (outdated, incorrect, or missing content) in the RAG knowledge base. Use when search results seem outdated or wrong, when a topic should be covered but isn't found, or when a chunk contains incorrect information. This helps maintain…

5 avr. 2026
Affichage de 8 skills collectés sur 9.
4 dépôts affichés sur 4
Tous les dépôts sont affichés