cognito

Manage Amazon Cognito user pools, identity pools, users, and groups via AWS CLI.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill cognito-david-2814
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cognito
Source: https://github.com/david-2814/claw-aws/tree/main/skills/cognito
Command: npx skills add https://github.com/david-2814/claw-aws --skill cognito-david-2814

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies the day-to-day administration of Amazon Cognito by providing a CLI-driven approach to manage user pools, identity pools, users, and groups, plus authentication settings.

Core Features & Use Cases

  • Create, update, and delete user pools and identity pools to match application requirements.
  • Manage users, groups, and MFA settings from the command line to enforce security policies.
  • Configure and federate with external providers (social, SAML, OIDC) to enable seamless sign-in across apps.

Quick Start

Install and configure AWS CLI, then begin managing Cognito resources from the terminal.

Frequently Asked Questions about cognito

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

FAQPage Schema
How do I manage AWS Cognito user pools from the command line?

You can manage AWS Cognito user pools from the command line by using AWS CLI commands to create, update, and delete pools, users, and groups programmatically. This approach simplifies day-to-day administration tasks directly from your terminal.

Can I configure MFA settings for Amazon Cognito users via CLI?

Yes, you can configure MFA settings for Amazon Cognito users via CLI. The skill allows you to manage users, groups, and MFA configurations from the command line to enforce security policies across your application.

How do I set up federation with external identity providers in Cognito?

To set up federation with external identity providers in Cognito, you can configure social, SAML, and OIDC providers via CLI commands. This enables seamless sign-in across applications by federating external identities.

Do I need AWS CLI installed to manage Cognito identities and pools?

Yes, you need AWS CLI installed and configured to manage Cognito identities and pools. The skill is entirely CLI-driven, requiring proper AWS CLI setup and permissions to execute programmatic control over Cognito resources.

What is the best way to programmatically control Amazon Cognito resources?

The best way to programmatically control Amazon Cognito resources is using AWS CLI commands to handle creation, updates, and deletions. This method provides proper permissions management for user pools, identity pools, and users.