wildix-get-messages-in-chat
Get Messages in Chat
Fetch messages from a specific x-bees chat.
Peer Skills
Before running, check if required peer skills are installed:
# Check wildix-auth
Glob ~/.claude/skills/wildix-auth/SKILL.md
# If missing: npx skills add Wildix/agent-skills --s wildix-auth -y
# Check wildix-get-last-chats (needed to find channelId)
Glob ~/.claude/skills/wildix-get-last-chats/SKILL.md
# If missing: npx skills add Wildix/agent-skills --s wildix-get-last-chats -y
See peers.yaml for full peer manifest.
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-get-chat
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.
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.
7