github-to-clawhub

Convert GitHub open-source projects into ClawHub skills and publish them.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tanaer/lobster-university-v2 --skill github-to-clawhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-to-clawhub
Source: https://github.com/tanaer/lobster-university-v2/tree/main/skills/courses/github-to-clawhub
Command: npx skills add https://github.com/tanaer/lobster-university-v2 --skill github-to-clawhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of converting a GitHub open-source project into a functional AI skill and publishing it to the ClawHub marketplace, streamlining the development and distribution workflow.

Core Features & Use Cases

  • Automated Conversion: Transforms GitHub repositories into ClawHub-compatible skills.
  • Publishing: Directly publishes the converted skill to the ClawHub platform.
  • Use Case: A developer finds an interesting GitHub project for sentiment analysis and wants to make it available as an AI skill. They use this Skill to quickly package and publish it to ClawHub with minimal manual effort.

Quick Start

Use the github-to-clawhub skill to convert the GitHub repository at https://github.com/owner/repo into a skill.

Frequently Asked Questions about github-to-clawhub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a GitHub repository into a ClawHub skill?

To convert a GitHub repository into a ClawHub skill, provide the GitHub URL and a ClawHub token. The automation handles parsing READMEs, assessing project suitability, checking duplicates, and generating metadata for publishing.

Can I publish any open-source GitHub project to the ClawHub marketplace?

You cannot publish every open-source GitHub project to the ClawHub marketplace. The automation excludes projects requiring GPU, frontend-only applications, complex deployments, or sensitive content based on suitability assessment.

What do I need to automate publishing GitHub projects to ClawHub?

To automate publishing GitHub projects to ClawHub, you need the target GitHub URL and a valid ClawHub token. These inputs enable the automated conversion and marketplace distribution workflow.

How does automated skill development handle duplicates on ClawHub?

Automated skill development handles duplicates by checking the ClawHub marketplace before conversion and publishing. This ensures the GitHub project has not already been published as an existing skill.

Are GitHub projects with complex deployment requirements suitable for ClawHub skill conversion?

GitHub projects with complex deployment requirements are not suitable for ClawHub skill conversion. The automated suitability assessment explicitly excludes projects with complex deployments, GPU dependencies, or frontend-only architectures.

Why does my GitHub repository fail the ClawHub skill conversion process?

Your GitHub repository fails the ClawHub skill conversion process if it triggers exclusion criteria like GPU requirements, frontend-only architecture, complex deployment, or sensitive content. The automation assesses README data to filter these projects.