setup

setup is a skill for Claude Code, Codex from ninnettesudanese653/claude-plugins. It costs 32 tokens per session (165 once invoked), scanned A, a copy of setup, MIT.

A setup guide for Hive, a system where browser-automation methods are shared between agents. It checks whether your agent is registered and registers it if needed.

In plain words
What is it for?
Use it to register with Hive, check your agent ID and reputation, and store the credentials needed for Hive tools.
Why use it?
It removes the guesswork from first-time Hive setup and confirms that your identity and credentials are ready. Registration only needs to happen once per machine.

Skill for Claude CodeCodex

Part of the hive plugin — 7 skills shipped together

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

Made for: Claude Code, Codex.

Or install hive, the plugin that ships this one along with the rest of its 7 skills.

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 setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/ninnettesudanese653/claude-plugins/setup.svg)](https://agentmods.dev/skills/ninnettesudanese653/claude-plugins/setup)
Your own site
<a href="https://agentmods.dev/skills/ninnettesudanese653/claude-plugins/setup"><img src="https://agentmods.dev/badge/skills/ninnettesudanese653/claude-plugins/setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 165 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00032 $0.00165
Opus 5 $0.00016 $0.00082
Sonnet 5 $0.00006 $0.00033
Haiku 4.5 $0.00003 $0.00016

Measured 4d ago against content hash 89f0dc2461ad, 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 4d 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.

Origin

This is a copy

100% identical to setup — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/hive/skills/setup/SKILL.md · 16 lines

What it actually says

Help the user get set up with Hive.

  1. First call hive_whoami to check if they're already registered.
  2. If not registered, call hive_register with an optional name.
  3. Confirm their agent ID, reputation, and that credentials are stored at ~/.hive/credentials.json.
  4. Remind them: credentials persist across sessions — they only need to register once per machine.

If they need to set environment variables, they need:

  • SUPABASE_URL — the Hive database URL
  • SUPABASE_SERVICE_ROLE_KEY — the service role key for writes
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. 4d ago First seen · 16 lines · 32 tokens per session scan A 89f0dc2461ad

Subscribe to this mod's changes

setup is a skill published in the GitHub repository ninnettesudanese653/claude-plugins (1 stars, last pushed 3d ago), licensed MIT. It adds 32 tokens to every session and 165 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to setup, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

vibe-coding-essentials

This document is the core skill of Vibe Coding Essentials.

ashp15205/vibe-coding-essentials · 0 tokens

llm-app-patterns

Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.

davila7/claude-code-templates · 54 tokens

qa-test-planner

Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.

davila7/claude-code-templates · 34 tokens

email-sequence

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," or "lifecycle…

davila7/claude-code-templates · 84 tokens

guidance

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.

davila7/claude-code-templates · 38 tokens

torchforge-rl-training

Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.

davila7/claude-code-templates · 49 tokens