wildix-get-last-chats
Get Last Chats
Returns the user's x-bees inbox — a list of chats sorted by last activity.
This skill fetches the user's chat list (inbox). It is not designed for resolving a specific chat by its ID or raw channel ID. For that, use the wildix-get-chat skill.
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.
Flow
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-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