organizations

Manage AWS Organizations accounts, OUs, SCPs, and delegated administration via AWS CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes multi-account governance by enabling centralized view and control of AWS Organizations, including OUs, accounts, SCPs, and delegated administration via AWS CLI.

Core Features & Use Cases

  • View and inspect organization structure including roots, OUs, and accounts.
  • Create and manage organizational units and accounts, apply service control policies (SCPs), and configure delegated administration.
  • Use case: onboard new accounts by provisioning them into the correct OU with the appropriate SCPs and admin delegation.

Quick Start

Describe how to list all accounts and their statuses in your AWS Organization.

Frequently Asked Questions about organizations

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

FAQPage Schema
How do I manage AWS Organizations across multiple accounts centrally?

To manage AWS Organizations across multiple accounts, you can use this Skill to centralize governance of organizational units, accounts, SCPs, and delegated administration via AWS CLI. It requires running from the management account or a delegated administrator.

What is the best way to onboard new accounts into an AWS Organization with specific SCPs?

The best way to onboard new accounts is to provision them directly into the correct organizational unit and apply the appropriate service control policies and admin delegation. This Skill automates that centralized onboarding workflow.

Do I need AWS CLI configured to enforce organization-wide policy management?

Yes, you need AWS CLI v2 configured with valid credentials to enforce organization-wide policy management. You must also have IAM permissions for organizations:Actions and run it from the management account.

How can I view my AWS Organization structure including roots, OUs, and accounts?

You can view and inspect your AWS Organization structure, including roots, OUs, and accounts, by running this Skill. It provides centralized visibility into your multi-account environment directly via the AWS CLI.

Can I configure delegated administration for AWS Organizations from a member account?

No, you cannot configure delegated administration from a standard member account. You must run the configuration from the AWS Organizations management account or an already established delegated administrator account.