feishu-channel-access

Manage Feishu channel access via local JSON policy store.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Ben2pc/g-claude-code-plugins --skill feishu-channel-access
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-channel-access
Source: https://github.com/Ben2pc/g-claude-code-plugins/tree/main/plugins/feishu-channel/skills/feishu-channel-access
Command: npx skills add https://github.com/Ben2pc/g-claude-code-plugins --skill feishu-channel-access

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages Feishu channel access by approving pairings, editing whitelists, and enforcing per-channel policies to prevent unauthorized channel changes or access requests.

Core Features & Use Cases

  • Approve pairings via a controlled workflow to grant access to Feishu channels.
  • Edit and manage per-channel whitelists and group policies, with clear, auditable state storage.
  • Local, non-live Feishu integration operation: policies and approvals are stored at ~/.claude/channels/feishu/access.json and read by a separate channel server.

Quick Start

Run /feishu-channel-access to view current status and follow prompts to pair, approve, or configure access.

Frequently Asked Questions about feishu-channel-access

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

FAQPage Schema
How do I manage Feishu channel access control without a live integration?

Manage Feishu channel access control by storing policies and whitelists in a local JSON file at ~/.claude/channels/feishu/access.json, which a separate channel server reads to enforce rules without requiring live Feishu integration.

What is the workflow to approve pairing requests for Feishu channels?

The pairing workflow for Feishu channels involves running commands to pair, approve, or deny access requests. The Skill processes these pending approvals locally and records the auditable state in its JSON store.

How can I set per-channel policies and whitelists for Feishu?

Set per-channel policies and whitelists for Feishu using the allow, deny, group add, and set commands. These configurations enforce specific access rules and are stored locally for auditability.

Does Feishu channel access management require live API connectivity to function?

Feishu channel access management does not require live API connectivity. It operates entirely locally by reading and writing configurations to a JSON file, allowing a separate channel server to enforce the defined policies.

Why are my Feishu channel pairing requests pending and not auto-approving?

Pairing requests remain pending because the Skill uses a controlled approval workflow to prevent unauthorized channel changes. You must explicitly approve or deny pending requests using the provided commands.