ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

github-to-clawhub

将 GitHub 开源项目转化为 OpenClaw skill 并发布到 clawhub 的完整流程助手。 当用户说"把这个 GitHub 项目做成 skill"、"把 XX 发布到 clawhub"、"把这个项目封装成 skill"、 "把 GitHub 链接转成 skill 上传"、"GitHub 转 skill"等类似需求时触发。 支持从 GitHub URL 出发,自动完成:README 分析 → clawhub 查重 → SKILL.md 撰写 → 目录创建 → clawhub 发布。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/antonia-sz/github-to-clawhub
Or

What This Skill Does

github-to-clawhub acts as your specialized assistant for streamlining the conversion of GitHub repositories into functional OpenClaw skills. Instead of manually architecting files, researching structure, and managing CLI commands, you simply provide a GitHub URL. The agent performs a deep-dive analysis of the README, cross-references existing skills on clawhub to prevent duplication, structures the metadata, and orchestrates the deployment process. It transforms raw repository logic into an AI-actionable SKILL.md format and handles the technical interaction with the clawhub registry.

Installation

You can install this assistant directly into your OpenClaw environment by running: clawhub install openclaw/skills/skills/antonia-sz/github-to-clawhub

Use Cases

This skill is perfect for developers, power users, and OpenClaw enthusiasts who want to:

  • Rapidly expand the OpenClaw ecosystem by porting their favorite open-source tools.
  • Standardize the way GitHub-based projects are deployed as AI agents.
  • Automate the repetitive tasks of directory creation, meta-tagging, and CLI publishing.
  • Ensure high-quality, well-documented skills are created with consistent naming conventions and robust trigger-word descriptions.

Example Prompts

  1. "Hey, I want to turn https://github.com/example/awesome-tool into an OpenClaw skill, can you help me publish it to clawhub?"
  2. "Please convert this project: https://github.com/developer/text-formatter into a skill, here is my clawhub token: clh_88923485."
  3. "Can you check if there is an existing skill for this repo https://github.com/org/data-scraper? If not, guide me through the conversion."

Tips & Limitations

  • Token Security: Always ensure your clawhub token is provided securely. If you are wary, provide the token only when the assistant explicitly requests it during the workflow.
  • Compatibility Check: Not every GitHub project is suitable. Projects requiring heavy GPU resources or complex frontend-only UI components without API accessibility will be flagged as incompatible during the initial analysis phase.
  • Naming Matters: Take care when choosing your slug and displayName. A well-crafted slug using descriptive, hyphenated terminology ensures your skill is easily searchable and discoverable on clawhub.
  • Rate Limits: The skill is configured to handle potential rate-limiting errors gracefully, including automatic retries for publishing if you hit the per-hour limit.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-antonia-sz-github-to-clawhub": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#github#automation#development#openclaw#productivity
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution