Package SEO

v1.0.0

Implements SEO best practices for npm packages, GitHub repos, and AI skills to improve discoverability using keyword-rich descriptions and metadata.

2· 1.7k·0 current·0 all-time
byNext Frontier AI@nextfrontierbuilds
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill name and the SKILL.md both target SEO/publishing guidance for packages/repos/skills. There are no unrelated env vars, binaries, or install steps requested — everything requested (nothing) is proportional to the stated purpose.
Instruction Scope
Instructions are limited to copy/content/metadata guidance (package.json, README, topics, tags, badges, checklist). It suggests checking external trends (X/Twitter) and adding 'Works With' compatibility claims — these are marketing actions rather than privileged system operations. Minor caution: the guide encourages many keywords and compatibility claims, which can encourage misleading or trademark-heavy listings if not validated.
Install Mechanism
No install spec and no code files — instruction-only skills are lowest-risk for disk writes or arbitrary downloads.
Credentials
The skill requires no environment variables, credentials, or config paths. Nothing disproportionate is requested for the documented goal.
Persistence & Privilege
always:false and disable-model-invocation:false (default) — no elevated persistence. The skill does not request system-wide configuration changes or access to other skills' secrets.
Assessment
This skill is an offline/style checklist and does not request keys or install code, so it is low-risk from a security perspective. Before using: (1) review and adapt the suggested keywords/tags to avoid trademark misuse or false compatibility claims (don’t assert support for services you haven’t tested), (2) avoid keyword stuffing that may violate marketplace policies, and (3) when following badge links (shields.io, npm, GitHub), ensure you publish to the real locations before linking. If you want stronger safety guarantees, ask the author for provenance or examples of published packages that used this exact checklist.

Like a lobster shell, security has layers — review code before you run it.

aivk97e13ayk5w24fc0m46k3k75ex80c02aclawdbotvk97e13ayk5w24fc0m46k3k75ex80c02agithubvk97e13ayk5w24fc0m46k3k75ex80c02alatestvk97e13ayk5w24fc0m46k3k75ex80c02amarketingvk97e13ayk5w24fc0m46k3k75ex80c02anpmvk97e13ayk5w24fc0m46k3k75ex80c02apublishingvk97e13ayk5w24fc0m46k3k75ex80c02aseovk97e13ayk5w24fc0m46k3k75ex80c02a
1.7kdownloads
2stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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.


npm Packages

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

GitHub Repos

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!


ClawdHub Skills

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:

FieldnpmGitHubClawdHub
Namepackage.json nameRepo nameSkill folder name
Descriptionpackage.json descriptionRepo descriptionSKILL.md description
Keywordspackage.json keywordsTopicsTags
READMEREADME.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

ElementTarget
Keywords10-15
Description100-200 chars
Topics10-20
Badges3-5
README sections5-7

Comments

Loading comments...