github-to-clawhub将 GitHub 开源项目转化为 OpenClaw skill 并发布到 clawhub 的完整流程助手。 当用户说"把这个 GitHub 项目做成 skill"、"把 XX 发布到 clawhub"、"把这个项目封装成 skill"、 "把 GitHub 链接转成 skill 上传"、"GitHub 转 ski...
Install via ClawdBot CLI:
clawdbot install antonia-sz/github-to-clawhubGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://clawhub.com/skills/{slug}Uses known external API (expected, informational)
raw.githubusercontent.comAudited Apr 16, 2026 · audit v1.0
Generated Mar 20, 2026
Developers or product teams can convert existing GitHub projects into AI skills to extend functionality into conversational AI workflows, enabling automation of tasks like data analysis or content generation without rewriting code.
Content creators can transform GitHub tools for tasks like image generation or text summarization into skills, allowing them to publish and monetize these tools on ClawHub for broader accessibility and integration into AI assistants.
Educators or edtech companies can package educational GitHub projects, such as coding tutorials or interactive simulations, into skills to deploy on ClawHub, enhancing learning experiences through AI-driven interactions in classrooms or online platforms.
Enterprises can automate internal workflows by converting GitHub scripts for tasks like report generation or data processing into skills, streamlining operations and reducing manual effort through integration with AI agents in corporate environments.
Open source communities can collaboratively develop and publish skills from GitHub projects on ClawHub, fostering innovation and sharing reusable AI components to solve niche problems in fields like research or hobbyist projects.
Monetize by charging for premium skills or offering freemium models on ClawHub, where users pay for advanced features or support, generating revenue through subscriptions or one-time purchases from developers and businesses.
Offer services to help clients convert and optimize GitHub projects into skills, including custom development, integration support, and training, leveraging expertise in AI workflows to charge hourly or project-based fees.
Partner with companies to integrate their tools as skills on ClawHub, earning revenue through referral fees, licensing agreements, or revenue sharing based on usage, expanding reach and creating synergies in the AI ecosystem.
💬 Integration Tip
Ensure the GitHub project has clear documentation and minimal external dependencies to simplify conversion and avoid compatibility issues during skill deployment.
Scored Jun 17, 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.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...