One-click install
npx skills add https://github.com/nowork-studio/toprank --skill toprank-site-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toprank-site-onboard
Source: https://github.com/nowork-studio/toprank/tree/main/openclaw/skills/toprank-site-onboard
Command: npx skills add https://github.com/nowork-studio/toprank --skill toprank-site-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard a new website into Toprank's OpenClaw adaptive layer by creating its per-site workspace and initial configuration, reducing setup time and human error.

Core Features & Use Cases

  • Collect and store essential site metadata (URL, display name, brand terms, business weight, cadence, and an initial SEO goal).
  • Initialize the site workspace by running bootstrap_workspace.py and onboard_site.py with the gathered parameters.
  • Update registries (portfolio, site-profile.json, goals.json) to reflect the new site and its objectives.

Quick Start

Execute the wrapper job to onboard a site by supplying the URL, display name, brand terms, business weight, cadence, and an initial SEO goal, then verify the generated site-profile.json and goals.json exist.

Frequently Asked Questions about toprank-site-onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I onboard a new site into an SEO workspace?

To onboard a new site into an SEO workspace, you execute a wrapper job supplying the URL, display name, brand terms, business weight, cadence, and an initial SEO goal. This initializes the per-site workspace, generating site-profile.json and goals.json.

What site metadata is required to initialize a per-site workspace?

Initializing a per-site workspace requires the site URL, display name, brand terms, business weight, cadence, and an initial SEO goal. These parameters are passed to bootstrap scripts to generate the site-profile.json and goals.json configuration files.

Can I use this onboard process for managing multiple client sites?

Yes, you can use this onboard process for managing multiple client sites. It applies when adding a new client site or managing multiple sites, handling registry updates and site folder creation to maintain distinct per-site workspaces.

What configuration files are generated when adding a new website?

When adding a new website, the onboarding process generates site-profile.json and goals.json. These files store the gathered site metadata and initial SEO objectives within the OpenClaw adaptive layer workspace.

How does the OpenClaw adaptive layer bootstrap a site workspace?

The OpenClaw adaptive layer bootstraps a site workspace by executing bootstrap_workspace.py and onboard_site.py with gathered parameters. This automates registry updates, site folder creation, and configuration generation to reduce setup time and human error.