Create Channel

Create standard or private channels in a Microsoft Teams team.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill create-channel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Channel
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/create-channel
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill create-channel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of new channels within a Microsoft Teams team, streamlining team organization and communication setup.

Core Features & Use Cases

  • Channel Creation: Easily create standard or private channels.
  • Customizable: Specify channel display name, description, and membership type.
  • Use Case: A project manager needs to set up a new channel for each new project phase. This Skill allows them to quickly create these channels with appropriate descriptions.

Quick Start

Use the create channel skill to make a new channel named 'Project Alpha Updates' in team 'Project Alpha Team'.

Frequently Asked Questions about Create Channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new channel in Microsoft Teams?

To create a Microsoft Teams channel, you provide a team ID, display name, and description. The skill automates channel creation by invoking the Teams API to set up the specified channel type.

Can I create private or shared channels in Microsoft Teams?

Yes, you can create private and shared channels in Microsoft Teams. The skill supports standard, private, and shared channel types, allowing you to specify the membership type and description during creation.

What do I need to set up a Microsoft Teams channel using API automation?

You need the specific team ID and the desired channel details, including the display name and description. Providing these inputs allows the skill to successfully invoke the API and create the channel.

How do I automate creating channels for new project phases in Microsoft Teams?

You can automate Microsoft Teams channel creation for project phases by specifying the team name and a new channel name like 'Project Alpha Updates'. The skill quickly sets up the channel with the appropriate description.

Are there limitations when creating standard vs private channels in Microsoft Teams?

Creating standard, private, or shared Microsoft Teams channels requires providing a valid team ID and channel details. The main limitation is that the API invocation depends on having the correct team ID for the target team.