Skip to main content
zeabur
GitHub クリエイタープロフィール

zeabur

4 件の GitHub リポジトリにある 54 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
54
リポジトリ
4
更新
2026年9月6日
リポジトリエクスプローラー

リポジトリと代表的な skills

zeabur-domain-url
未分類

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…

2026年9月6日
zeabur-server-list
ネットワーク・コンピュータシステム管理者

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).

2026年7月22日
zeabur-server-rent
ネットワーク・コンピュータシステム管理者

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,…

2026年7月22日
zeabur-project-create
ソフトウェア開発者

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".

2026年7月22日
zeabur-server-ssh
ネットワーク・コンピュータシステム管理者

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…

2026年7月22日
zeabur-deploy
ソフトウェア開発者

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…

2026年7月22日
zeabur-cluster-scale
ネットワーク・コンピュータシステム管理者

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", "加節點", "擴容",…

2026年7月13日
zeabur-auth
ソフトウェア開発者

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".

2026年6月25日
収集済み skill 32 件中 8 件を表示しています。
auth
未分類

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…

2026年8月29日
build-image
未分類

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…

2026年8月29日
deploy
未分類

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",…

2026年8月29日
server-catalog
ソフトウェア開発者

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.…

2026年8月29日
server-manage
ネットワーク・コンピュータシステム管理者

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…

2026年8月29日
server-rent
ソフトウェア開発者

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…

2026年8月29日
subdomain
ソフトウェア開発者

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…

2026年8月14日
kubernetes-network
ネットワーク・コンピュータシステム管理者

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…

2026年8月14日
収集済み skill 11 件中 8 件を表示しています。
zeabur-rag-curate
ソフトウェア開発者

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…

2026年7月21日
zeabur-rag-edit
ソフトウェア開発者

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…

2026年7月21日
zeabur-rag-feedback
ソフトウェア開発者

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…

2026年7月21日
zeabur-rag-inspect
ソフトウェア開発者

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.

2026年7月21日
zeabur-rag-search
ソフトウェア開発者

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…

2026年7月21日
zeabur-rag-learn
ソフトウェア開発者

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…

2026年4月16日
zeabur-rag-triage
ソフトウェア開発者

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…

2026年4月13日
zeabur-rag-report
ファイル事務員

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…

2026年4月5日
収集済み skill 9 件中 8 件を表示しています。
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました