karma
Karma is a plugin for managing grants, projects, and funding programs on the Karma protocol. Discover funding opportunities across Web3 ecos
Open source Repository Open in the app JSON README (API)
About
Karma is a plugin for managing grants, projects, and funding programs on the Karma protocol. Discover funding opportunities across Web3 ecosystems, create and manage projects with milestones, track grant progress, and administer funding programs, all through natural conversation. No blockchain transactions needed; everything is gasless via API.
Details
- Kind
- Plugins
- Topic
- Finance & crypto
- Publisher
- show-karma
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 27
- Forks
- 2
- Open pull requests
- 3
- Last push
- 2026-08-19T22:31:10Z
- Repository state
- ativo
- Language
- Shell
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
show-karma/skills/karma
README
# Karma Skills Agent skills for the Karma ecosystem — find funding opportunities, create and manage projects, administer funding programs, and post milestones and updates. ## Quick Start ```bash npx skills add show-karma/skills ``` Then ask your agent: > Create a project called "My DeFi App" on Optimism > Find active grant programs on Ethereum > Post an update on my project — we shipped the MVP > List reviewers for Optimism Audit Grants Season 8 > Show pending applications for my grant program > Add a reviewer to my program ## What Are Skills? Skills are reusable instruction sets that encode domain expertise into repeatable workflows. Each skill teaches an AI agent how to perform a specific task within the Karma ecosystem. Skills work with any compatible agent client, including Claude Code, Cursor, Windsurf, and others. The `SKILL.md` file contains YAML frontmatter (name, description, version, tags) followed by the instructions agents will follow. ## Available Skills | Skill | Description | |-------|-------------| | [`setup-agent`](skills/setup-agent/) | Register and get your API key — quick start (no account), email login, or manual. Saves key to shell config. | | [`project-manager`](skills/project-manager/) | Create and manage projects, grants, milestones, and updates on-chain. Handles all attestation actions in one skill. | | [`funding-program-manager`](skills/funding-program-manager/) | Administer a funding program — manage reviewers, applications, milestones, payouts, grant agreements, and AI evaluations. | | [`find-funding-opportunities`](skills/find-funding-opportunities/) | Search the Karma Funding Map for grants, hackathons, bounties, accelerators, VC funds, and RFPs. | All on-chain skills use the Karma Agent API with a server-side wallet. No gas fees, no browser wallet needed. ## How It Works ``` You ↓ AI Agent (picks the right skill) ↓ Karma API (encodes attestation) ↓ Server Wallet (signs + submits tx, gasless) ↓ Blockchain (EAS attestation created) ↓ karmahq.xyz (visible on the web) ``` - **No gas fees** — transactions are sponsored via account abstraction - **No browser wallet** — your agent gets a server-side wallet - **On-chain** — every action creates a verifiable [EAS attestation](https://docs.attest.sh/) - **Client-agnostic** — works with any AI agent that supports the Skills Standard ## Skill Format Each skill is a directory under `skills/` containing: ``` skills/my-skill/ ├── SKILL.md # Skill definition (required) ├── references/ # Reference documents (optional) └── assets/ # Templates, scripts (optional) ``` ## Karma Ecosystem [Karma](https://www.karmahq.xyz) helps projects build reputation and find funding opportunities. Karma's grants platform can be used by organizations to run their grant program (application intake, funds disbursal, milestone and metrics tracking). Key areas: - **Project Profile** — Share progress updates, show traction and get funding - **Funding Map** — Discover funding opportunities for your project - **Grants Management** — Grant operators can administer grants efficiently ## License MIT — see [LICENSE](LICENSE).