globalize-now-account-setup

globalize-now-account-setup is a skill for Claude Code, Codex from globalize-now/globalize-skills. It costs 127 tokens per session (1,363 once invoked), scanned A, original, MIT.

A setup procedure for the Globalize command-line tool, which manages translation projects, languages, glossaries, style guides, and repository connections on Globalize.

In plain words
What is it for?
Use it when installing the Globalize CLI, authenticating an account, checking organization access, or connecting a repository for translation work.
Why use it?
It guides installation, sign-in, and organization verification so the translation tool is ready to use.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when installing the Globalize CLI, authenticating an account, checking organization access, or connecting a repository for translation work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/globalize-now/globalize-skills/globalize-now-account-setup
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.

Any agent
npx skills add globalize-now/globalize-skills --skill globalize-now-account-setup
Clone the repo
git clone --depth 1 https://github.com/globalize-now/globalize-skills

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 globalize-now-account-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/globalize-now/globalize-skills/globalize-now-account-setup/github.svg)](https://agentmods.dev/skills/globalize-now/globalize-skills/globalize-now-account-setup)
Your own site
<a href="https://agentmods.dev/skills/globalize-now/globalize-skills/globalize-now-account-setup"><img src="https://agentmods.dev/badge/skills/globalize-now/globalize-skills/globalize-now-account-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for globalize-now-account-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/globalize-now/globalize-skills/globalize-now-account-setup"><img src="https://agentmods.dev/badge/skills/globalize-now/globalize-skills/globalize-now-account-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,363 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00127 $0.01363
Opus 5 $0.00063 $0.00681
Sonnet 5 $0.00025 $0.00273
Haiku 4.5 $0.00013 $0.00136

Measured 11d ago against content hash 39e802f95fd0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

globalize-now-account-setup 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 11d ago.

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/globalize-now-account-setup/SKILL.md · 187 lines

How it starts

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

Globalize Account Setup

The Globalize CLI (@globalize-now/cli-client) lets AI agents manage translation projects, languages, glossaries, style guides, and repository connections on the Globalize platform.

This skill gets the CLI installed and your account authenticated. Once you're signed in, run globalize-now-project-setup to create a translation project and connect your repository.

Follow these steps in order.


Setup Mode

After Step 1 (detection) completes without blockers, ask the user:

How would you like to proceed?

  1. Guided — I'll explain each step before and after.
  2. Unguided — I'll run all steps without pausing and show a full summary at the end.

Guided mode rules

  • Before each step: briefly explain what will happen and why.
  • After each step: summarize what changed (files installed, config created, commands run).

Unguided mode rules

  • Execute all steps without pausing for per-step explanations.
  • Hard stops (e.g., Node.js not found) still halt execution — these are never skipped.
  • At the end, produce a summary:
## Account Setup Complete

### What was done
- [x] Step 1: Detect Environment — {Node version, existing auth yes/no}
- [x] Step 2: Install CLI — {npx or global}
- [x] Step 3: Authenticate — {auth method}
- [x] Step 4: Verify — {org name}

### Next steps
- Run `globalize-now-project-setup` to create a translation project and connect this repo.

Step 1: Detect the Environment

Check the following before proceeding:

Signal How to detect
Node.js node --version exits 0 and version >= 18. Required for the CLI.
Existing auth ~/.globalize/config.json exists with an apiKey field, or GLOBALIZE_API_KEY env var is set.

Detection outcomes

If Node.js is missing or older than 18: HARD STOP — the CLI requires Node.js >= 18. Ask the user to install or upgrade Node before continuing.

If authentication is already configured (~/.globalize/config.json with an apiKey, or GLOBALIZE_API_KEY set), skip the login flow and go straight to Step 4: Verify to confirm the credentials work.

Read the full file on GitHub · 187 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. 11d ago First seen · 187 lines · 127 tokens per session scan A 39e802f95fd0

Subscribe to this mod's changes

globalize-now-account-setup is a skill published in the GitHub repository globalize-now/globalize-skills (3 stars, last pushed 3d ago), licensed MIT. It adds 127 tokens to every session and 1,363 once invoked, about $0.0006 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-08-31.

Related

Other skills, from other repositories

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

nextjs-locale-monorepo

Add locale-prefixed i18n routing across a Next.js monorepo (Turborepo / pnpm workspaces) by extracting the engine into a shared workspace package that every app consumes — locale detection + a middleware/proxy factory + a use client LocaleProvider/hooks, plus a shared supportedLanguages config. Each app redirects /…

stealth-factory/skills · 210 tokens

nextjs-locale-standalone

Add locale-prefixed i18n routing to a single (non-monorepo) Next.js App Router site — a middleware/proxy that redirects / and any unprefixed path to / /… using the locale toggle's last choice (the NEXTLOCALE cookie) then the browser's Accept-Language, a [locale] layout with a LocaleProvider + hooks, and a LocaleToggle…

stealth-factory/skills · 184 tokens

thai-resume

Use this skill for any task involving Thai-language or bilingual (TH/EN) resumes and CVs. Trigger whenever the user asks to: write a Thai resume, draft a CV in Thai, build a bilingual Thai-English resume, format an application for a Thai employer, choose between พ.ศ. and ค.ศ. dates in a CV, or tailor a resume for…

Boom-Vitt/claude-thai-skills · 146 tokens

thai-text-processing

Use this skill for any task involving Thai text in code — word segmentation, Unicode normalization, sorting/collation, search indexing, romanization, truncation, or database/Elasticsearch configuration for Thai. Trigger whenever the user asks to: tokenize / segment Thai (no spaces between words), normalize Thai text…

Boom-Vitt/claude-thai-skills · 193 tokens

thai-address

Use this skill for any task involving Thai postal address parsing, validation, formatting, or province/postcode lookup. Trigger whenever the user asks to: parse a Thai address into fields, validate a 5-digit Thai postcode, look up a province from its postcode, or format an address for a shipping label. Also trigger…

Boom-Vitt/claude-thai-skills · 127 tokens