channel-config

Configure Feishu and Discord channels in the openclaw.json file.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/SelectXn00b/AndroidForClaw --skill channel-config-selectxn00b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channel-config
Source: https://github.com/SelectXn00b/AndroidForClaw/tree/main/app/src/main/assets/skills/channel-config
Command: npx skills add https://github.com/SelectXn00b/AndroidForClaw --skill channel-config-selectxn00b

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of various messaging channels for AndroidForClaw, allowing users to easily configure, enable, disable, and inspect their settings.

Core Features & Use Cases

  • Configure Channels: Set up and modify settings for Feishu and Discord.
  • Manage Credentials: Update tokens, appId, appSecret, and other sensitive information securely.
  • Control Policies: Adjust dmPolicy, groupPolicy, and requireMention settings.
  • Verify Status: Check connection status and troubleshoot issues.
  • Use Case: A user wants to enable Discord notifications and provides their bot token. The AI uses this skill to update the channels.discord.token and channels.discord.enabled fields in the configuration file.

Quick Start

Configure the Feishu channel by setting its app ID and app secret.

Frequently Asked Questions about channel-config

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

FAQPage Schema
How do I configure Feishu and Discord messaging channels in AndroidForClaw?

To configure Feishu and Discord messaging channels in AndroidForClaw, you update tokens, API keys, and operational policies by reading and writing settings directly to the openclaw.json configuration file.

What settings can I manage for my Discord and Feishu bot channels?

You can manage credentials like tokens, appId, and appSecret, alongside operational policies including dmPolicy, groupPolicy, and requireMention settings for your Discord and Feishu bot channels.

Where is the messaging channel configuration file stored on my device?

The messaging channel configuration file is stored locally at /sdcard/.androidforclaw/openclaw.json, containing all integration tokens and channel policies for your AndroidForClaw setup.

How do I enable or disable a specific messaging channel integration?

You enable or disable a specific messaging channel integration by modifying the enabled field for that channel within the openclaw.json file, such as setting channels.discord.enabled to true.

Can I check the connection status of my Feishu or Discord channel?

Yes, you can verify the connection status and troubleshoot issues for Feishu or Discord channels by inspecting the current configuration settings and credentials stored in your configuration file.

What are dmPolicy and groupPolicy settings used for in channel configuration?

dmPolicy and groupPolicy settings control operational behaviors for messaging channels, dictating how the bot handles direct messages and group interactions based on rules defined in your configuration file.