wildix-get-chat
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
Fetch x-bees chat info by raw channel ID, inbox URL, or full channelId. Use when you have a URL like https://app.x-bees.com/inbox/<rawId> or a bare rawId and need channel details (name, type, members) before fetching messages or sending.
3installs
Sourcewildix/agent-skills
Added on
NPX Install
npx skill4agent add wildix/agent-skills wildix-get-chatTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Get Chat by ID
Fetches channel info from the Wildix API by raw ID. The API resolves the channel type automatically — no need to know or prefix.
group:direct:Do not use for this — that skill returns the inbox list and cannot look up by ID.
wildix-get-last-chatsPeer Skills
Before running, check if is installed:
wildix-authbash
Glob ~/.claude/skills/wildix-auth/SKILL.md
# If missing: npx skills add Wildix/agent-skills --s wildix-auth -ySee for full peer manifest.
peers.yamlInput formats
| Input | Example |
|---|---|
| x-bees inbox URL | |
| Full channelId | |
| Bare raw ID | |
The script strips URL prefixes and type prefixes automatically.
Flow
- Get IdToken via skill (if not already available)
wildix-auth - Run the script
bash
ID_TOKEN="$ID_TOKEN" bash <BASE_DIR>/scripts/get-chat-by-id.sh "<input>"API
GET https://api.x-bees.com/v2/conversations/channels/{rawId}Authorization:
Bearer <IdToken>Returns exit code 1 if the channel is not found.