opensource-releaseConvert a private repository to public open-source. Use when making a repo public, sanitizing personal info from code/docs/git history, or preparing a projec...
Install via ClawdBot CLI:
clawdbot install jini92/opensource-releaseGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/{owner}/{repo}.gitAudited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
A tech startup wants to release an old internal tool as open-source to attract contributors and build community goodwill. They need to sanitize hardcoded API keys and internal server paths from the codebase and git history before making the repository public.
A university research team is publishing a project's code alongside a paper to ensure reproducibility. They must remove student usernames, local file paths, and any proprietary data from documentation and commit history to comply with open science standards.
A large corporation decides to open-source an internal DevOps tool to foster industry collaboration. The process involves scanning for corporate hostnames, port configurations, and sensitive environment variables across multiple file types before the public release.
A freelance developer aims to showcase past private client projects in their public portfolio by sanitizing them. They need to replace client-specific paths and remove any accidental commits containing configuration secrets without altering the core functionality.
Offer paid consulting to organizations for securely converting private repositories to open-source, including custom scans for sensitive data and compliance checks. Revenue comes from project-based fees or hourly rates tailored to codebase size and complexity.
Develop a SaaS platform that automates the sanitization steps, such as scanning for secrets and cleaning git history, with a subscription model. Revenue is generated through tiered pricing based on repository size, scan frequency, and integration with version control systems like GitHub.
Provide training workshops or online courses teaching teams how to safely open-source projects, covering best practices for code sanitization and tool usage. Revenue streams include course fees, certification programs, and corporate training packages.
💬 Integration Tip
Integrate with CI/CD pipelines to automate pre-release scans for sensitive data, and use environment variables for configuration to avoid hardcoded secrets in the codebase.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...