Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

github-readme-heroGitHub README hero 效率

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

2,373

周安装

96

GitHub Stars

1

下载量

745
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install github-readme-hero

简介

将普通 README 转换为视觉突出的英雄式封面布局,提升文档吸引力。

  • 适用于技能介绍页、开源项目首页的美化需求,突出核心标题。
  • 通过 clawhub 安装,输入 Markdown 源文件即可生成重构版本。
  • 仅修改展示样式,不涉及功能逻辑,无敏感操作风险。
  • github-readme-hero 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
github-readme-hero
description
Turn ordinary GitHub README pages, skill landing pages, or Markdown intros into cover-like hero layouts with centered titles, quote-led openings, restrained badges, horizontal navigation, and preserved original voice. Use when the user wants a GitHub README to feel like a designed front page without losing its strongest original introduction, especially for Chinese-first or bilingual repositories that need stronger presentation.

GitHub-README Hero.skill

A weak README explains itself. A strong README arrives with presence.

This skill exists for pages that already have a voice, a strong sentence, or a real idea, but still look like raw Markdown instead of a deliberate front page.

Use this skill when the user wants a README, skill page, or landing-style Markdown document to feel more like a designed front page:

  • GitHub README beautification
  • ClawHub skill page polish
  • hero-section redesign
  • quote + badge + navigation layout
  • preserving a strong original intro while improving presentation
  • upgrading the front page of a Chinese-first README
  • making a skill page feel more like a product showcase
  • preserving the strongest original line while redesigning only the first screen

Do not use this skill for generic copywriting, long-form documentation editing, or full website implementation unless the user specifically wants the document itself restyled.

Core Promise

Do not delete the soul of the page.

Your job is not to replace the author's best line with decorative polish. Your job is to:

  1. identify the best existing line, quote, or paragraph
  2. elevate it into a stronger first screen
  3. preserve the original substance underneath
  4. make the page feel intentional, clean, and memorable

This skill should sharpen the entrance, not erase the voice.

Default Workflow

1. Read the top of the document first

Inspect the first 30-80 lines before editing.

Look for:

  • the strongest quote-worthy sentence
  • the real title
  • whether the page is bilingual
  • whether the page already has useful sections worth linking to
  • whether the current top is dry, cluttered, or visually weak

2. Decide the hero structure

Prefer this top-level structure when suitable:

<div align="center">

# Title

> Strong quote or distilled line

![badge](...)
![badge](...)

<p align="center">
  horizontal navigation
</p>

<p align="center">
  short subtitle or two-line promise
</p>

</div>

---

Use it only if it improves the page. Do not force it onto documents that need a plain technical opening.

3. Preserve the original introduction

After the hero block:

  • keep the original opening material if it has literary force or brand value
  • trim only duplication introduced by the new hero
  • do not flatten expressive copy into bland product language

If the author already wrote a powerful intro, keep it alive.

4. Add badges with restraint

Badges should signal structure, not become confetti.

Good uses:

  • bilingual
  • mode or category
  • platform
  • output style
  • standard / workflow type

Bad uses:

  • five badges that all say the same thing
  • random rainbow clutter
  • fake technical authority

Default range: 3-5 badges.

Prefer flat-square style unless the repo already uses something else.

5. Make navigation horizontal and useful

If the page is long enough to justify navigation:

  • add a centered horizontal link row near the top
  • link only to real high-value sections
  • create stable anchor ids when necessary

Good examples:

  • Chinese / English
  • Install
  • Usage
  • Examples
  • Prompt
  • Output

Do not add navigation if the document is too short to need it.

6. Use renderer-safe HTML only

Prefer Markdown plus minimal HTML that renders well in GitHub-like surfaces:

  • <div align="center">
  • <p align="center">
  • <br />
  • <a id="..."></a>

Avoid:

  • inline CSS
  • scripts
  • complex tables for decoration
  • fragile HTML tricks that break on GitHub or ClawHub

7. Respect bilingual logic

If the page is bilingual:

  • keep the language order the user wants
  • keep heading patterns consistent
  • do not mix languages randomly inside one line unless the document already uses that style intentionally

If the user wants Chinese-first, keep Chinese-first. If the user wants English-first, keep English-first.

For Chinese-facing pages:

  • prefer Chinese-first copy and navigation labels unless the user explicitly wants English-first
  • preserve literary Chinese phrasing when it carries brand value
  • do not flatten vivid Chinese introductions into stiff product prose
  • keep the page readable to Chinese users before making it impressive to everyone else

Editing Principles

  • Favor visual hierarchy over more words
  • Favor one strong quote over three weak slogans
  • Favor one clean hero over many decorative gimmicks
  • Preserve the strongest original copy
  • Keep the first screen readable in raw Markdown and rendered view
  • Make the page look designed, not overdesigned

Output Rules

When you edit:

  • keep the page functional as Markdown
  • keep links and anchors valid
  • keep section order logical
  • keep existing meaning intact unless the user asks for copy changes
  • explain briefly what you changed and why

If the user asks for a specific style reference:

  • mirror the layout principles
  • do not plagiarize exact wording
  • adapt the style to the user's own content and voice

Typical Requests That Should Trigger This Skill

  • "Make my README look like a landing page"
  • "Why does their README look so much better than mine?"
  • "Add a centered title, badges, and navigation"
  • "Keep my intro, but make the top prettier"
  • "Turn this skill page into a poster-style cover"
  • "Make this GitHub / ClawHub page feel more premium"
  • "Rework my GitHub README into this kind of front-page layout"
  • "Keep the original introduction, but make the top feel more premium"
  • "Use this screenshot as the reference and turn my skill page into a showcase-style page"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.38%
按下载量换算718

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills