riffpad

by riffpadVerified

Watch, approve and steer your coding agents from your phone.

126
Stars
31
Forks
Go
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/riffpad/riffpad

Getting Started

Guides for using skills like riffpad.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Riffpad

Watch, approve, and steer Claude Code, Codex, and other AI coding CLIs from your phone — without staying chained to the desk.

Docs Discord License

Website · Docs · Discord · App

EN · ZH


Why Riffpad?

Riffpad bridges the AI coding CLI running on your machine to your phone, so a long refactor doesn't chain you to the desk:

Watch — the agent's output streams live to your phone:

Watch: the CLI agent's output streams live to the phone

Steer — send a new instruction from your phone; it lands in the running terminal:

Steer: a message typed on the phone appears in the running terminal

Approve — permission prompts become one-tap cards:

Approve: approve a Bash command from the phone and the agent continues

Quickstart

Using an AI agent? Paste this into its chat — it reads the skill and sets up Riffpad for you:

curl -fsSL https://riffpad.ai/SKILL.md

1. Install the daemon

macOS / Linux

curl -fsSL https://riffpad.ai/install.sh | sh

Windows PowerShell

irm https://riffpad.ai/install.ps1 | iex

The Windows script downloads the latest binary, adds it to your user PATH, and registers a logon autostart task for the daemon.

2. Sign in on the computer

riffpad login

This opens a browser for GitHub authorization (like gh auth login). The daemon registers this computer as a host under your account and restarts automatically.

3. Pair your phone

riffpad pair

The terminal prints a 6-character code and a QR code. On your phone, open https://app.riffpad.ai, sign in with the same GitHub account, and enter the code (or scan the QR).

4. Start and control a session

riffpad run codex

The session appears in the app immediately — watch progress, approve actions, and send instructions from your phone, from anywhere.

The CLI speaks English and Chinese. English is the default; use riffpad --lang zh to switch to Chinese, or riffpad --lang en to explicitly select English.

Want to capture a Claude session you started yourself? Use riffpad attach instead — see the documentation.

How it works

Architecture: client phone and daemon computer exchange encrypted events and approvals through a zero-knowledge relay
  • Adapter — parses each CLI's structured output and hooks into a unified event stream (Claude Code, Codex, DeepSeek, Kimi, …).
  • Daemon — runs on your computer, owns the keys, manages sessions, and bridges adapters to the relay.
  • Relay — lightweight encrypted WebSocket relay. Zero-knowledge: it routes ciphertext and stores nothing.
  • Mobile app — shows sessions and approval cards, and sends approve / reject / prompt actions back.

Is it safe?

Yes, by design:

  • End-to-end encrypted — X25519 key exchange + AES-256-GCM.
  • Keys never leave your devices — they live only on your daemon and phone; the relay never sees plaintext.
  • Local-first — code, repositories, and API keys never leave your computer.
  • Read-only by default — every approve, reject, or prompt is an explicit action.

Community

Questions, ideas, or show-and-tell? Join us:

License

Riffpad is Apache-2.0 by default — the CLI (apps/daemon), clients (apps/client-beta, apps/mobile), landing/docs, and the shared packages/ libraries all use it. See the LICENSE file.

The relay server (apps/relay) is under Business Source License 1.1 — source-available, with personal and internal use permitted (including self-hosting); it converts to Apache-2.0 on 2030-08-09. See apps/relay/LICENSE. A full breakdown lives in NOTICE.

Copyright (c) 2026 Liu Zhening.

Frequently Asked Questions

What is riffpad?

riffpad is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by riffpad. Watch, approve and steer your coding agents from your phone. It has 126 GitHub stars.

Is riffpad safe to use?

Yes. riffpad passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install riffpad?

Clone the repository with "git clone https://github.com/riffpad/riffpad" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is riffpad written in?

riffpad is primarily written in Go. It is open-source under riffpad on GitHub, so you can review or fork the full source.

Are there alternatives to riffpad?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh riffpad against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details