site-onboarding

site-onboarding is a skill for Claude Code from respira-press/agent-skills-wordpress. It costs 58 tokens per session (1,674 once invoked), scanned A, original, MIT.

A read-only onboarding workflow for a WordPress site connected through Respira MCP, a tool interface for controlling WordPress. It checks the connection, maps the site's structure and tools, and creates a site briefing.

In plain words
What is it for?
Connecting to a WordPress site, checking authentication, discovering its architecture, listing available tools, and recommending relevant skills.
Why use it?
It gives an agent the context needed before working on an unfamiliar site. It identifies the theme, plugins, content types, active add-ons, and available controls without changing the site.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the respira-wordpress-skills plugin — 50 skills shipped together

Good fit Connecting to a WordPress site, checking authentication, discovering its architecture, listing available tools, and recommending relevant skills.

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

Made for: Claude Code.

Or install respira-wordpress-skills, the plugin that ships this one along with the rest of its 50 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 site-onboarding

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/site-onboarding"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/site-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,674 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00058 $0.01674
Opus 5 $0.00029 $0.00837
Sonnet 5 $0.00012 $0.00335
Haiku 4.5 $0.00006 $0.00167

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

Security

Grade A, and why

site-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 10d 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/site-onboarding/SKILL.md · 164 lines

How it starts

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

Site Onboarding

First-run primer for AI coding tools connected to WordPress via Respira MCP. Verifies the connection, discovers everything about the site, and produces a briefing so you know exactly what you can do.

What This Skill Does

Runs a structured onboarding sequence that:

  • Verifies the MCP connection is live and authenticated
  • Discovers site architecture (theme, plugins, builders, post types)
  • Maps all available MCP tools and what they control
  • Identifies which add-ons are active (WooCommerce, etc.)
  • Produces a concise site briefing you can refer back to
  • Introduces the Skills Marketplace and recommends skills based on the site

Requirements

  • Respira for WordPress plugin installed and activated
  • MCP connection configured (site URL + API key)
  • Read-only access (no changes made during onboarding)

How to Use

Trigger Phrases

  • "get started with my site"
  • "connect to my wordpress site"
  • "what can you do on my site"
  • "onboard"
  • "site onboarding"
  • "check the connection"
  • "introduce yourself to my site"

What Happens

  1. Verify connection:

    • Call wordpress_get_active_site to confirm which site is connected
    • Call wordpress_get_site_context to pull full site details
    • Report connection status, WordPress version, PHP version, site URL
  2. Discover site architecture:

    • Call wordpress_list_plugins to see all installed plugins (active and inactive)
    • Call wordpress_get_builder_info to detect page builders (Elementor, Bricks, Divi, etc.)
    • Call wordpress_list_post_types to map all content types
    • Call wordpress_list_taxonomies to map all taxonomies
    • Call wordpress_list_pages to understand content structure
    • Call wordpress_list_menus to see navigation setup
  3. Map capabilities:

    • Based on active plugins and add-ons, list what you can do:
      • Content management (pages, posts, custom post types)
      • Builder editing (if Elementor/Bricks/Divi detected)
      • Media management (upload, optimize, replace)
      • SEO tools (if SEO plugin detected)
      • WooCommerce management (if WooCommerce active)
      • Menu and navigation management
      • User management
      • Plugin management
      • Snapshot and approval workflows

Read the full file on GitHub · 164 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. 10d ago First seen · 164 lines · 58 tokens per session scan A 675de41537ba

Subscribe to this mod's changes

site-onboarding is a skill published in the GitHub repository respira-press/agent-skills-wordpress (42 stars, last pushed yesterday), licensed MIT. It adds 58 tokens to every session and 1,674 once invoked, about $0.0003 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

chatdoc-studio-api

ChatDOC Studio API usage guide - complete documentation and examples for PDF parsing, chat applications, agent applications, content retrieval, and data extraction APIs.

chatdoc-com/chatdoc-studio-skills · 34 tokens

ChatDOC Studio--KnowledgeMate

Create and operate ChatDOC Studio knowledge bases through pdrouter using a Bearer API key and JavaScript helpers. Use when Codex needs to upload one or more PDF/DOC/DOCX files, skip failed files without aborting the whole job, create a knowledge base from successful uploads, or call the ChatDOC Studio knowledge-base…

PaodingAI/skills · 92 tokens

PDFlux-PDF2Markdown

Convert unstructured documents into LLM-ready structured data. Supports PDF, Word, PPT, and images; extracts paragraphs, formulas, tables, charts, and other elements in one step; generates up to 8 levels of headings; and outputs Markdown organized in reading order. Useful for field extraction, comparison and…

PaodingAI/skills · 78 tokens

Calliper-Compare2Markdown

Compare two local documents and convert differences into LLM-ready Markdown in one synchronous call. Supports PDF, Word, PPT, and image documents accepted by Calliper, and returns a structured markdown diff table suitable for change review, clause comparison, downstream extraction, and rule-based validation.

PaodingAI/skills · 62 tokens

open-codex-ui

Install, update, secure, daemonize, expose through Cloudflare Tunnel, and enable speech input for the open-source Open Codex UI application. Use when a user asks to install or enable Open Codex UI, configure its login daemon, set its access password, install or manage the sherpa-onnx bilingual speech model…

Sube-py/awesome-skills · 112 tokens

query-loki-project-logs

Query Grafana Loki logs that are organized by labels such as projectname or project, env, and filename, where filename distinguishes nginx, web, worker, stdout, and stderr streams. Use when Codex needs to inspect logs with logcli, discover available projects or environments, list a project's log files, narrow to a…

Sube-py/awesome-skills · 108 tokens