How to answer in Microsoft Teams as a teammate. Covers the live Adaptive Card stream (teams step with --detail/--output/--source, teams send to finalize the answer), sending and downloading files (the consent-card upload flow + teams download), reading teams/channels/members via the Executor, asking the user, and the tone the bot should use. Load this when the turn is triggered from Teams (the prompt mentions a Teams tenant/conversation, or $MS_TEAMS_CONVERSATION_ID is set in the env), or when the user asks how to do anything in Teams.
$npx -y skills add kortix-ai/suna --skill kortix-teamsInstalls into the current project.
Run `npx skills use "https://github.com/kortix-ai/suna" --skill "kortix-ai/suna/kortix-teams"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kortix-ai/suna" that are relevant to the current task. Run `npx skills add "https://github.com/kortix-ai/suna"` and select the relevant skills, then follow their instructions.