Source profileQuality 91/100Review permissions

Peiiii/nextclaw/skills/gemigo-cli/SKILL.md

gemigo-cli

Use when the user wants to publish an already-built static website or front-end app through GemiGo, such as a Vite/React/Vue static build, plain HTML/CSS/JS page, landing page, demo, docs site, or small browser app, and get a hosted public URL.

Source repository stars
252
Declared platforms
0
Static risk flags
2
Last source update
2026-08-25
Source checked
2026-08-25

Decision brief

What it does: where it fits

Use when the user wants to publish an already-built static website or front-end app through GemiGo, such as a Vite/React/Vue static build, plain HTML/CSS/JS page, landing page, demo, docs site, or small browser app, and get a hosted public URL.

Best for

  • Use when the user wants to publish an already-built static website or front-end app through GemiGo, such as a Vite/React/Vue static build, plain HTML/CSS/JS page, landing page, demo, docs site, or small browser app, and…

Not for

  • gemigo not found
  • No saved session found

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/Peiiii/nextclaw --skill "skills/gemigo-cli"
Safe inspection promptEditorial

Inspect the Agent Skill "gemigo-cli" from https://github.com/Peiiii/nextclaw/blob/e4c0aac5d77702831580622c54c469feeae343a1/skills/gemigo-cli/SKILL.md at commit e4c0aac5d77702831580622c54c469feeae343a1. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Deterministic Workflow

    When the user asks to publish a static app with GemiGo, follow this order and do not skip steps.

    install or verify gemigo,log in or inspect login state,create, validate, or fix gemigo.app.json,
  2. 02

    Step 0: Classify the request

    Classify the task into one of these:

    install or verify gemigo,log in or inspect login state,create, validate, or fix gemigo.app.json,
  3. 03

    Step 1: Verify the local CLI binary

    If missing, explain that the local CLI must be installed first:

    If missing, explain that the local CLI must be installed first:Only after the binary exists should you continue to auth or deploy steps.
  4. 04

    Step 2: Verify current login state against the intended origin

    Interpret the result literally:

    success with a user identity:No saved session found:Stored session is for ...:
  5. 05

    Step 3: Log in when needed

    Provider-specific login:

    the CLI may open a browser automatically,--no-browser prints the login URL instead,the saved session is origin-specific,

Permission review

Static risk signals and limitations

Runs scripts

medium · line 99

The documentation asks the agent to run terminal commands or scripts.

npm install -g gemigo

Runs scripts

medium · line 129

The documentation asks the agent to run terminal commands or scripts.

npm install -g gemigo

Network access

medium · line 139

The documentation includes network, browsing, or remote request actions.

https://gemigo.io

Network access

medium · line 145

The documentation includes network, browsing, or remote request actions.

gemigo whoami --origin https://gemigo.io

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars252SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
Peiiii/nextclaw
Skill path
skills/gemigo-cli/SKILL.md
Commit
e4c0aac5d77702831580622c54c469feeae343a1
License
MIT
Collected
2026-08-25
Default branch
master
View the original SKILL.md

GemiGo CLI

Overview

Use this skill when the user wants to publish an already-built static website or front-end app through the local gemigo CLI from inside NextClaw, then get a hosted public URL.

This skill is intentionally decoupled:

  • The skill owns explanation, onboarding, readiness checks, workflow selection, risk disclosure, and success verification.
  • The gemigo CLI owns the actual login and deployment calls to GemiGo.

From the user's point of view, the experience should feel complete:

  • install or verify the local CLI,
  • confirm login state against the intended origin,
  • validate that the target is a built static output directory,
  • create or fix gemigo.app.json,
  • ask for explicit confirmation before remote write actions,
  • then deploy and report the resulting hosted URL.

Do not pretend the environment is ready when it is not.

What Users Can Deploy

Use plain language with the user: this skill helps them put a finished front-end app online.

Good fits:

  • a Vite, React, Vue, Svelte, Astro, or similar front-end app after it has been built into dist, build, out, or another static output directory
  • a plain HTML/CSS/JavaScript page or mini app
  • a landing page, portfolio page, product demo, prototype, docs site, or static dashboard
  • a small browser-only tool that does not need its own server process
  • a zipped or generated static folder that contains index.html

Not a fit unless the project is first converted to static output:

  • a raw source repository root
  • a Node/Express/Nest server app
  • a Next.js app that still needs server-side rendering at runtime
  • a backend API, database service, worker service, or long-running process
  • anything that requires secrets or server code to run after deployment

If the user says "deploy my app" and gives you source code, first help them build it. Only deploy the generated static output folder.

Current Product Boundary

