# Send Package SEO to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "package-seo",
    "name": "Package SEO",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/NextFrontierBuilds/package-seo",
    "canonicalUrl": "https://clawhub.ai/NextFrontierBuilds/package-seo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/package-seo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=package-seo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "package-seo",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T20:49:33.316Z",
      "expiresAt": "2026-05-13T20:49:33.316Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=package-seo",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=package-seo",
        "contentDisposition": "attachment; filename=\"package-seo-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "package-seo"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/package-seo"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/package-seo",
    "downloadUrl": "https://openagent3.xyz/downloads/package-seo",
    "agentUrl": "https://openagent3.xyz/skills/package-seo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/package-seo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/package-seo/agent.md"
  }
}
```
## Documentation

### Package SEO Skill

SEO best practices for npm packages, GitHub repos, and AI agent skills. Maximize discoverability.

Author: Next Frontier
Version: 1.0.0
Tags: seo, npm, github, publishing, marketing, discoverability, packages

### When to Use

Use this skill when:

Publishing a new npm package
Creating a GitHub repo
Submitting a skill to ClawdHub
Updating descriptions/READMEs for better discoverability
Auditing existing packages for SEO improvements

### Hot Keywords (2026)

Always include relevant terms from this list:

AI, automation, vibe coding, cursor, claude, gpt, copilot, agent,
autonomous, mcp, langchain, llm, testing, devtools, cli, typescript,
python, react, nextjs, api, sdk, tool, framework, openai, anthropic,
coding agent, ai assistant, developer tools, productivity

Pro tip: Check X/Twitter trending in tech before publishing for fresh terms.

### package.json

{
  "name": "descriptive-seo-friendly-name",
  "description": "Clear value prop with keywords. AI-powered X for Y. Works with Cursor, Claude, GPT.",
  "keywords": [
    "ai",
    "automation", 
    "claude",
    "gpt",
    "cursor",
    "vibe-coding",
    "agent",
    "cli",
    "devtools",
    "mcp",
    "langchain",
    "copilot",
    "testing",
    "typescript",
    "openai",
    "anthropic"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/org/repo"
  },
  "homepage": "https://github.com/org/repo#readme",
  "bugs": {
    "url": "https://github.com/org/repo/issues"
  }
}

Rules:

10-15 keywords minimum
Description under 200 chars but keyword-rich
Include repository, homepage, bugs URLs
Name should be searchable (avoid obscure names)

### README.md Structure

# package-name

[![npm version](https://img.shields.io/npm/v/package-name.svg)](https://npmjs.com/package/package-name)
[![npm downloads](https://img.shields.io/npm/dm/package-name.svg)](https://npmjs.com/package/package-name)
[![license](https://img.shields.io/npm/l/package-name.svg)](LICENSE)

> One-line description with keywords. AI-powered X for Y.

## Works With

- 🤖 Claude / Claude Code
- 🔵 Cursor
- 💚 GPT / ChatGPT
- ⚡ Copilot
- 🧩 MCP servers

## Install

\\\`\\\`\\\`bash
npm install package-name
\\\`\\\`\\\`

## Quick Start

\\\`\\\`\\\`typescript
// Minimal working example
\\\`\\\`\\\`

## Features

- ✅ Feature 1 with keyword
- ✅ Feature 2 with keyword
- ✅ Feature 3 with keyword

## API / Usage

[Details...]

## License

MIT

Key elements:

Badges at very top
Hero tagline with keywords
"Works With" section (shows compatibility)
Install command above fold
Quick start code example
Feature list with checkmarks

### Description (Under 350 chars)

Format:

[What it does]. [Key benefit]. [Compatibility]. [Call to action].

Examples:

AI-powered PDF generator for legal docs and pitch decks. Creates SAFEs, NDAs, term sheets from prompts. Works with Claude, Cursor, GPT. No templates needed.

Real-time financial data API for AI agents. Stocks, crypto, forex, ETFs in one unified feed. 120+ endpoints. Alternative to Alpha Vantage.

Automated QA for web apps using AI. Smoke tests, accessibility, visual regression. Drop-in CI/CD testing. Works with Playwright.

### Topics (GitHub Tags)

Add 10-20 relevant topics:

ai, automation, claude, gpt, cursor, typescript, cli, devtools, 
agent, testing, api, sdk, mcp, langchain, openai, anthropic,
developer-tools, productivity, automation-tools

### README

Same as npm README — keep them identical!

### SKILL.md Description

# Skill Name

> One-line with keywords. [What it does] for AI agents. Works with Clawdbot, Claude, Cursor.

**Author:** Your Name
**Version:** X.Y.Z
**Tags:** tag1, tag2, tag3, ai, agent, automation

### Tags

Include 5-10 tags:

ai, agent, automation, claude, cursor, mcp, cli, [domain-specific tags]

### Sync Checklist

All three must match:

FieldnpmGitHubClawdHubNamepackage.json nameRepo nameSkill folder nameDescriptionpackage.json descriptionRepo descriptionSKILL.md descriptionKeywordspackage.json keywordsTopicsTagsREADMEREADME.mdREADME.mdSKILL.md

### Publishing Checklist

Before every publish:

Name is descriptive + searchable
 Description has value prop + 3-5 keywords
 10-15 keywords in package.json
 README has badges (version, downloads, license)
 README has "Works With" section
 README has install command above fold
 README has quick start code example
 GitHub topics added (10-20)
 GitHub description matches npm
 Checked X/Twitter trending for fresh terms
 All descriptions synced across platforms

### Badge Generator

Use shields.io:

[![npm version](https://img.shields.io/npm/v/PACKAGE.svg)](https://npmjs.com/package/PACKAGE)
[![npm downloads](https://img.shields.io/npm/dm/PACKAGE.svg)](https://npmjs.com/package/PACKAGE)
[![license](https://img.shields.io/npm/l/PACKAGE.svg)](LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/ORG/REPO.svg)](https://github.com/ORG/REPO)

### Anti-Patterns (Avoid)

❌ Obscure/clever names that aren't searchable
❌ Descriptions without keywords
❌ Empty or minimal keywords array
❌ README without badges
❌ No "Works With" section
❌ Mismatched npm/GitHub/ClawdHub descriptions
❌ No quick start example
❌ Walls of text before install command

### Examples (Good)

ai-pdf-builder:

AI-powered PDF generator for legal docs, pitch decks, and reports. 
Creates SAFEs, NDAs, term sheets, whitepapers from prompts. 
Works with Claude, GPT, Cursor, and AI coding agents. YC-style docs in seconds.

web-qa-bot:

Automated QA for web apps using AI. Smoke tests, accessibility checks, 
visual regression. Drop-in replacement for manual QA. 
Works with Playwright, Cursor, Claude. QA without the QA team.

### Quick Reference

ElementTargetKeywords10-15Description100-200 charsTopics10-20Badges3-5README sections5-7
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: NextFrontierBuilds
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T20:49:33.316Z
- Expires at: 2026-05-13T20:49:33.316Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/package-seo)
- [Send to Agent page](https://openagent3.xyz/skills/package-seo/agent)
- [JSON manifest](https://openagent3.xyz/skills/package-seo/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/package-seo/agent.md)
- [Download page](https://openagent3.xyz/downloads/package-seo)