smarterweather-onboarding

smarterweather-onboarding is a skill for Claude Code, Codex from smarterweather/developer. It costs 77 tokens per session (579 once invoked), scanned A, original, MIT.

A one-time setup guide for Smarter Weather, a developer platform that provides weather data and agent tools. It covers creating a free account, making an API key, and configuring the client.

In plain words
What is it for?
Use it when signing up for Smarter Weather, creating an API key, or configuring its REST client or weather MCP.
Why use it?
It gives a defined path from no account to a working connection while keeping the temporary onboarding server out of the long-term configuration.

Skill for Claude CodeCodex

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

Good fit Use it when signing up for Smarter Weather, creating an API key, or configuring its REST client or weather MCP.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/smarterweather/developer/smarterweather-onboarding
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 smarterweather/developer --skill smarterweather-onboarding
Clone the repo
git clone --depth 1 https://github.com/smarterweather/developer

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/smarterweather/developer/smarterweather-onboarding/github.svg)](https://agentmods.dev/skills/smarterweather/developer/smarterweather-onboarding)
Your own site
<a href="https://agentmods.dev/skills/smarterweather/developer/smarterweather-onboarding"><img src="https://agentmods.dev/badge/skills/smarterweather/developer/smarterweather-onboarding/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 smarterweather-onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/smarterweather/developer/smarterweather-onboarding"><img src="https://agentmods.dev/badge/skills/smarterweather/developer/smarterweather-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 579 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.00077 $0.00579
Opus 5 $0.00039 $0.00290
Sonnet 5 $0.00015 $0.00116
Haiku 4.5 $0.00008 $0.00058

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

Security

Grade A, and why

smarterweather-onboarding 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 8d 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.

plugins/smarterweather-onboarding/skills/smarterweather-onboarding/SKILL.md · 50 lines

What it actually says

Onboard to Smarter Weather (one-shot)

This install is temporary. It talks to the onboarding MCP at https://mcp.developers.smarterweather.com. After a key exists and the weather client is configured, remove this server from the client config. Never wire it into a long-lived config alongside the weather MCP (https://mcp.smarterweather.com).

Flow

  1. Connect with no credentials. Call get_plans / get_documentation / sign_up.
  2. sign_up returns a Clerk signup URL. A human opens it and creates a free account (no credit card).
  3. Reconnect this MCP with OAuth when the host prompts. The stdio bridge (npx -y @smarterweather/mcp-onboarding) uses a loopback callback on port 3334 — keep that port free. Cursor's native cursor:// OAuth against Clerk is broken (#7184); prefer the stdio bridge for gated tools.
  4. Call create_api_key (idempotent). Store the plaintext once.
  5. Call configure_mcp. It emits an env-slot config — put the key in SMARTERWEATHER_API_KEY (or a host secret store). Never paste sw_live_ / sw_test_ into committed JSON. REST and weather MCP use Authorization: Bearer $SMARTERWEATHER_API_KEY (not X-API-Key).
  6. Install the weather plugin or @smarterweather/mcp-weather, then remove this onboarding server.

Anonymous connections list only the discovery tools. Account-scoped tools appear after OAuth. That is by design.

After onboarding

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. 8d ago First seen · 50 lines · 77 tokens per session scan A ced25b71fe70

Subscribe to this mod's changes

smarterweather-onboarding is a skill published in the GitHub repository smarterweather/developer (1 stars, last pushed 5d ago), licensed MIT. It adds 77 tokens to every session and 579 once invoked, about $0.0004 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

sdd-apply

Skill "sdd-apply" from Gentleman-Programming/gentle-ai, covering execution role, language domain contract, purpose, what you receive and execution and persistence contract.

Gentleman-Programming/gentle-ai · 0 tokens

solr-extending

To build Solr plugins: SearchComponent, QParser, URP, DocTransformer.

griddynamics/rosetta · 23 tokens

lap

LAP CLI -- compile, search, and manage API specs for AI agents. Use when working with API specifications (OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman), compiling specs to LAP format, searching the LAP registry, generating skills from API specs, or publishing APIs. Commands: init, compile, search, get, skill…

Lap-Platform/LAP · 89 tokens

lap

LAP CLI -- compile, search, and manage API specs for AI agents. Use when working with API specifications (OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman), compiling specs to LAP format, searching the LAP registry, generating skills from API specs, or publishing APIs. Commands: init, compile, search, get, skill…

Lap-Platform/LAP · 89 tokens

Contract Testing with Pact

Consumer-driven contract testing skill using Pact, covering consumer tests, provider verification, Pact Broker integration, and CI/CD workflows.

PramodDutta/qaskills · 29 tokens

presentation

Turn a tech-spec directory into an interactive, marketing-grade web presentation — built so engineers understand the design, the reader is convinced of the why, and the result is shareable in public. Use when someone wants a spec turned into a deck.

iii-hq/iii · 51 tokens