amazon-bedrock

Invoke models and deploy agents on Amazon Bedrock with Knowledge Bases.

Updated May 3, 2026
One-click install
npx skills add https://github.com/marktantongco/remotion-video-pro --skill amazon-bedrock-marktantongco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-bedrock
Source: https://github.com/marktantongco/remotion-video-pro/tree/main/skills/amazon-bedrock
Command: npx skills add https://github.com/marktantongco/remotion-video-pro --skill amazon-bedrock-marktantongco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires boto3, awscli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you build and deploy generative AI applications on Amazon Bedrock, providing a comprehensive set of tools and resources for model invocation, RAG with Knowledge Bases, and agent deployment.

Core Features & Use Cases

  • Model Invocation: Invoke models using Converse API, InvokeModel, and other Bedrock APIs.
  • RAG with Knowledge Bases: Create and query Knowledge Bases to enhance your applications with context-aware responses.
  • Agent Deployment: Deploy and scale agents using AgentCore, with options for custom protocols and container deployment.
  • Use Case: Use this Skill to create an AI agent that can interact with users, provide personalized recommendations, and perform a wide range of tasks.

Quick Start

Use the amazon-bedrock skill to create a new agent with the following details:

  • Agent Name: "MyAgent"
  • Model ID: "us.anthropic.claude-sonnet-4-6"
  • Instructions: "Use the Claude Sonnet model to generate responses based on user queries."

Frequently Asked Questions about amazon-bedrock

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

FAQPage Schema
What is the best way to invoke models using Amazon Bedrock?

The best way to invoke models on Amazon Bedrock is by using the provided scripts to call the Converse API or InvokeModel endpoint, specifying your desired Model ID like Claude Sonnet to generate responses based on user queries.

How do I build and deploy generative AI applications on Amazon Bedrock?

To build generative AI applications on Amazon Bedrock, you use provided scripts to invoke models via Converse API, implement Retrieval-Augmented Generation with Knowledge Bases, and deploy scalable agents using AgentCore.

Can I create context-aware responses using Amazon Bedrock Knowledge Bases?

Yes, you can create and query Bedrock Knowledge Bases for Retrieval-Augmented Generation to enhance your applications with context-aware responses by referencing your external data sources.

Do I need AWS credentials to invoke models and deploy agents on Amazon Bedrock?

Yes, you need valid AWS credentials and configured access to the Bedrock and AgentCore services to invoke models, configure guardrails, and execute the deployment scripts provided by this Skill.

What is the best way to deploy AI agents using Amazon Bedrock AgentCore?

The best way to deploy AI agents on Amazon Bedrock is using AgentCore, which supports custom protocols and container deployment to scale agents that interact with users and perform tasks.

How does model invocation work with the Amazon Bedrock Converse API?

Model invocation works by calling the Bedrock Converse API or InvokeModel with a specified Model ID, enabling your application to generate responses based on user queries and custom instructions.