when-bridging-web-cli-use-web-cli-teleport

Solid

Bridge web interfaces with CLI workflows for seamless bidirectional integration

Web & Frontend 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Web-CLI Teleport SOP ## Overview Bridge web interfaces with CLI workflows for seamless integration, enabling web applications to trigger CLI commands and CLI tools to display web interfaces. ## Agents & Responsibilities ### backend-dev **Role:** Implement bridge API and integration logic **Responsibilities:** - Build REST API for CLI integration - Implement WebSocket for real-time communication - Handle authentication and security - Manage state synchronization ### system-architect **Role:** Design bridge architecture and patterns **Responsibilities:** - Design integration architecture - Define communication protocols - Plan security model - Ensure scalability ## Phase 1: Design Bridge Architecture ### Objective Design architecture for bidirectional web-CLI communication. ### Scripts ```bash # Generate architecture diagram npx claude-flow@alpha architect design \ --type "web-cli-bridge" \ --output bridge-architecture.json # Define API specification cat > api-spec.yaml <<EOF openapi: 3.0.0 info: title: Web-CLI Bridge API version: 1.0.0 paths: /cli/execute: post: summary: Execute CLI command from web requestBody: content: application/json: schema: type: object properties: command: { type: string } args: { type: array } responses: '200': description: Command output /web/render: post: summary: Render web UI from CLI ...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

bridge

BRIDGE Development Pipeline — a multi-agent pipeline that transforms business requirements into delivered technical solutions with client-ready deliverables. Built for development agencies, consultancies, fractional engineering teams, and any team that needs to go from requirements to delivery faster. MUST trigger on: any development request, meeting transcripts, requirement summaries, emails or chats about new projects, "build this", "we need a solution for", "translate these requirements", "design the architecture", client proposals, technology assessments, solution design, data engineering projects, analytics dashboards, API integrations, ETL pipelines, or any request that involves going from business need to technical delivery. Also triggers on: "run the pipeline", "new project", "continue project", "list projects", "/bridge". Integrates 32 Trail of Bits security skills, 13 MCP servers, 12 CLI tools (including Hyperframes for branded visuals and animated explainer videos), and per-phase tooling manifests

3 Updated 6 days ago
josembuitron
Web & Frontend Listed

web-cli-teleport

Guide users on when to use Claude Code Web vs CLI and seamlessly teleport sessions between environments

335 Updated today
aiskillstore
AI & Automation Listed

debug-bridge

Browser automation and inspection for AI agents via WebSocket

11 Updated today
stevengonsalvez
AI & Automation Listed

towow-bridge

Towow bridge 专项工程 Skill。用于设计、诊断、实现、重构和修复 bridge 全链问题,包括 `bridge_agent/*`、`backend/product/bridge/*`、`backend/product/routes/bridge.py`、worker_distributed 执行链、Claude CLI 运行时、systemd 部署、事件/产物/complete 状态、线上 bridge 观测与环境一致性。当用户提到 bridge、hosted negotiation 卡死、completed 伪装、Claude CLI `code=1`、lease/heartbeat/events/complete、bridge 部署、bridge 测试、bridge 重构,或任何“本地可以、服务器偶尔不行”的 bridge 问题时使用。

0 Updated today
floccose-burner9185
Web & Frontend Solid

ros2-web-integration

Patterns and best practices for integrating ROS2 systems with web technologies including REST APIs, WebSocket bridges, and browser-based robot interfaces. Use this skill when building web dashboards for robots, streaming camera feeds to browsers, exposing ROS2 services as REST endpoints, or implementing bidirectional WebSocket communication between web UIs and ROS2 nodes. Trigger whenever the user mentions rosbridge, rosbridge_suite, roslibjs, FastAPI with ROS2, Flask with rclpy, WebSocket for robot telemetry, MJPEG streaming, WebRTC for robots, REST API wrapping ROS2 services, web-based robot control, browser robot interface, robot dashboard, CORS configuration for robots, or any web-to-ROS2 bridge pattern. Also trigger for authentication on robot web interfaces, rate limiting sensor streams, video streaming from robot cameras to browsers, or running async web frameworks alongside the ROS2 executor. Covers rosbridge_suite, FastAPI, Flask, WebSocket, and WebRTC approaches.

251 Updated 6 days ago
arpitg1304