gemigo-cli

gemigo-cli is a skill for Claude Code, Codex from Peiiii/nextclaw. It costs 65 tokens per session (2,772 once invoked), scanned A, original, MIT.

A deployment guide for putting a finished static website or front-end app online through GemiGo. Static means the built files can be served directly, without a server running application code.

In plain words
What is it for?
Use it to deploy plain HTML, CSS, and JavaScript sites or built Vite, React, Vue, Svelte, and Astro apps. It checks the build output, login state, deployment settings, and hosted URL.
Why use it?
It removes the setup and checking involved in publishing a built site and verifying the resulting public address. It also separates local validation from the final remote deployment action.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/peiiii/nextclaw/gemigo-cli
Any agent
npx skills add Peiiii/nextclaw --skill gemigo-cli
Clone the repo
git clone --depth 1 https://github.com/Peiiii/nextclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gemigo-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/peiiii/nextclaw/gemigo-cli.svg)](https://agentmods.dev/skills/peiiii/nextclaw/gemigo-cli)
Your own site
<a href="https://agentmods.dev/skills/peiiii/nextclaw/gemigo-cli"><img src="https://agentmods.dev/badge/skills/peiiii/nextclaw/gemigo-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,772 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00065 $0.02772
Opus 5 $0.00032 $0.01386
Sonnet 5 $0.00013 $0.00554
Haiku 4.5 $0.00006 $0.00277

Measured yesterday against content hash d4b3ebb580b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gemigo-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gemigo-cli/SKILL.md · 428 lines

How it starts

The opening of the file, as written. The whole thing — 428 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Read the full file on GitHub · 428 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 428 lines · 65 tokens per session scan A d4b3ebb580b1

Subscribe to this mod's changes

gemigo-cli is a skill published in the GitHub repository Peiiii/nextclaw (253 stars, last pushed yesterday), licensed MIT. It adds 65 tokens to every session and 2,772 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

add-vercel

Add Vercel deployment capability to NanoClaw agents. Installs the Vercel CLI in agent containers and sets up OneCLI credential injection for api.vercel.com. Use when the user wants agents to deploy web applications to Vercel.

nanocoai/nanoclaw · 54 tokens

deploy-to-vercel

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

zhukunpenglinyutong/desktop-cc-gui · 47 tokens

architecture-diagram

Generate dark-themed SVG diagrams of software systems and cloud infrastructure as standalone HTML files with inline SVG graphics. Semantic component colors (cyan=frontend, emerald=backend, violet=database, amber=cloud/AWS, rose=security, orange=message bus), JetBrains Mono font, grid background. Best suited for…

moltis-org/moltis · 163 tokens

ha-skill-creator

Create, edit, improve, or audit Hope Agent skills. Use when the user wants to: (1) create a new skill from scratch, (2) edit or improve an existing skill, (3) review or clean up a SKILL.md file, (4) run evaluations to test skill effectiveness, (5) optimize skill descriptions for better trigger accuracy. Trigger…

shiwenwen/hope-agent · 106 tokens

ha-browser

Hope Agent browser automation — the standard status → tabs → snapshot → act loop, stale-ref recovery rules, and what to do when login / 2FA / captcha / camera-prompt / dialog blocks progress. Load this skill whenever you reach for the browser tool. Trigger on: user asks the agent to open / control / click / scrape /…

shiwenwen/hope-agent · 140 tokens

ha-logs

Self-service diagnostics — query Hope Agent's local SQLite databases (logs / sessions / background jobs) directly via the exec tool to investigate problems, analyze usage, and locate root causes. Trigger on: user reports something broken / failing / slow / stuck / not responding ('X 不工作', 'X 报错', 'X 卡住', '为什么 X 失败'…

shiwenwen/hope-agent · 183 tokens