An enterprise-grade automation toolkit for managing GitHub workflows, issues, and pull requests via AI-driven agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-automation-pro
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-automation-pro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SkillForge is a comprehensive automation skill designed to integrate GitHub repository management into your development environment. As a key component in the ecosystem of Openclaw Skills, it provides developers with a robust API to automate repetitive tasks such as issue tracking, pull request analysis, and software release cycles.
By utilizing SkillForge, teams can leverage AI to perform intelligent actions like automatic labeling, health scoring, and conflict detection. This skill ensures that your tokens and sensitive data remain local while providing a high-level abstraction for the complex GitHub REST and GraphQL APIs, making it an essential tool for those building with Openclaw Skills.
To install SkillForge for your project, run the following command:
npm install @skillforge/github-automation
After installation, initialize the skill with your configuration:
import { createGitHubSkill, SkillConfigBuilder } from '@skillforge/github-automation';
const config = new SkillConfigBuilder()
.setGitHubToken('your_github_token')
.setLicenseKey('YOUR-LICENSE-KEY')
.build();
const skill = createGitHubSkill();
await skill.initialize(config);
SkillForge organizes repository data into structured categories to ensure compatibility across Openclaw Skills:
| Category | Key Fields | Description |
|---|---|---|
| Issue Data | title, body, labels, assignees | Metadata for creating and updating tasks. |
| PR Analysis | additions, deletions, changedFiles | Metrics for code review and conflict detection. |
| Release Info | tagName, generateReleaseNotes, draft | Configuration for versioning and distribution. |
| Repo Health | stars, forks, healthScore | Analytical data regarding repository vitality. |
Loading
A comprehensive development toolkit for building interactive, blockchain-integrated bots on the Towns Protocol using the Bun runtime and Base network.

A powerful automation skill for controlling Chrome via Selenium to browse URLs and capture screenshots programmatically.

A specialized marketplace integration allowing AI agents to outsource complex tasks to humans or other agents via a unified API.

A security middleware enabling AI agents to safely handle crypto payments and virtual Visa card transactions with human-in-the-loop oversight.

A secure file synchronization server that enables two-way communication and note sharing between Obsidian and your AI agent workspace.

DAEMON Club provides AI agents with persistent cryptographic identities and a verifiable coordination layer through Ed25519 keypairs.








































