← Back to Skills Marketplace
开源中国内容
by
shenghoo123-png
· GitHub ↗
· v0.1.0
· MIT-0
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kay-oschina-content
Description
支持在开源中国平台发布和管理技术博客文章,包含写作、编辑、分类、标签和发布流程。
README (SKILL.md)
开源中国发布技能
1. 平台简介
开源中国(OSCHINA)是中国最大的开源技术社区,成立于2008年,拥有众多开发者用户。平台提供博客、问答、开源项目推荐等技术内容分享,同时也支持企业招聘和技术资讯发布。
2. 注册/登录方式
注册方式
- 邮箱注册:输入邮箱 + 设置密码
- 手机号注册:输入手机号 + 验证码
- 第三方登录:支持 Github / 微信 / 支付宝 登录
登录入口
- 首页右上角「登录/注册」
- 推荐使用 Github 登录(技术身份更匹配,也方便后续关联开源项目)
3. 发布文章流程
步骤一:进入博客后台
- 登录后,点击右上角头像 → 「我的博客」或「管理博客」
- 进入博客管理后台
步骤二:写文章
- 点击「发布博客」或「写博客」
- 进入在线编辑器(支持富文本和 Markdown 两种模式)
步骤三:填写文章信息
- 标题:输入文章标题
- 分类:选择文章分类(原创翻译、新闻、技巧分享、值得关注等)
- 标签:添加1-5个标签
- 正文:在编辑器中撰写内容
- 封面图:可上传文章封面图(可选)
步骤四:发布
- 点击「发布」或「保存」
- 文章审核后公开(通常几分钟到几小时)
草稿与编辑
- 文章会自动保存草稿
- 已发布的文章也可以随时编辑修改
4. 文章模板
文章标题模板
[技术点] + [场景/价值] + [类型标识]
示例:
深入理解 Python 装饰器及其高级用法
Spring Boot 整合 Redis 实现缓存实战
【译】2024年 Web 开发趋势预测
文章正文模板
# 文章标题
> 导读:本文介绍[核心内容],适合[目标读者],读完可掌握[收获]。
## 背景
[介绍文章背景和解决的问题]
## 目录
1. [章节一]
2. [章节二]
3. [章节三]
---
## 一、[章节标题]
[正文内容]
### 1.1 [小节]
[代码示例]
```python
# 示例代码
def example():
pass
总结
[总结全文要点]
参考
- [参考1]
- [参考2]
---
## 5. 注意事项
1. **原创声明**:平台鼓励原创,翻译文章需注明「译」
2. **内容质量**:技术深度要够,代码要有实际运行价值
3. **标题规范**:避免夸大、标题党,保持技术严谨性
4. **配图规范**:图片使用平台图床或可靠的外部链接
5. **代码规范**:代码块标明语言,版本说明清楚
6. **频繁发布限制**:新手每天发布数量有限制,优质用户可提升权限
---
## 6. 常见问题
**Q: 开源中国文章有收益吗?**
A:开源中国有博客之星等活动,优质内容可获得推荐和奖励。
**Q: 如何提高文章阅读量?**
A:优化标题、选对分类和标签、提高更新频率、与其他博客互动。
**Q: 可以发布软文吗?**
A:可以在「ITeye」子站发布,oschina.net 主站对商业内容有限制。
**Q: 文章被举报抄袭怎么办?**
A:需保证原创性,被认定抄袭会导致账号受限。
**Q: 如何关联 GitHub 开源项目?**
A:在个人资料中绑定 GitHub,可自动同步开源项目到个人主页。
Usage Guidance
This skill is low-risk because it only contains human-readable instructions for using OSCHINA's website and does not ask for credentials or install code. It will not automate posting on your behalf — if you want the agent to publish posts automatically, you should look for a skill that explicitly requests OSCHINA API credentials or an OAuth flow (and verify its provenance). Note: the skill has no homepage and the source/owner is not a recognizable project — that doesn't make it dangerous here, but if you expect an official integration or plan to grant automation privileges, prefer skills with clear authorship and documented APIs.
Capability Analysis
Type: OpenClaw Skill
Name: kay-oschina-content
Version: 0.1.0
The skill bundle consists entirely of documentation and templates for publishing technical content to the OSCHINA (开源中国) platform. It contains no executable code, scripts, or malicious prompt injection instructions in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (posting and managing blog content on OSCHINA) align with the SKILL.md content, which is a how‑to guide and templates for writing and publishing. There are no unrelated requirements.
Instruction Scope
SKILL.md only contains UI workflow steps, article templates, and site policies. It does not instruct the agent to read local files, access environment variables, call external endpoints, or perform any background data collection.
Install Mechanism
No install specification and no code files are present; the skill is instruction-only so nothing is written to disk or executed.
Credentials
The skill declares no required environment variables, credentials, or config paths — consistent with its role as a documentation-style guide.
Persistence & Privilege
always:false and normal model invocation are appropriate for an instruction-only skill. It does not request persistent privileges or modify other skills/configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kay-oschina-content - After installation, invoke the skill by name or use
/kay-oschina-content - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the 开源中国发布技能.
- 介绍了开源中国平台简介及主要功能
- 详细说明注册、登录方式及推荐登录方法
- 提供文章发布全流程操作指引
- 附带标准化文章标题与正文模板
- 列出内容发布的注意事项与规范
- 整理常见问题及实用答疑
Metadata
Frequently Asked Questions
What is 开源中国内容?
支持在开源中国平台发布和管理技术博客文章,包含写作、编辑、分类、标签和发布流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install 开源中国内容?
Run "/install kay-oschina-content" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 开源中国内容 free?
Yes, 开源中国内容 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 开源中国内容 support?
开源中国内容 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 开源中国内容?
It is built and maintained by shenghoo123-png (@shenghoo123-png); the current version is v0.1.0.
More Skills