bridge-ops

Query Feishu IM bridge status, list sessions, switch bindings, and trigger restarts via PowerShell.

6|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/endearqb/kimi-app --skill bridge-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bridge-ops
Source: https://github.com/endearqb/kimi-app/tree/main/skills/bridge-ops
Command: npx skills add https://github.com/endearqb/kimi-app --skill bridge-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Feishu IM bridge operators often need to check status, view sessions, switch bindings, and restart the bridge from an external control surface. This skill consolidates those tasks into a single PowerShell-powered workflow, reducing manual steps and potential mistakes.

Core Features & Use Cases

  • Status overview: Retrieve bridge state, started time, binding info, and channel lists.
  • Session management: List available sessions and switch bindings to a target session.
  • Restart capability: Trigger a bridge restart with safe handling and status updates.
  • Context-aware operations: Use platform, chat-id, and thread-id to target the correct binding.
  • Authentication flexibility: Accept an explicit auth file or KIMI_BRIDGE_AUTH_FILE for secure access.

Quick Start

Provide the bridge context and run the bridge_ops.ps1 script to query status or switch sessions.

Frequently Asked Questions about bridge-ops

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

FAQPage Schema
How do I manage Feishu IM bridge sessions from PowerShell?

You can manage Feishu IM bridge sessions from PowerShell by running the bridge_ops.ps1 script to query status, list available sessions, and switch bindings to a target session.

How do I restart a Feishu bridge safely from the command line?

To restart a Feishu bridge safely from the command line, execute the local script to trigger a restart with safe handling and receive status updates without manual intervention.

Do I need an auth file to switch Feishu bridge bindings?

Yes, switching Feishu bridge bindings requires a valid bridge auth file or the KIMI_BRIDGE_AUTH_FILE environment configuration to ensure explicit authentication and secure access.

How can I check the status of a Feishu IM bridge and its channel bindings?

Checking Feishu IM bridge status involves running the script to retrieve the bridge state, started time, binding info, and channel lists for your target platform and chat.

How do I target a specific Feishu chat when switching bridge operations?

Target a specific Feishu chat by providing the platform, chat-id, and thread-id context to ensure the script switches the binding for the correct binding across platforms.