Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

package-seopackage SEO 搜索

Agent Skill

package-seo 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

56,573

周安装

2,311

GitHub Stars

2

下载量

18,303
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:package-seo(package SEO 搜索)
来源仓库:https://github.com/nextfrontierbuilds/package-seo
安装命令:
openclaw skills install package-seo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install package-seo

简介

对 npm 包、GitHub 存储库和 AI 技能实施 SEO 最佳实践,以使用富含关键字的描述和元数据来提高可发现性。

SKILL.md

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.59%
按下载量换算14,018

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills