a4b:ListSkillsStoreSkillsByCategory is a List access-level action in the a4b service. Grants permission to list all skills in the Alexa skill store by category
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows a4b:ListSkillsStoreSkillsByCategory. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowA4bListSkillsStoreSkillsByCategory",
"Effect": "Allow",
"Action": "a4b:ListSkillsStoreSkillsByCategory",
"Resource": "*"
}
]
}