Favicon of Add Node

Add Node Skill

AI Agent SkillJavaScriptOpen source

Add or modify a node in an existing Copilot Studio topic. Use when the user asks to add a question, message, condition, variable, or other node to a topic. Do NOT use this for generative answers or knowledge search — use /add-generative-answers instead. Published by microsoft in skills-for-copilot-studio.

Decision snapshot

Is this a fit?

Best for

Research, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Can write or update data, Write actions, Filesystem access, Shell access

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

Confirm write permissions and scope before use. Access note: Local files. Access note: Shell access.

What is Add Node Skill?

Add or modify a node in an existing Copilot Studio topic. Use when the user asks to add a question, message, condition, variable, or other node to a topic. Do NOT use this for generative answers or knowledge search — use /add-generative-answers instead. Published by microsoft in skills-for-copilot-studio. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
63/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Research
  • Research use cases

Declared skill metadata

  • Source file: skills/add-node/SKILL.md

Allowed tools declared by source

Bash(node *schema-lookup.bundle.js *)ReadWriteEditGlob

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • Local files
  • Shell access

Requirements and access

Local filesShell access

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Write actionsFilesystem accessShell accessCan write or update data

When to use Add Node Skill

  • Use it for research.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/skills-for-copilot-studio
  • Skill file: skills/add-node/SKILL.md

What it does

Add or modify a node in an existing Copilot Studio topic. Use when the user asks to add a question, message, condition, variable, or other node to a topic. Do NOT use this for generative answers or knowledge search — use /add-generative-answers instead.

Skill instructions

Add Node to Topic Add a new node to an existing Copilot Studio topic, or modify an existing one. In Copilot Studio, the elements inside a topic's actions array are nodes (SendActivity, Question, ConditionGroup, etc.). These are different from actions (actions/.mcs.yml), which are connector-based TaskDialogs. This skill handles nodes within topics. For generative answers (SearchAndSummarizeContent, AnswerQuestionWithAI), use the /add-generative-answers skill instead — it has the specific patterns, follow-up ConditionGroup logic, and disambiguation guidance needed to set them up correctly. Instructions 1. Auto-discover the agent directory: Glob: /agent.mcs.yml NEVER hardcode an agent name. 2. Parse the arguments to identify: - The node type (SendActivity, Question, SetVariable, ConditionGroup, etc.) - The target topic file - If modifying an existing node, which node to modify 3. Look up the node schema: bash node ${CLAUDESKILLDIR}/../../scripts/schema-lookup.bundle.js resolve <NodeType 4

Verified compatibility and discovery

Frequently asked questions

What is Add Node?

Add Node is a open-source AI agent skill with Copy skill directory. Add or modify a node in an existing Copilot Studio topic. Use when the user asks to add a question, message, condition, variable, or other node to a topic.

Who is Add Node best for?

Add Node is best for reusing agent instructions, scripts, and references, research workflows.

How do I install Add Node?

Install or run Add Node using Copy skill directory. Check Add Node for the latest setup command.

Is Add Node actively maintained?

Add Node may need a closer maintenance check before production use.

Share:

Stars
354
Forks
73
Last commit
2 months ago
Last verified
Aug 29, 2026
Metadata fetched
Aug 29, 2026
Repository age
8 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to Add Node