# SiteClarity Public Skills

Version: `0.4.0-rc.1`

Browser-friendly install page: https://siteclarity.ai/skills

This package teaches agent hosts how to use SiteClarity's MCP connector for launch-readiness review, market intelligence, and durable result handoff. Install the skill folders, not just the root index page.

## Standard Agent Skills Install

Download the complete package:

```bash
curl -fsSL https://siteclarity.ai/skills/siteclarity-public-skills.zip -o siteclarity-public-skills.zip
unzip -q siteclarity-public-skills.zip
```

Then install these folders into your Agent Skills host's skills directory:

```text
siteclarity-public-skills/siteclarity-launch-ops
siteclarity-public-skills/siteclarity-market-intelligence
siteclarity-public-skills/siteclarity-sales-intelligence
siteclarity-public-skills/siteclarity-ai-visibility
siteclarity-public-skills/siteclarity-result-handoff
```

Configure the SiteClarity MCP server under the key `siteclarity` when the host allows naming it. Tool references are canonical SiteClarity MCP identifiers. Resolve them against the configured SiteClarity server using the host's native MCP syntax/registry, and preserve each identifier exactly.

Agents that support remote skill folders can fetch the direct URLs listed in `manifest.json`.

## Codex Marketplace Install

For Codex, download and extract the complete marketplace archive:

```bash
curl -fsSL https://siteclarity.ai/skills/siteclarity-codex-marketplace.zip -o siteclarity-codex-marketplace.zip
unzip -q siteclarity-codex-marketplace.zip
codex plugin marketplace add siteclarity-codex-marketplace
codex plugin add siteclarity-public-skills@siteclarity-public
```

The extracted marketplace root contains its own `.agents/plugins/marketplace.json`, license, and complete `plugins/siteclarity-public-skills` tree. Codex installs the plugin from those published bytes; no repository checkout or separately created wrapper is required.

## What You Get

Four user workflows:

| Workflow | Use it for |
|---|---|
| `siteclarity-launch-ops` | Review the user's own page, preview deploy, branch build, or local app before or after shipping. |
| `siteclarity-market-intelligence` | Research companies, competitors, categories, positioning, campaigns, and third-party public pages from SiteClarity evidence. |
| `siteclarity-sales-intelligence` | Prepare prospect and account conversations: briefs, meeting prep, objections, and prospect or company-profile battlecards. |
| `siteclarity-ai-visibility` | Diagnose how AI providers mention the connected domain: snapshots, history, provider comparisons, and deliberate refreshes. |

One shared package protocol, bundled into every workflow as a local reference:

| Support | Use it for |
|---|---|
| `siteclarity-result-handoff` | Explicit requests to reopen, recover, preserve, hand off, or check status of a prior SiteClarity result or ref. Not a primary user workflow. |

## Package Files

- `manifest.json` - machine-readable package index with skill URLs and reference URLs.
- `llms.txt` - crawler-friendly index for agent/documentation ingestion.
- `LICENSE.txt` - package license notice.
- `siteclarity-public-skills.zip` - standard cross-host Agent Skills package.
- `siteclarity-codex-marketplace.zip` - complete Codex marketplace root with the plugin, Codex-rendered skills, licenses, and remote MCP metadata.
- `checksums.sha256` - SHA-256 checksums for served package files and the root package index (listed as `../SKILL.md`).

## Requirements

- SiteClarity MCP connector access: https://siteclarity.ai/mcp
- An agent host that supports Agent Skills folders with `SKILL.md` frontmatter.
- Network access to SiteClarity MCP tools for live analysis and result retrieval.

## License

Proprietary - SiteClarity. See `LICENSE.txt`.

## Direct URLs

- https://siteclarity.ai/skills/siteclarity-launch-ops/SKILL.md
- https://siteclarity.ai/skills/siteclarity-market-intelligence/SKILL.md
- https://siteclarity.ai/skills/siteclarity-sales-intelligence/SKILL.md
- https://siteclarity.ai/skills/siteclarity-ai-visibility/SKILL.md
- https://siteclarity.ai/skills/siteclarity-result-handoff/SKILL.md
- https://siteclarity.ai/skills/manifest.json
- https://siteclarity.ai/skills/llms.txt
- https://siteclarity.ai/skills/siteclarity-public-skills.zip
- https://siteclarity.ai/skills/siteclarity-codex-marketplace.zip
