by riffpad
Watch, approve and steer your coding agents from your phone.
# Add to your Claude Code skills
git clone https://github.com/riffpad/riffpadLast scanned: 8/17/2026
{
"issues": [
{
"file": "README.md",
"line": 57,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://riffpad.ai/install.sh | sh\"",
"severity": "low"
},
{
"file": "apps/landing/public/SKILL.md",
"line": 16,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://riffpad.ai/install.sh | sh\"",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-08-17T04:42:32.219Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how riffpad compares with popular alternatives.
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 127 GitHub stars.
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.
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).
riffpad is primarily written in Go. It is open-source under riffpad on GitHub, so you can review or fork the full source.
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.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Watch, approve, and steer Claude Code, Codex, and other AI coding CLIs from your phone — without staying chained to the desk.
Website · Docs · Discord · App
Riffpad bridges the AI coding CLI running on your machine to your phone, so a long refactor doesn't chain you to the desk:
https://github.com/user-attachments/assets/ba55d433-2cb7-4469-98da-608fb828f583
Watch — the agent's output streams live to your phone:
Steer — send a new instruction from your phone; it lands in the running terminal:
Approve — permission prompts become one-tap cards:
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
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.
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.
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).
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 attachinstead — see the documentation.
Yes, by design:
Questions, ideas, or show-and-tell? Join us:
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.