Bundle
dsh-seo-writer
SEO文章生成器:给定关键词和语言,生成搜索引擎友好的完整文章
- Source
- jetheaven
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 2 days ago
Readme
# dsh-seo-writer > DeepSeek Harness SEO 文章生成插件 — 关键词驱动的搜索引擎友好内容 [](LICENSE) [](https://github.com/deepseek-ai/deepseek-harness) ## ✨ 功能 - **关键词布局**:自动在标题、正文、元描述中合理分配目标关键词 - **搜索引擎友好**:遵循 SEO 最佳实践(H标签结构、内链建议、meta描述) - **多语言支持**:支持中文、英文及其他语言内容生成 - **三种语气**:professional(专业严谨)、casual(轻松友好)、academic(学术规范) - **字数可控**:300~10000字灵活设置 - **结构化输出**:标题、摘要、正文、SEO元数据一体交付 ## 📦 安装 ```bash dsh plugin add github:jetheaven/dsh-seo-writer ``` ## 🚀 使用 ``` 帮我写一篇SEO文章,主题是"2026年AI编程工具推荐",关键词:AI编程、代码助手、开发效率,字数800字左右。 ``` ### 工具参数 | 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | `topic` | string | ✅ | 文章主题 | | `keywords` | string | ✅ | 目标关键词,逗号分隔 | | `word_count` | number | ❌ | 目标字数(默认1500,范围300-10000) | | `language` | string | ❌ | 文章语言(默认中文) | | `tone` | string | ❌ | 语气:professional(默认)/ casual / academic | ## 🛠 开发 ```bash tsc dsh plugin add /path/to/dsh-seo-writer ``` ## 💬 社区 DSH 社区插件发布帖:[deepseek-harness/discussions/1381](https://github.com/deepseek-ai/deepseek-harness/discussions/1381) ## 📄 License MIT
Install
dsh plugin --profile web add github:jetheaven/dsh-seo-writer#c2887eebe88506c9dfa8e602668600800ebb067b
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-seo-writer from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.