Twirp is a protobuf-based RPC framework from Twitch that generates Go servers and clients with a simple HTTP transport. It suits agent workflows that need to scaffold service definitions, generate code with protoc plugins, and wire strongly typed RPC endpoints into Go services.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Twirp Go RPC Framework and Code Generator"
slug: "twirp-go-rpc-framework-and-code-generator"
description: "Twirp is a protobuf-based RPC framework from Twitch that generates Go servers and clients with a simple HTTP transport. It suits agent workflows that need to scaffold service definitions, generate code with protoc plugins, and wire strongly typed RPC endpoints into Go services."
github_stars: 7503
verification: "listed"
source: "https://github.com/twitchtv/twirp"
author: "Twitch"
publisher_type: "Company"
category: "Library & API Reference"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "twitchtv/twirp"
github_stars: 7503
---
# Twirp Go RPC Framework and Code Generator
Twirp is a protobuf-based RPC framework from Twitch that generates Go servers and clients with a simple HTTP transport. It suits agent workflows that need to scaffold service definitions, generate code with protoc plugins, and wire strongly typed RPC endpoints into Go services.
## Prerequisites
Go, protoc, protoc-gen-go, protoc-gen-twirp
## Installation
No source-backed install or usage instructions could be extracted automatically. Review the upstream project before running this skill in a sensitive workflow.
- Source: https://github.com/twitchtv/twirp
## Documentation
- https://twitchtv.github.io/twirp/docs/install.html
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/twirp-go-rpc-framework-and-code-generator/)
No comments yet. Be the first to comment!