setup

A setup command for the DevGlobe plugin, which uses an API key to connect the plugin to a DevGlobe profile. An API key is a secret string that identifies and authorizes the account.

In plain words
What is it for?
Use it to save a DevGlobe API key and learn where to manage profile visibility, repository sharing, and anonymous-mode settings.
Why use it?
It provides the required setup path when the plugin has not yet been configured. It stores the key in the user’s DevGlobe configuration while preserving existing privacy settings.

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/nako0/devglobe-extension/setup
Any agent
npx skills add Nako0/devglobe-extension --skill setup
Clone the repo
git clone --depth 1 https://github.com/Nako0/devglobe-extension

Made for: Claude Code, Codex.

Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 271 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.00011 $0.00271
Opus 5 $0.00005 $0.00135
Sonnet 5 $0.00002 $0.00054
Haiku 4.5 $0.00001 $0.00027

Measured 2d ago against content hash 6d49f82f6bd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 2d 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.

claude-code-plugin/plugins/devglobe/skills/setup/SKILL.md · 37 lines

What it actually says

Configure the DevGlobe plugin. User arguments: $ARGUMENTS

Rules

  • The argument is the API key (a single string, no spaces)
  • If no argument is provided, show usage instructions and exit

Error case

If no API key is provided:

Steps

Pipe the API key into the bundled setup script:

echo '{"api_key":"<API_KEY>"}' | node "${CLAUDE_PLUGIN_ROOT}/dist/setup.js"

The script writes api_key = "..." to ~/.devglobe/config.toml (mode 0600), preserving any [privacy] section already present.

Output

Confirm the API key was saved. Mention they're now live on https://devglobe.app. Mention /devglobe:status MESSAGE for setting a status message, and that visibility settings (anonymous mode, repo sharing, profile mode) are managed at https://devglobe.app/dashboard/settings.

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. 2d ago First seen · 37 lines · 11 tokens per session scan A 6d49f82f6bd5

Subscribe to this mod's changes

setup is a skill published in the GitHub repository Nako0/devglobe-extension (213 stars, last pushed 2mo ago), licensed MIT. It adds 11 tokens to every session and 271 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

team-lead-collaboration

Markdown collaboration Lead. Use only when the user explicitly selects $team-lead-collaboration to organize lightweight project collaboration.

Gary06868/remote-agent-collaboration-skills · 31 tokens

team-member-collaboration

Markdown collaboration Member. Use only when the user explicitly selects $team-member-collaboration for assigned project work.

Gary06868/remote-agent-collaboration-skills · 28 tokens

github

Integração com GitHub — issues, PRs, repositórios, código e actions via MCP.

devjefferson/synapos · 23 tokens

golang-testing

Production-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapshot testing, code coverage, integration tests, idiomatic test naming. Use when writing or reviewing Go tests, choosing a testing approach, setting up Go test CI…

samber/cc-skills-golang · 115 tokens

bridge

Use when the user wants hyperflow's behavioral rules to apply outside the terminal CLI — in Claude Code Desktop, claude.ai web, or IDE extensions that don't load CLI plugins. Writes a managed doctrine block into the project's CLAUDE.md so autonomy + intent-routing + commit cadence + role separation + file-first rules…

jeremylongshore/tons-of-skills-marketplace · 126 tokens

livecodes/sdk-methods

Use SDK methods to interact with playgrounds: run, getCode, setConfig, getConfig, watch, runTests, format, getShareUrl, show, destroy. Load this skill when programmatically controlling embedded playgrounds, reacting to code changes, or retrieving compiled output.

live-codes/livecodes · 62 tokens