feishu-channel-configure

Persist Feishu app credentials and channel access policies to local environment files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saves time by persisting Feishu app credentials to the local environment file and guiding access policy, making channel configuration reliable and auditable.

Core Features & Use Cases

  • Save MY_LARK_APP_ID and MY_LARK_APP_SECRET to ~/.claude/channels/feishu/.env, with credentials taking precedence over shell environment variables.
  • Optionally set MY_LARK_BRAND for branding in international versions.
  • Provide credential status and guidance when asked about how to configure Feishu or view channel status; prompt MCP reconnection after changes.

Quick Start

Save Feishu app credentials to the local environment and review the channel access status.

Frequently Asked Questions about feishu-channel-configure

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

FAQPage Schema
How do I configure Feishu app credentials for channel access?

To configure Feishu app credentials, you save your App ID and App Secret to the local environment file at ~/.claude/channels/feishu/.env, which takes precedence over shell environment variables.

Where does Feishu channel configuration store environment variables?

Feishu channel configuration stores environment variables in the local file ~/.claude/channels/feishu/.env, ensuring credentials persist locally and override any conflicting shell environment variables.

How can I view the current Feishu channel status and access policy?

You can view the Feishu channel status by asking how to configure Feishu or requesting the channel status, which prompts the system to provide your current credential status and access policy guidance.

Can I set a custom brand name for the Lark international version?

Yes, you can optionally set the MY_LARK_BRAND environment variable in the local .env file to configure custom branding for the Lark international version.

Why are my new Feishu credentials not working after updating the .env file?

New Feishu credentials saved to the .env file require an MCP reconnection to apply changes, because the channel needs to reinitialize with the updated local environment variables.

Do I need an App ID and App Secret to use Feishu channel configuration?

Yes, providing a Feishu App ID and App Secret is required, as the configuration applies when a user provides these credentials to persist them to the local environment file.