Open330

Open Agent Contribution — AI skill for Claude Code

AI community

Use spare AI agent tokens to automatically contribute to GitHub repositories.

How to install Open Agent Contribution

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Open330/open-agent-contribution and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Open Agent Contribution does

Use spare AI agent tokens to automatically contribute to GitHub repositories.

Alternatives in AI

  • Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
  • Jcodemunch MCP — Cut AI token costs 95%+ on code exploration 2.6k ★
  • Codesight — Universal AI context generator 979 ★

README

OAC — Open Agent Contribution

**Put your spare AI tokens to work. Contribute to open source — automatically.**

[![npm](https://img.shields.io/npm/v/@open330/oac?label=npm&color=CB3837&logo=npm)](https://www.npmjs.com/package/@open330/oac) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D20-339933?logo=node.js&logoColor=white)](https://nodejs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7+-3178C6?logo=typescript&logoColor=white)](https://typescriptlang.org/)

[Getting Started](#-getting-started) · [How It Works](#-how-it-works) · [Commands](#commands) · [Configuration](#configuration) · [Concurrency & Multi-User Safety](#concurrency--multi-user-safety) · [For Maintainers](#for-maintainers-target-repos) · [Architecture](#architecture) · [Contributing](#contributing)


I use a CLI tool called OAC for open source contributions.
Check it on npm: https://www.npmjs.com/package/@open330/oac (MIT license, source: https://github.com/Open330/open-agent-contribution)
Install it: npm install -g @open330/oac
Then ask me which repo (owner/repo) I want to work on, and run:
oac run --repo 

The Problem

You pay for AI agent tokens every month. Claude Code, Codex, OpenCode — they all come with token budgets. But most days, you don't use them all. Those leftover tokens? **Wasted.**

Meanwhile, thousands of open source repos have TODOs nobody finishes, lint warnings nobody fixes, tests nobody writes, and issues nobody