Current gemigo scope is intentionally narrow:

  • generate a complete static-app manifest with gemigo init
  • preflight the manifest and static output directory with gemigo validate
  • log in with gemigo login
  • inspect login state with gemigo whoami
  • clear login state with gemigo logout
  • publish a prebuilt static site directory with gemigo deploy or gemigo publish

Do not claim that gemigo can currently:

  • install project dependencies,
  • infer build commands automatically without inspection,
  • build the app for the user without running a real build command,
  • deploy server-side code,
  • or publish a raw source repository root that has not been built.
  • infer rich app metadata beyond the explicit gemigo init defaults and provided flags.

The safe rule is simple:

  • build first,
  • validate locally,
  • deploy the generated static output second.

Install Boundary: NextClaw Skill vs Local CLI

Always distinguish these two layers:

  • NextClaw marketplace skill install: the selectable skill exists at <workspace>/skills/gemigo-cli/SKILL.md
  • Local GemiGo CLI install: the gemigo binary exists on the user's machine

Installing this marketplace skill does not automatically install the gemigo binary. If the user wants to actually publish an app, both layers must be ready.

Default NextClaw workspace:

~/.nextclaw/workspace

Typical installed skill path:

~/.nextclaw/workspace/skills/gemigo-cli/SKILL.md

Install the local CLI with:

npm install -g gemigo

Deterministic Workflow

When the user asks to publish a static app with GemiGo, follow this order and do not skip steps.

Step 0: Classify the request

Classify the task into one of these:

  • install or verify gemigo,
  • log in or inspect login state,
  • create, validate, or fix gemigo.app.json,
  • deploy a built static directory,
  • troubleshoot a failed deployment.

If the user gives you a source repository instead of a built output directory, treat the build step as separate preparation work before deploy.

Step 1: Verify the local CLI binary

Run:

command -v gemigo

If missing, explain that the local CLI must be installed first:

npm install -g gemigo

Only after the binary exists should you continue to auth or deploy steps.

Step 2: Verify current login state against the intended origin

Default origin:

https://gemigo.io

Run:

gemigo whoami --origin https://gemigo.io

Interpret the result literally:

  • success with a user identity: login is ready for that origin
  • No saved session found: the user has not logged in on this machine yet
  • Stored session is for ...: the saved login is for a different origin
  • Saved session is no longer valid: the session expired and login must be redone

Do not continue to deploy if whoami is not healthy.

Step 3: Log in when needed

Default login:

gemigo login

Provider-specific login:

gemigo login --provider github
gemigo login --provider google

Remote or no-auto-open flow:

gemigo login --no-browser

Important behavior:

  • the CLI may open a browser automatically,
  • --no-browser prints the login URL instead,
  • the saved session is origin-specific,
  • if origin changes, the user must log in again for that origin.

After login, rerun:

gemigo whoami --origin <origin>

Only a successful whoami counts as readiness.

Step 4: Validate the deployment target

The target must be a built static output directory, not the source repo root.

Required shape:

  • index.html exists at the directory root
  • there is no top-level package.json

Observable checks:

test -f <dir>/index.html
test ! -f <dir>/package.json

If the user only gave you source code:

  1. detect the framework and build command
  2. run the real build
  3. locate the generated output directory such as dist, build, or another static export folder
  4. validate that output directory before deploy

Do not deploy the repo root just because it is the most obvious path.

Step 5: Create or fix gemigo.app.json

Create the manifest in the project root or pass a custom path with --config.

Preferred path:

gemigo init <dir> --config ./gemigo.app.json --name "My App" --description "A short app description."
gemigo validate <dir> --config ./gemigo.app.json

Use gemigo init instead of hand-writing the manifest from memory when the local CLI supports it. Use gemigo validate before deploy; do not use gemigo deploy as the first schema checker.

Required fields:

  • visibility
  • category
  • tags
  • defaultLocale
  • locales
  • locales[defaultLocale].name
  • locales[defaultLocale].description

Useful optional fields:

  • sourceDir
  • slug
  • extra locale entries such as zh-CN

Portable example:

{
  "$schema": "https://gemigo.io/schema/gemigo.app.schema.json",
  "sourceDir": "./dist",
  "slug": "my-static-app",
  "visibility": "public",
  "category": "Tools",
  "tags": ["static", "demo"],
  "defaultLocale": "en",
  "locales": {
    "en": {
      "name": "My Static App",
      "description": "A static app published to GemiGo."
    },
    "zh-CN": {
      "name": "我的静态应用",
      "description": "一个发布到 GemiGo 的静态应用。"
    }
  }
}

If the manifest is incomplete or invalid, fix it before deploy instead of letting the user hit a later failure.

For older local CLI versions that do not support init or validate, fall back to the portable example above, then upgrade the local CLI when possible.

Step 6: Require explicit confirmation before deploy

