Agent skill
alexa-service-octoblu-alexa-service
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/alexa-service-octoblu-alexa-service
SKILL.md
Intent Schema
{
"intents": [
{
"intent": "Trigger",
"slots": [
{
"name": "Name",
"type": "TRIGGER"
}
]
},
{
"intent": "ListTriggers"
},
{
"intent": "AMAZON.HelpIntent"
},
{
"intent": "AMAZON.StopIntent"
},
{
"intent": "AMAZON.CancelIntent"
}
]
}
Custom Slot Types:
TRIGGER
- tasks
- notifications
- podio notifications
- meetings
- create meeting
Sample Utterances
Trigger give me the {Name}
Trigger give me {Name}
Trigger give me a {Name}
Trigger get me the {Name}
Trigger get me {Name}
Trigger get me a {Name}
Trigger could you set {Name}
Trigger could you please set {Name}
Trigger i need {Name}
Trigger i need {Name} please
Trigger tell me my {Name}
Trigger list {Name}
Trigger i want {Name}
Trigger create {Name}
Trigger create a {Name}
ListTriggers what my triggers are
ListTriggers give me a list of my triggers
ListTriggers get me a list of my triggers
ListTriggers a list of my triggers
ListTriggers my triggers
ListTriggers the triggers i have
ListTriggers what triggers do i have
Example commands
- Alexa ask Citrix list my tasks
- Alexa ask Citrix list my meetings
- Alexa ask Citrix create meeting
- Alexa ask Citrix get me my notifications
- Alexa ask Citrix my triggers
- Alexa ask Citrix help
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?