github-forkerUse this skill when the user wants to fork a GitHub repository — creating their own copy of a repo under their GitHub account. Trigger on any fork or copy-to...
Install via ClawdBot CLI:
clawdbot install chat2dev/github-forkerGrade 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}`Uses known external API (expected, informational)
api.github.comAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
New developers joining a team need to fork internal repositories to contribute code. This skill automates forking multiple repos from onboarding documents or screenshots shared in chat, saving manual effort and ensuring correct setup.
Instructors share GitHub repo links during coding workshops for students to fork and practice. The skill extracts URLs from presentation slides or images, allowing quick distribution and reducing setup time for hands-on sessions.
Community managers or developers want to fork open-source projects from social media posts or articles to propose changes. It handles truncated URLs common in tweets or screenshots, streamlining the contribution workflow.
Tech bloggers or YouTubers demonstrate code examples from GitHub repos in tutorials. The skill forks repositories referenced in video thumbnails or written guides, enabling creators to quickly set up demo environments without manual copying.
Teams in large organizations fork repositories from internal platforms for feature branching or experimentation. It processes URLs from project management tools or screenshots, ensuring compliance with forking policies and reducing errors.
Offer this skill as part of a developer tool suite with tiered pricing based on fork volume or team size. Revenue comes from monthly subscriptions, targeting small to medium businesses needing automated GitHub workflows.
Provide a free tier for individual developers with limited forks per month, and charge for higher limits or advanced features like batch processing. Monetize through API calls and premium support for enterprises.
Sell the skill on platforms like GitHub Marketplace or chatbot ecosystems, taking a commission on sales. Revenue is generated from one-time purchases or commissions, appealing to developers seeking niche automation tools.
💬 Integration Tip
Ensure the GITHUB_TOKEN has repo permissions and test with truncated URLs to refine search logic for reliable extraction.
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 "帮我看看这个项目...