remote-bridge

Bridge remote control requests to a local Claude Code session.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill remote-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remote-bridge
Source: https://github.com/semicolon-devteam/semo/tree/main/semo-system/semo-remote/skills/remote-bridge
Command: npx skills add https://github.com/semicolon-devteam/semo --skill remote-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remote 요청의 대기 관리, 수동 승인/거부, 원격 상태 확인을 한곳에서 처리하는 브릿지 스킬로, 운영 환경에서의 수동 개입을 최소화합니다.

Core Features & Use Cases

  • 원격 상태 조회 및 대기 목록 관리
  • 수동 승인/거부 작업의 자동화
  • 원격 연결 상태 점검 및 흐름 제어

Quick Start

원격 상태 확인 및 대기 중인 요청 목록 조회를 위한 MCP 도구 예시를 실행합니다.

Frequently Asked Questions about remote-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage pending remote requests in Claude Code?

Remote-bridge queries pending remote requests and displays them in a unified interface. You can review each request, then approve or deny it through the Skill, which updates the remote_requests table and notifies the originating system of your decision.

What does remote connection status verification do?

Remote connection status verification checks whether your remote bridge is active and connected. The Skill emits standardized output showing connection health, letting you detect disconnects or routing issues before they affect pending approvals.

Can I automate approval workflows between mobile PWA and Claude Code?

Yes. Remote-bridge connects mobile PWA requests to your local Claude Code session, letting you centralize manual approvals and denials. Each action updates status in the remote_requests table automatically, eliminating separate approval steps.

Do I need special setup to query remote requests?

Remote-bridge uses MCP tools to query the remote_requests table directly—no additional dependencies or components are required. You can start reviewing pending items and their status immediately after invoking the Skill.

What happens when I approve or deny a remote request?

Approvals and denials are sent via remote_respond to update the remote_requests table. The Skill outputs standardized Markdown confirmation and error messages, and the originating remote system receives the decision in real time.

How does remote-bridge reduce manual intervention in operations?

By centralizing pending request visibility, approval, and denial in one interface, remote-bridge eliminates context switching between systems. You manage the full lifecycle—query, review, decide, confirm—without leaving Claude Code.