add-generative-answers

Automate adding generative AI nodes to Copilot Studio topics.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill add-generative-answers-javiarmesto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-generative-answers
Source: https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio/tree/main/.github/skills/add-generative-answers
Command: npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill add-generative-answers-javiarmesto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of adding generative answer nodes to Copilot Studio topics, reducing manual configuration and ensuring that grounded answers, knowledge search, generative answers, and AI-powered responses are properly integrated.

Core Features & Use Cases

  • Generative Answer Nodes: Automatically inserts nodes like SearchAndSummarizeContent or AnswerQuestionWithAI.
  • Topic Customization: Supports adding nodes to existing topics or creating new search topics with specific patterns.
  • Schema Lookup: Provides instructions for using schema-lookup.bundle.js to resolve node schemas.
  • Response Control: Allows users to define the flow, response capture type, and input handling for each node.

Quick Start

Run the 'add-generative-answers' skill with the argument '<topic-name>' to add generative answer nodes to the specified topic.

Frequently Asked Questions about add-generative-answers

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

FAQPage Schema
How do I add generative answer nodes to Copilot Studio topics?

Adding generative answer nodes to Copilot Studio topics is automated by running the skill with a target topic name, automatically inserting SearchAndSummarizeContent or AnswerQuestionWithAI nodes without manual configuration.

What is the best way to automate AI-powered responses in Copilot Studio?

Automating AI-powered responses in Copilot Studio is best handled by using a skill that automatically integrates grounded answers and knowledge search, ensuring proper topic setup and schema resolution for conversational agents.

How does schema lookup work when adding generative answers to existing topics?

Schema lookup for generative answers works by using schema-lookup.bundle.js to resolve node schemas, ensuring that AI-powered response nodes are correctly configured within existing or newly created Copilot Studio topics.

Can I customize the response flow and input handling for generative answer nodes?

You can customize the response flow and input handling for generative answer nodes by defining the response capture type and user-defined input parameters during the automated topic setup process in Copilot Studio.

Do I need any dependencies to automate knowledge search and grounded answers in Copilot Studio?

No external dependencies are needed to automate knowledge search and grounded answers in Copilot Studio, as the skill operates independently using bundled scripts to handle node insertion and schema resolution.