An AI-enhanced management tool for organizing, categorizing, and pruning GitHub stars using the GitHub CLI and GraphQL.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-star-manager-skill
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-star-manager-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GitHub Star Manager is a specialized tool within the Openclaw Skills collection designed to help developers manage their starred repositories at scale. Instead of manual organization, this skill uses a combination of the GitHub CLI (gh) and jq to export, analyze, and manipulate star data. It allows users to gain a birds-eye view of their saved repositories and apply organization logic that would be impossible through the standard GitHub UI.
By synthesizing repository metadata like languages, topics, and activity levels, the skill helps you maintain a clean and useful profile. Whether you are looking to declutter by removing archived projects or trying to build curated GitHub Lists for specific technologies, this skill provides the programmatic interface needed to automate the process safely and effectively.
To use this GitHub Star Manager skill from the Openclaw Skills library, you must have the GitHub CLI and jq installed on your system.
# Install dependencies (macOS)
brew install gh jq
# Authenticate the CLI
gh auth login
# Ensure you have the 'user' scope for List management
gh auth refresh -s user
The skill organizes repository information into a clean JSON schema for easy processing and AI analysis:
| Property | Type | Description |
|---|---|---|
full_name |
String | The owner and repository identifier (e.g., 'owner/repo') |
description |
String | The repository summary provided by the author |
language |
String | The primary programming language of the repository |
stars |
Integer | Total number of stargazers for the repository |
archived |
Boolean | Indicates if the project is in a read-only archived state |
pushed_at |
String | ISO 8601 timestamp of the last code push to the repo |
Loading
A robust tool to export and incrementally sync your Douban library to local CSV files for personal archiving or Obsidian integration.

A command-line utility for retrieving files from the Tailscale Taildrop inbox to local Linux storage.

A comprehensive integration that turns your Openclaw instance into a voice-activated phone assistant using ElevenLabs and Twilio.

A rigorous set of architectural constraints and design principles that guide AI agents in building accessible, performant, and visually consistent user interfaces.

A synchronization tool that fetches daily WakaTime-compatible coding statistics from Wakapi and saves them as structured local CSV files.

A smart automation tool for locating Irish takeaways and extracting real-time menu data from popular delivery platforms.








































