Agent skill
aws
Integrate your Alexa Skill with a backend Lambda function with ease, on Sigma IDE
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/aws
SKILL.md
AWS Alexa Skill
AWS Alexa is an AI based virtual assistant, which is capable of voice interaction and executing tasks such as providing real time information such as weather and news. It can be also used as a home automation system by integrating with smart devices. In addition to the in-built capabilities, it is possible to develop and install Alexa Skills to enable additional capabilities on Alexa.
Alexa Skill as a Trigger
When such an Alexa Skill is developed, it is possible to configure a Lambda function as the backend processing
component. For that in Sigma, an Alexa Skill resource should be dragged from the resources panel and dropped on top
of the event parameter of the lambda handler. Then the Alexa Skill configuration panel can be used to configure it as
the trigger.
Trigger Parameters
After an Alexa Skill is configured for the trigger, the following trigger parameters should also be defined.
| Parameter | Required | Description |
|---|---|---|
| Skill Type | :white_check_mark: | Whether this Lambda is used for a Alexa Skills Kit or for a Alexa Smart Home application |
| Skill ID Verification | :white_check_mark: | Whether the Skill ID verification should be enabled for the trigger (only applicable for Alexa Skills Kit type) |
| Skill ID | :x: | If Skill ID Verification is enabled, the ID to be verified should be provided (e.g.: amzn1.ask.skill.a3d4b1a9-6931-45ce-b561-0a7d2f1899fd) |
| Application ID | :white_check_mark: | The ID of the Alexa Smart Home application (only applicable for Alexa Smart Home type) |
Once the trigger is configured, and the project is deployed, the ARN of the Lambda function should be copied and configured as the Service Endpoint in the Alexa Skill development console.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?