explorer
Search and analyze trending GitHub repositories by topics, star count, and creation date. Supports filtering by multiple tags, minimum stars, and time range. Use when the user needs to discover popular open-source projects on GitHub. Optionally uses GITHUB_TOKEN for higher API rate limits.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alphafactor/explorerWhat This Skill Does
The explorer skill serves as a high-powered interface for the GitHub API, designed to help developers, researchers, and technical enthusiasts cut through the noise of the open-source ecosystem. It enables precise discovery of projects by allowing users to query repositories based on specific topics, programming languages, star thresholds, and recency. By leveraging internal sorting logic, the tool can surface high-quality repositories that align with specific growth or popularity metrics, effectively acting as a discovery engine for new frameworks, tools, or research-backed projects.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/alphafactor/explorer
For enhanced functionality, you should configure your GitHub Personal Access Token. This will upgrade your rate limits from the standard 60 requests per hour to 5000, ensuring uninterrupted data analysis even when executing complex or repetitive searches. Set the environment variable GITHUB_TOKEN in your profile configuration file (e.g., .zshrc) and ensure the environment is refreshed.
Use Cases
- Technical Due Diligence: Evaluate the traction and community activity of a library before integrating it into a production codebase.
- Trend Analysis: Identify emerging languages or frameworks within specific sectors like machine learning, blockchain, or web development by analyzing repositories created within the last 30 or 90 days.
- Learning & Skill Acquisition: Discover high-quality, high-star projects to study source code patterns and modern implementation practices in a specific programming language.
- Market Research: Perform competitive analysis by identifying the most forked or starred tools within a target technology stack.
Example Prompts
- "Find the top 5 most starred TypeScript projects tagged with 'react' that have been created in the last 6 months."
- "Show me trending Rust projects related to 'networking' with at least 1000 stars, sorted by the latest update date."
- "List high-growth AI repositories in Python that have gained significant traction within the last 30 days."
Tips & Limitations
- Rate Limiting: If you do not provide a
GITHUB_TOKEN, your usage will be subject to the strict default GitHub API rate limits. High-frequency automated scraping may result in temporary IP blocks. - Query Complexity: Combining multiple tags (e.g., '--topic python --topic machine-learning') uses an 'AND' relationship. If no results are returned, try broadening your query by removing a tag.
- Data Freshness: The tool relies on GitHub's search API indexes. While generally near real-time, there may be a slight delay in the indexing of extremely new repositories.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alphafactor-explorer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
todo
**macOS Only** - Manage macOS Reminders app via AppleScript. Full-featured reminder management: add, list, complete, delete, search, create lists, and more. **Note: This skill is macOS-only**, requiring the native Reminders app. Use cases: - Create reminders with due dates and priorities - List reminders from specific lists or incomplete ones - Mark reminders as complete/uncomplete - Delete reminders - Search reminders by title or content - Create new reminder lists - View today's due reminders
Wechat Connect
Install OpenClaw's official WeChat plugin and complete account pairing via QR code scan. Triggers when the user says "install WeChat plugin", "connect WeChat", or "WeChat QR code". No command-line interaction required.
Ghost
Skill by alphafactor
Crypto Market
Cryptocurrency market data and price alert monitoring tool based on CCXT. Supports multiple exchanges, real-time price tracking, and configurable price/volatility alerts. Use when the user needs to monitor crypto prices or set up trading alerts. Default exchange is Binance.
Tushare Pro
Fetch Chinese stock and futures market data via Tushare API. Supports stock quotes, futures data, company fundamentals, and macroeconomic indicators. Use when the user needs financial data from Chinese markets. Requires TUSHARE_TOKEN environment variable.