Skip to content
dsh.fish
Skill

dsh-plugin-publish

DSH 插件/skill 发布与传播流程——发布前检查、GitHub 建仓推送、索引提交、skill 市场提交(含全部渠道链接)、传播优化(描述/标签/slogan)、发布日志与传播复盘;一次发布铺开多层渠道,持续打造影响力。

Source
suyukun
License
MIT
Updated
Updated 2 days ago

Readme

# dsh-plugin-publish

> **Ship your skills. Grow your influence.**

A **model-agnostic publishing protocol** for AI agent skills — takes a finished `SKILL.md` and gets it onto GitHub, indexed, and discoverable. Works with any AI agent (DSH, Claude Code, Cursor, Codex).

## Why

You built a skill. Now what? Without a fixed publishing flow, every release is ad-hoc: inconsistent READMEs, missing topics, forgotten indexes, no promo angle. This skill makes publishing a **repeatable pipeline**, not a one-off chore.

## What it does

1. **Preflight** — secret scan, SKILL.md frontmatter spec, README completeness, version, publishability
2. **GitHub release** — repo, topics (≥10, cross-ecosystem), bilingual README
3. **Indexing** — awesome-deepseek-harness, Oh-My-DSH, dsh-market (all via PR, fully automated)
4. **Marketplaces** — SkillsMP, SkillHub, smithery, LobeHub, glama (semi-automated: content pack + paste)
5. **Promo** — hook-first description, tagline, one-image README; CN+EN content packs
6. **Retro** — release log + star/issue/PR review, backfilled into the skill

## Install

```sh
mkdir -p ~/.dsh/skills/dsh-plugin-publish
cp dsh-plugin-publish/SKILL.md ~/.dsh/skills/dsh-plugin-publish/
```

Or paste `SKILL.md` into any agent's system prompt.

## License

MIT

Install

# Skills are files: copy them into $DSH_HOME/skills/dsh-plugin-publish (defaults to ~/.dsh/skills/dsh-plugin-publish)

Profile: web

Source