sc-onboarding

sc-onboarding is a skill for Claude Code, Codex from rahmanef63/si-coder-agent. It costs 64 tokens per session (3,004 once invoked), scanned D, original, MIT.

A guided setup tool for SI-Coder users that checks which service credentials are configured and asks only for missing ones.

In plain words
What is it for?
Use it during first-time setup or after adding a service skill to inspect providers, enter or rotate credentials, remove stored variables, run live checks, and perform setup checks.
Why use it?
It avoids hunting through configuration files and helps reveal which provider setup is incomplete before using a service.

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/rahmanef63/si-coder-agent/sc-onboarding
Any agent
npx skills add rahmanef63/si-coder-agent --skill sc-onboarding
Clone the repo
git clone --depth 1 https://github.com/rahmanef63/si-coder-agent

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 sc-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/rahmanef63/si-coder-agent/sc-onboarding.svg)](https://agentmods.dev/skills/rahmanef63/si-coder-agent/sc-onboarding)
Your own site
<a href="https://agentmods.dev/skills/rahmanef63/si-coder-agent/sc-onboarding"><img src="https://agentmods.dev/badge/skills/rahmanef63/si-coder-agent/sc-onboarding.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,004 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 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.00064 $0.03004
Opus 5 $0.00032 $0.01502
Sonnet 5 $0.00013 $0.00601
Haiku 4.5 $0.00006 $0.00300

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

Security

Grade D, and why

sc-onboarding scanned grade D with 3 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (lib/onboarding-domains.js, scripts/scan-env.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

N --> O[Write ~/.bashrc<br/>chmod 0600]

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

bash install.sh --no-onboard # symlink only; never prompt (CI / curl | bash)

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

bash install.sh --no-onboard # symlink only; never prompt (CI / curl | bash)
skills/sc-onboarding/SKILL.md · 207 lines

How it starts

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

/sc-onboarding — Guided credential setup

Use this skill when the user is setting up si-coder-agent for the first time, or after they install a new /sc-* domain skill that needs new credentials.

The sc console (preferred entry point)

sc providers                 what is configured, per provider
sc providers show <id>       per-var detail + where to get each value
sc providers set  <id>       re-enter (rotate) every var for one provider
sc providers rm   <id>       remove its vars from the ~/.bashrc managed block
sc setup [--target t]        interactive wizard for whatever is missing
sc doctor [--target t]       LIVE check — calls each real API
sc preflight --target t      the gate /sc-all runs

Everything that picks something is arrow-key driven — no retyping identifiers that are already on screen, and no silent typos:

  • sc with no arguments opens the console menu (on a pipe it still prints usage, so scripts are unaffected).
  • sc setup shows a checkbox list of all providers with whatever is incomplete pre-ticked. ↑/↓ move · Space toggle · a all/none · Enter confirm · Esc cancel. (j/k work too.)
  • sc providers show|set|rm with no id opens a single-select list.

Values themselves are still typed — a token has to be pasted — but secrets are read hidden and never reach argv.

More than one identity: profiles + sc.md

One ~/.bashrc holds one set of credentials. That breaks the moment two machines, two Cloudflare accounts, or two clients are in play — and the failure is silent: a stale export from a login shell is enough to deploy with the wrong account's token.

sc user                           profiles + which one governs this directory
sc user which                     the resolution, and why
sc user add <name> [--from-shell] create one (--from-shell imports what is exported now)
sc user use <name>                set the fallback profile
sc user map <folder> <name>       bind a folder AND its children to a profile
sc user unmap <folder>            drop that rule
sc user rm <name> [--yes]         delete a profile and its credentials
sc env                            eval "$(sc env)"  — apply it to the current shell
sc run -- <cmd> ...               run one command under the resolved profile
--no-profile                      ignore profiles for this one command

Read the full file on GitHub · 207 lines

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. 5d ago First seen · 207 lines · 64 tokens per session scan D 22d2a7a50a9b

Subscribe to this mod's changes

sc-onboarding is a skill published in the GitHub repository rahmanef63/si-coder-agent (14 stars, last pushed 7d ago), licensed MIT. It adds 64 tokens to every session and 3,004 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, downloads and executes remote code, makes network calls). 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

convex-create-component

Designs and builds Convex components with isolated tables, clear boundaries, and app-facing wrappers. Use this skill when creating a new Convex component, extracting reusable backend logic into a component, building a third-party integration that owns its own tables, packaging Convex functionality for reuse, or when…

get-convex/convex-backend · 95 tokens

convex-quickstart

Initializes a new Convex project from scratch or adds Convex to an existing app. Use this skill when starting a new project with Convex, scaffolding with npm create convex@latest, adding Convex to an existing React, Next.js, Vue, Svelte, or other frontend, wiring up ConvexProvider, configuring environment variables…

get-convex/convex-backend · 108 tokens

convex-performance-audit

Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, and function limits. Use this skill when a Convex feature is slow or expensive, npx convex insights shows high bytes or documents read, OCC conflict errors or mutation retries appear, subscriptions or UI…

get-convex/convex-backend · 97 tokens

convex-setup-auth

Sets up Convex authentication with user management, identity mapping, and access control. Use this skill when adding login or signup to a Convex app, configuring Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT providers, wiring auth.config.ts, protecting queries and mutations with ctx.auth.getUserIdentity()…

get-convex/convex-backend · 105 tokens

convex-migration-helper

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or removing or changing type, tables need splitting or merging…

get-convex/convex-backend · 102 tokens

robel-auth

Integrate and maintain Robelest Convex Auth in apps by always checking upstream before implementation. Use when adding auth setup, updating auth wiring, migrating between upstream patterns, or troubleshooting @robelest/convex-auth behavior across projects.

waynesutton/markdown-site · 52 tokens