wildix-get-chat
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 group: or direct: prefix.
Do not use wildix-get-last-chats for this — that skill returns the inbox list and cannot look up by ID.
Peer Skills
Before running, check if wildix-auth is installed:
Glob ~/.claude/skills/wildix-auth/SKILL.md
# If missing: npx skills add Wildix/agent-skills --s wildix-auth -y
See peers.yaml for full peer manifest.
Input formats
More from wildix/agent-skills
wildix
Router for Wildix x-bees skills. Use when the user wants to work with x-bees chats, channels, conferences, or messaging — reads, sends, lists, summarizes, or fetches conference details.
7wildix-auth
Use when Wildix API tokens are needed for x-bees, x-hoppers, or Collaboration 7 — or when tokens are missing, expired, or the user asks to log in, log out, sign out, revoke access, or remove authorization from a Wildix app
7wildix-chats-overview
Use when asked to show messages, get an overview, or summarize x-bees chats for today, yesterday, a specific date, or a date range (e.g. current week)
7wildix-get-last-chats
Use when asked to list chats, show the inbox, browse recent conversations, or find a chat by name in x-bees, collaboration 7, or x-hoppers. Returns the user's chat list sorted by last activity. NOT for resolving a chat by its ID — use wildix-get-chat for that.
7wildix-get-conference
Fetch details for one or more x-bees/Wildix conferences by ID from wda.wildix.com. Use when you have a conferenceId and need participant list, duration, transcription status, recording availability.
7wildix-get-messages-in-chat
Use when asked to read messages in a chat, show chat history, fetch conversation messages, or get what was said in a specific x-bees, collaboration 7, or x-hoppers chat.
7