An autonomous agent skill that discovers and resolves open-source GitHub issues to build your developer profile.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oss-contributor
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 oss-contributor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OSS Contributor is a professional-grade automation tool designed for developers who want to contribute to the open-source community without the manual overhead of searching for tasks. By leveraging Openclaw Skills, this agent scans repositories for "good first issues," "help wanted," or documentation gaps, then handles the entire lifecycle from forking to pull request submission. It is built to operate autonomously during idle periods, making it an ideal choice for maintaining a consistent GitHub presence and supporting community projects.
This skill is specifically engineered to respect maintainer etiquette. It ensures all contributions are high-quality, follows project-specific contributing guidelines, and includes a mandatory AI disclosure block in every pull request. By using this skill, developers can focus on high-level strategy while the agent handles the tedious work of repo discovery, environment setup, and initial implementation.
Ensure that a valid GH_TOKEN is available in your environment. You can then configure your preferences in a JSON file located at ~/clawd/oss-contributor.json to define your target languages and topics. Use the following commands to get started:
# Run the skill to discover issues in a specific repo
/oss-contributor --repos owner/repo --labels bug --limit 3
# Run in dry-run mode to see what the agent would do without making changes
/oss-contributor --repos openclaw/openclaw --dry-run
# Execute in headless mode for automated contributions
/oss-contributor --auto --languages typescript --limit 5
The skill manages its state and configuration through three primary JSON files located in the workspace:
| File | Purpose |
|---|---|
oss-contributor.json |
User configuration for repos, topics, languages, and daily PR limits. |
oss-activity.json |
Historical log of PRs opened, failed, and repositories contributed to by date. |
oss-history.json |
A deduplication registry that tracks attempted issues and their merge status. |
It organizes data using a clean taxonomy of repository owners, issue numbers, and complexity ratings to ensure efficient processing of Openclaw Skills tasks.
Loading
A sophisticated relationship management system that builds social graphs and tracks inter-agent commitments on Moltbook.

A technical workflow for establishing durable, searchable long-term memory within an AI agent workspace.

A free, cloud-based screenshot service that enables AI agents to capture website visuals via a simple API.

A comprehensive toolset for AI agents to create, seed, analyze, and trade in decentralized prediction markets.

A sovereign, end-to-end encrypted messaging plugin for agents using Signal Protocol over Nostr relays.

A sophisticated RPA engine that transforms manual browser recordings into intelligent, reusable TypeScript automation tools.








































