channel-config

channel-config is a skill for Claude Code, Codex from OPPO-Mente-Lab/X-OmniClaw. It costs 89 tokens per session (406 once invoked), scanned A, original, Apache-2.0.

A configuration guide for messaging channels in X-OmniClaw, specifically Feishu and Discord. It covers settings such as access credentials, whether channels are enabled, who can message the bot, and whether mentions are required.

In plain words
What is it for?
Use it to configure, enable, disable, inspect, or troubleshoot Feishu and Discord channel settings and connection status.
Why use it?
It reduces the risk of changing the wrong settings or overwriting unrelated configuration when connecting messaging services.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to configure, enable, disable, inspect, or troubleshoot Feishu and Discord channel settings and connection status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oppo-mente-lab/x-omniclaw/channel-config
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OPPO-Mente-Lab/X-OmniClaw --skill channel-config
Clone the repo
git clone --depth 1 https://github.com/OPPO-Mente-Lab/X-OmniClaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for channel-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/oppo-mente-lab/x-omniclaw/channel-config/github.svg)](https://agentmods.dev/skills/oppo-mente-lab/x-omniclaw/channel-config)
Your own site
<a href="https://agentmods.dev/skills/oppo-mente-lab/x-omniclaw/channel-config"><img src="https://agentmods.dev/badge/skills/oppo-mente-lab/x-omniclaw/channel-config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for channel-config

Your own site · 80×15
<a href="https://agentmods.dev/skills/oppo-mente-lab/x-omniclaw/channel-config"><img src="https://agentmods.dev/badge/skills/oppo-mente-lab/x-omniclaw/channel-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 406 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00089 $0.00406
Opus 5 $0.00044 $0.00203
Sonnet 5 $0.00018 $0.00081
Haiku 4.5 $0.00009 $0.00041

Measured 12d ago against content hash 4b3b646283d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

channel-config scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

app/src/main/assets/skills/channel-config/SKILL.md · 45 lines

What it actually says

Channel Config

For X-OmniClaw, channel settings are stored in:

  • /sdcard/.xomniclaw/xomniclaw.json

Relevant paths:

  • channels.feishu.enabled
  • channels.feishu.appId
  • channels.feishu.appSecret
  • channels.feishu.domain
  • channels.feishu.connectionMode
  • channels.feishu.dmPolicy
  • channels.feishu.groupPolicy
  • channels.feishu.requireMention
  • channels.discord.enabled
  • channels.discord.token
  • channels.discord.dmPolicy
  • channels.discord.groupPolicy
  • channels.discord.requireMention
  • channels.discord.replyToMode

Workflow

  1. Read /sdcard/.xomniclaw/xomniclaw.json first.
  2. Update only the requested channel subtree under channels.*.
  3. Preserve unrelated config.
  4. If the user provides credentials, write them exactly.
  5. Enable the channel when the user asks to configure it unless they explicitly say not to.
  6. After writing config, tell the user what changed.
  7. If asked to verify, check the app logs / connection status after config is saved.

Notes

  • Prefer structured config edits over unrelated file changes.
  • Do not change model settings in this skill unless the user explicitly asks.
  • For Feishu, common required fields are enabled, appId, appSecret.
  • For Discord, common required fields are enabled, token.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 45 lines · 89 tokens per session scan A 4b3b646283d6

Subscribe to this mod's changes

channel-config is a skill published in the GitHub repository OPPO-Mente-Lab/X-OmniClaw (261 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 89 tokens to every session and 406 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

langbot-eba-adapter-dev

Build, refactor, and test LangBot platform adapters for the Event-Based Agents architecture. Use when adding or migrating Telegram, Discord, or other messaging platform adapters to the EBA adapter layout, validating unified event/message conversion, writing live adapter probes, or using standalone plugin runtime plus…

langbot-app/LangBot · 73 tokens

langbot-dev

Develop, build, and debug the LangBot core backend and web frontend. Use when working inside the LangBot repository — backend (Python/Quart, src/langbot/pkg), the Vite/React web UI, HTTP API controllers/services, Alembic migrations, or the MCP server. Covers the dev environment (uv, pnpm), repo layout, the API auth…

langbot-app/LangBot · 136 tokens

browserwing-executor

Control browser automation through HTTP API. Supports page navigation, element interaction (click, type, select), data extraction, accessibility snapshot analysis, screenshot, JavaScript execution, and batch operations.

MemTensor/MemOS · 42 tokens

data-leakage-detection

Detect sensitive information disclosure via escalating dialogue probes. Covers system prompt extraction, credential/API key leakage, PII, and internal configuration exposure.

Tencent/AI-Infra-Guard · 34 tokens

groq-inference

Ultra-fast LLM inference on custom LPU hardware. OpenAI-compatible API at api.groq.com. Lowest latency in the industry (500-1000+ tok/s). Supports chat completions, vision, audio (Whisper STT + TTS), tool calling, JSON mode, and streaming. Free tier available. Inference only — no training.

synthetic-sciences/openscience · 77 tokens

agentfield

Design and ship a multi-agent system on AgentField. Use when the user asks to build, scaffold, design, or run an agent, reasoner network, multi-agent backend, or 'an agent that does X' — whenever the work would otherwise be a single LLM call or a flat LangChain/CrewAI/AutoGen chain. The skill produces composite…

Agent-Field/agentfield · 127 tokens