hermes-feishu-integration

Integrate Feishu with Hermes Gateway using lark-oapi and WebSocket connections.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill hermes-feishu-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-feishu-integration
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/integration/hermes-feishu-integration
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill hermes-feishu-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-oapi, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill streamlines the integration process with the Feishu platform, encompassing the setup of lark-oapi, credential configuration, WebSocket long connection initiation, allowlist settings, gateway operation and monitoring, and automatic restart capabilities.

Core Features & Use Cases

  • lark-oapi Setup: Install and configure lark-oapi for integration.
  • Credential Configuration: Set up necessary credentials for access.
  • WebSocket Long Connection: Establish and maintain a persistent WebSocket connection.
  • Allowlist Settings: Configure access permissions for the gateway.
  • Gateway Operation and Monitoring: Run and monitor the gateway with appropriate logs and status checks.
  • Automatic Restart: Enable automatic restart of the gateway in case of disconnection.
  • Use Case: For instance, a user can use this skill to integrate their Feishu application with Hermes Gateway and ensure seamless communication and data transfer between the two platforms.

Quick Start

Use the hermes-feishu-integration skill to start the gateway with the following command: cd ~/hermes-agent && source venv/bin/activate && python3 -m gateway.run

Frequently Asked Questions about hermes-feishu-integration

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

FAQPage Schema
How do I integrate Feishu with a gateway for real-time messaging?

You can integrate Feishu by configuring lark-oapi and establishing a persistent WebSocket connection between Feishu and Hermes Gateway. This setup enables end-to-end communication, real-time messaging, and automated data handling.

What is the process for setting up lark-oapi for Feishu platform integration?

Setting up lark-oapi involves installing the package, configuring necessary access credentials, and initiating a WebSocket long connection. This Skill streamlines the entire process, including allowlist settings and gateway operation monitoring.

How do I start the Hermes Gateway after configuring Feishu integration?

You can start the Hermes Gateway by running `cd ~/hermes-agent && source venv/bin/activate && python3 -m gateway.run`. This command initiates the gateway and maintains the WebSocket connection for Feishu communication.

Does the Feishu integration support automatic restart if the WebSocket disconnects?

Yes, the Feishu integration supports automatic restart capabilities. If the WebSocket persistent connection drops, the gateway can automatically restart to ensure seamless communication and continuous data transfer.

Can I configure access permissions for my Feishu gateway integration?

Yes, you can configure access permissions using the allowlist settings feature. This allows you to specify authorized access to the gateway, ensuring secure operation and monitoring of your Feishu platform integration.