gemigo deploy is a remote write action. It may create a project and trigger a hosted deployment on the user's account.

Before running deploy, make sure the user explicitly wants to proceed.

What to confirm:

  • which directory will be deployed,
  • which origin will be used,
  • whether visibility is public or private,
  • and that a remote project/deployment will be created or updated.

Step 7: Deploy and report the resulting URL

Explicit directory form:

gemigo deploy <dir> --config ./gemigo.app.json

Manifest-driven form:

gemigo deploy --config ./gemigo.app.json

Alias:

gemigo publish <dir> --config ./gemigo.app.json

After success, surface the deployment result clearly:

  • project slug if present,
  • hosted URL or domain if present,
  • and any next action the user should take.

Do not stop at "command exited successfully" if the CLI output already reveals the public URL.

Recommended Execution Pattern

If the user gives you source code only:

  1. inspect the project and identify the build command
  2. run the build
  3. locate the built static output directory
  4. validate the directory shape
  5. run gemigo init or fix the existing gemigo.app.json
  6. run gemigo validate
  7. verify gemigo whoami
  8. ask for deploy confirmation
  9. run gemigo deploy
  10. report the resulting URL

If the user already gives you a built directory:

  1. validate the directory
  2. run gemigo init or fix the existing gemigo.app.json
  3. run gemigo validate
  4. verify gemigo whoami
  5. ask for confirmation
  6. run gemigo deploy

Safe Execution Rules

  • Keep read actions and write actions distinct.
  • whoami is safe to run before asking for confirmation.
  • init and validate are local preflight actions and should happen before remote deploy confirmation.
  • deploy or publish must stay behind explicit confirmation.
  • Do not hide missing login, origin mismatch, or invalid static directory errors.
  • Do not repeatedly retry gemigo deploy to discover manifest fields; use gemigo validate first and fix all local preflight errors together.
  • Do not claim that a source repo root is deployable unless it is actually the built output directory.
  • Prefer the hosted schema URL in manifests.
  • If the user is using a non-default environment, keep --origin or GEMIGO_ORIGIN explicit through the whole flow.

Troubleshooting

gemigo not found

  • The local CLI is not installed.
  • Install it with:
npm install -g gemigo

Then re-check with:

command -v gemigo

No saved session found

  • The user is not logged in yet for that machine and origin.
  • Run:
gemigo login --origin <origin>

Stored session is for ...

  • The saved login belongs to another origin.
  • Re-run login for the target origin:
gemigo login --origin <origin>

Saved session is no longer valid

  • The stored session expired or was rejected by the server.
  • Run login again, then re-check with whoami.

Static directory must contain index.html at its root

  • The wrong directory was passed.
  • Find the actual build output directory and deploy that instead.

Static directory must not contain a top-level package.json

  • The user likely passed the source repository root instead of the built output.
  • Build first, then point gemigo deploy at the generated static folder.

Success Criteria

This skill is working correctly when:

  • the user understands that gemigo publishes a built static app rather than raw source,
  • missing local CLI install or missing login is discovered before deploy,
  • the deployment target is validated as a real static output directory,
  • gemigo.app.json is complete enough for deploy,
  • remote write actions happen only after explicit confirmation,
  • and the final hosted URL or domain is surfaced back to the user.

Resources

Frequently asked questions

What to verify before installation and use

What does the gemigo-cli source document cover?

Use when the user wants to publish an already-built static website or front-end app through GemiGo, such as a Vite/React/Vue static build, plain HTML/CSS/JS page, landing page, demo, docs site, or small browser app, and get a hosted public URL.

How do I install gemigo-cli?

The source record exposes this install command: npx skills add https://github.com/Peiiii/nextclaw --skill "skills/gemigo-cli". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged exec-script, network in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 9880

vasilyu1983/AI-Agents-public

research-git

Scans public GitHub repos for agent skills, dev practices, and code patterns. Use when enriching skills, setting team policy, or researching a build domain.

Computed 95131

tikalk/adlc-team-skills

architect-implement

Generate a full Architecture Description (AD.md) from accepted ADRs using multi-agent DAG orchestration. Use when accepted ADRs exist and you need to produce or update unified architecture documentation.

Computed 9446,599

apache/airflow

prepare-providers-documentation

Replace the manual commit-by-commit classification step in `breeze release-management prepare-provider-documentation` with AI-driven classification. For each provider with pending changes, analyze every PR (batched into one sub-agent per provider, not one per PR), pay special attention to potentially breaking changes by inspecting the actual diff, scope multi-provider PRs to the current provider's slice, ask the release manager when uncertain, and apply version bumps + changelog entries. Use dur

Computed 923,337

synthetic-sciences/openscience

protocolsio-integration

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.