skills/promote/SKILL.md
# OSS Promoter Skill Batch promote open source projects to tech weeklies and communities. ## What this skill does 1. **Search for weeklies**: Use WebSearch to find new tech weeklies that accept submissions 2. **Extract project info**: Use `gh` to get repo description, README, stars, etc. 3. **Generate submissions**: Create tailored issue content for each weekly 4. **Batch submit**: Use `gh issue create` or `gh issue comment` to submit ## Usage When the user wants to promote an open source p
npx skillsauth add ourines/oss-promoter skills/promoteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Batch promote open source projects to tech weeklies and communities.
gh to get repo description, README, stars, etc.gh issue create or gh issue comment to submitWhen the user wants to promote an open source project:
${CLAUDE_PLUGIN_ROOT}/config/weeklies.jsongh repo view <repo> --json name,description,url,stargazerCount,readme to get project infotitle_templatetype is "issue": use gh issue create --repo <weekly_repo> --title "<title>" --body "<body>"type is "comment": use gh issue comment <issue_number> --repo <weekly_repo> --body "<body>"/oss-promoter:promote <repo-url> - Promote a project to all enabled weeklies/oss-promoter:search - Search for new weeklies to add to config/oss-promoter:list - List all configured weeklies and their statusFor Chinese weeklies, use this template:
## 项目介绍
[{name}]({url}) - {description}
## 核心功能
{features_from_readme}
## 使用示例
{usage_example}
## 链接
- GitHub: {url}
- Stars: {stars}
WebSearch - Search for new weekliesBash with gh - GitHub CLI for repo info and issue creationRead - Read config filesenabled: false for weeklies that are language/topic specific and don't match the projectdevelopment
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.