Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

lap-alexa-for-businesslap Alexa 商务版

Agent Skill

lap-alexa-for-business 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,542

周安装

63

GitHub Stars

公开资料未说明

下载量

499
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lap-alexa-for-business(lap Alexa 商务版)
来源仓库:https://github.com/mickmicksh/lap-alexa-for-business
安装命令:
openclaw skills install lap-alexa-for-business
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install lap-alexa-for-business

简介

Alexa For Business API 封装,支持技能审批与会话关联。

  • 适合在 OpenClaw 中管理企业语音助手设备与权限。
  • 通过 clawhub 安装,调用 ApproveSkill 等操作接口。
  • 使用前请确认 AWS 凭证权限范围是否包含 Alexa 服务。
  • 建议遵循最小权限原则分配 IAM 角色。lap-alexa-for-business 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
lap-alexa-for-business
description
Alexa For Business API skill. Use when working with Alexa For Business for #X-Amz-Target=AlexaForBusiness.ApproveSkill, #X-Amz-Target=AlexaForBusiness.AssociateContactWithAddressBook, #X-Amz-Target=AlexaForBusiness.AssociateDeviceWithNetworkProfile. Covers 93 endpoints.
version
1.0.0
generator
lapsh
metadata
openclaw
requires
env

Alexa For Business

API version: 2017-11-09

Auth

ApiKey Authorization in header

Base URL

http://a4b.{region}.amazonaws.com

Setup

  1. Set your API key in the appropriate header
  2. POST /#X-Amz-Target=AlexaForBusiness.ApproveSkill -- create first #X-Amz-Target=AlexaForBusiness.ApproveSkill

Endpoints

93 endpoints across 93 groups. See references/api-spec.lap for full details.

#X-Amz-Target=AlexaForBusiness.ApproveSkill

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ApproveSkillAssociates a skill with the organization under the customer's AWS account. If a skill is private, the user implicitly accepts access to this skill during enablement.

#X-Amz-Target=AlexaForBusiness.AssociateContactWithAddressBook

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.AssociateContactWithAddressBookAssociates a contact with a given address book.

#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithNetworkProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithNetworkProfileAssociates a device with the specified network profile.

#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithRoomAssociates a device with a given room. This applies all the settings from the room profile to the device, and all the skills in any skill groups added to that room. This operation requires the device to be online, or else a manual sync is required.

#X-Amz-Target=AlexaForBusiness.AssociateSkillGroupWithRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.AssociateSkillGroupWithRoomAssociates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room.

#X-Amz-Target=AlexaForBusiness.AssociateSkillWithSkillGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.AssociateSkillWithSkillGroupAssociates a skill with a skill group.

#X-Amz-Target=AlexaForBusiness.AssociateSkillWithUsers

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.AssociateSkillWithUsersMakes a private skill available for enrolled users to enable on their devices.

#X-Amz-Target=AlexaForBusiness.CreateAddressBook

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateAddressBookCreates an address book with the specified details.

#X-Amz-Target=AlexaForBusiness.CreateBusinessReportSchedule

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateBusinessReportScheduleCreates a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval.

#X-Amz-Target=AlexaForBusiness.CreateConferenceProvider

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateConferenceProviderAdds a new conference provider under the user's AWS account.

#X-Amz-Target=AlexaForBusiness.CreateContact

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateContactCreates a contact with the specified details.

#X-Amz-Target=AlexaForBusiness.CreateGatewayGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateGatewayGroupCreates a gateway group with the specified details.

#X-Amz-Target=AlexaForBusiness.CreateNetworkProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateNetworkProfileCreates a network profile with the specified details.

#X-Amz-Target=AlexaForBusiness.CreateProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateProfileCreates a new room profile with the specified details.

#X-Amz-Target=AlexaForBusiness.CreateRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateRoomCreates a room with the specified details.

#X-Amz-Target=AlexaForBusiness.CreateSkillGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateSkillGroupCreates a skill group with a specified name and description.

#X-Amz-Target=AlexaForBusiness.CreateUser

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.CreateUserCreates a user.

#X-Amz-Target=AlexaForBusiness.DeleteAddressBook

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteAddressBookDeletes an address book by the address book ARN.

#X-Amz-Target=AlexaForBusiness.DeleteBusinessReportSchedule

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteBusinessReportScheduleDeletes the recurring report delivery schedule with the specified schedule ARN.

#X-Amz-Target=AlexaForBusiness.DeleteConferenceProvider

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteConferenceProviderDeletes a conference provider.

#X-Amz-Target=AlexaForBusiness.DeleteContact

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteContactDeletes a contact by the contact ARN.

#X-Amz-Target=AlexaForBusiness.DeleteDevice

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteDeviceRemoves a device from Alexa For Business.

#X-Amz-Target=AlexaForBusiness.DeleteDeviceUsageData

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteDeviceUsageDataWhen this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data and associated response data. This action can be called once every 24 hours for a specific shared device.

#X-Amz-Target=AlexaForBusiness.DeleteGatewayGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteGatewayGroupDeletes a gateway group.

#X-Amz-Target=AlexaForBusiness.DeleteNetworkProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteNetworkProfileDeletes a network profile by the network profile ARN.

#X-Amz-Target=AlexaForBusiness.DeleteProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteProfileDeletes a room profile by the profile ARN.

#X-Amz-Target=AlexaForBusiness.DeleteRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteRoomDeletes a room by the room ARN.

#X-Amz-Target=AlexaForBusiness.DeleteRoomSkillParameter

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteRoomSkillParameterDeletes room skill parameter details by room, skill, and parameter key ID.

#X-Amz-Target=AlexaForBusiness.DeleteSkillAuthorization

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteSkillAuthorizationUnlinks a third-party account from a skill.

#X-Amz-Target=AlexaForBusiness.DeleteSkillGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteSkillGroupDeletes a skill group by skill group ARN.

#X-Amz-Target=AlexaForBusiness.DeleteUser

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DeleteUserDeletes a specified user by user ARN and enrollment ARN.

#X-Amz-Target=AlexaForBusiness.DisassociateContactFromAddressBook

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DisassociateContactFromAddressBookDisassociates a contact from a given address book.

#X-Amz-Target=AlexaForBusiness.DisassociateDeviceFromRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DisassociateDeviceFromRoomDisassociates a device from its current room. The device continues to be connected to the Wi-Fi network and is still registered to the account. The device settings and skills are removed from the room.

#X-Amz-Target=AlexaForBusiness.DisassociateSkillFromSkillGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DisassociateSkillFromSkillGroupDisassociates a skill from a skill group.

#X-Amz-Target=AlexaForBusiness.DisassociateSkillFromUsers

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DisassociateSkillFromUsersMakes a private skill unavailable for enrolled users and prevents them from enabling it on their devices.

#X-Amz-Target=AlexaForBusiness.DisassociateSkillGroupFromRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.DisassociateSkillGroupFromRoomDisassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room.

#X-Amz-Target=AlexaForBusiness.ForgetSmartHomeAppliances

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ForgetSmartHomeAppliancesForgets smart home appliances associated to a room.

#X-Amz-Target=AlexaForBusiness.GetAddressBook

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetAddressBookGets address the book details by the address book ARN.

#X-Amz-Target=AlexaForBusiness.GetConferencePreference

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetConferencePreferenceRetrieves the existing conference preferences.

#X-Amz-Target=AlexaForBusiness.GetConferenceProvider

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetConferenceProviderGets details about a specific conference provider.

#X-Amz-Target=AlexaForBusiness.GetContact

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetContactGets the contact details by the contact ARN.

#X-Amz-Target=AlexaForBusiness.GetDevice

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetDeviceGets the details of a device by device ARN.

#X-Amz-Target=AlexaForBusiness.GetGateway

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetGatewayRetrieves the details of a gateway.

#X-Amz-Target=AlexaForBusiness.GetGatewayGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetGatewayGroupRetrieves the details of a gateway group.

#X-Amz-Target=AlexaForBusiness.GetInvitationConfiguration

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetInvitationConfigurationRetrieves the configured values for the user enrollment invitation email template.

#X-Amz-Target=AlexaForBusiness.GetNetworkProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetNetworkProfileGets the network profile details by the network profile ARN.

#X-Amz-Target=AlexaForBusiness.GetProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetProfileGets the details of a room profile by profile ARN.

#X-Amz-Target=AlexaForBusiness.GetRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetRoomGets room details by room ARN.

#X-Amz-Target=AlexaForBusiness.GetRoomSkillParameter

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetRoomSkillParameterGets room skill parameter details by room, skill, and parameter key ARN.

#X-Amz-Target=AlexaForBusiness.GetSkillGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.GetSkillGroupGets skill group details by skill group ARN.

#X-Amz-Target=AlexaForBusiness.ListBusinessReportSchedules

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListBusinessReportSchedulesLists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours.

#X-Amz-Target=AlexaForBusiness.ListConferenceProviders

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListConferenceProvidersLists conference providers under a specific AWS account.

#X-Amz-Target=AlexaForBusiness.ListDeviceEvents

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListDeviceEventsLists the device event history, including device connection status, for up to 30 days.

#X-Amz-Target=AlexaForBusiness.ListGatewayGroups

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListGatewayGroupsRetrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of a specific gateway group.

#X-Amz-Target=AlexaForBusiness.ListGateways

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListGatewaysRetrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries of gateways that are associated with that gateway group ARN.

#X-Amz-Target=AlexaForBusiness.ListSkills

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListSkillsLists all enabled skills in a specific skill group.

#X-Amz-Target=AlexaForBusiness.ListSkillsStoreCategories

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListSkillsStoreCategoriesLists all categories in the Alexa skill store.

#X-Amz-Target=AlexaForBusiness.ListSkillsStoreSkillsByCategory

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListSkillsStoreSkillsByCategoryLists all skills in the Alexa skill store by category.

#X-Amz-Target=AlexaForBusiness.ListSmartHomeAppliances

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListSmartHomeAppliancesLists all of the smart home appliances associated with a room.

#X-Amz-Target=AlexaForBusiness.ListTags

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ListTagsLists all tags for the specified resource.

#X-Amz-Target=AlexaForBusiness.PutConferencePreference

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.PutConferencePreferenceSets the conference preferences on a specific conference provider at the account level.

#X-Amz-Target=AlexaForBusiness.PutInvitationConfiguration

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.PutInvitationConfigurationConfigures the email template for the user enrollment invitation with the specified attributes.

#X-Amz-Target=AlexaForBusiness.PutRoomSkillParameter

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.PutRoomSkillParameterUpdates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter.

#X-Amz-Target=AlexaForBusiness.PutSkillAuthorization

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.PutSkillAuthorizationLinks a user's account to a third-party skill provider. If this API operation is called by an assumed IAM role, the skill being linked must be a private skill. Also, the skill must be owned by the AWS account that assumed the IAM role.

#X-Amz-Target=AlexaForBusiness.RegisterAVSDevice

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.RegisterAVSDeviceRegisters an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS).

#X-Amz-Target=AlexaForBusiness.RejectSkill

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.RejectSkillDisassociates a skill from the organization under a user's AWS account. If the skill is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill that is rejected can be added later by calling the ApproveSkill API.

#X-Amz-Target=AlexaForBusiness.ResolveRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.ResolveRoomDetermines the details for the room from which a skill request was invoked. This operation is used by skill developers. To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When the skill is using an AWS Lambda function, the skill is automatically authorized when you publish your skill as a private skill to your AWS account. Skills that are hosted using a custom web service must be manually authorized. To get your skill authorized, contact AWS Support with your AWS account ID that queries the ResolveRoom API and skill ID.

#X-Amz-Target=AlexaForBusiness.RevokeInvitation

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.RevokeInvitationRevokes an invitation and invalidates the enrollment URL.

#X-Amz-Target=AlexaForBusiness.SearchAddressBooks

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SearchAddressBooksSearches address books and lists the ones that meet a set of filter and sort criteria.

#X-Amz-Target=AlexaForBusiness.SearchContacts

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SearchContactsSearches contacts and lists the ones that meet a set of filter and sort criteria.

#X-Amz-Target=AlexaForBusiness.SearchDevices

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SearchDevicesSearches devices and lists the ones that meet a set of filter criteria.

#X-Amz-Target=AlexaForBusiness.SearchNetworkProfiles

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SearchNetworkProfilesSearches network profiles and lists the ones that meet a set of filter and sort criteria.

#X-Amz-Target=AlexaForBusiness.SearchProfiles

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SearchProfilesSearches room profiles and lists the ones that meet a set of filter criteria.

#X-Amz-Target=AlexaForBusiness.SearchRooms

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SearchRoomsSearches rooms and lists the ones that meet a set of filter and sort criteria.

#X-Amz-Target=AlexaForBusiness.SearchSkillGroups

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SearchSkillGroupsSearches skill groups and lists the ones that meet a set of filter and sort criteria.

#X-Amz-Target=AlexaForBusiness.SearchUsers

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SearchUsersSearches users and lists the ones that meet a set of filter and sort criteria.

#X-Amz-Target=AlexaForBusiness.SendAnnouncement

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SendAnnouncementTriggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter.

#X-Amz-Target=AlexaForBusiness.SendInvitation

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.SendInvitationSends an enrollment invitation email with a URL to a user. The URL is valid for 30 days or until you call this operation again, whichever comes first.

#X-Amz-Target=AlexaForBusiness.StartDeviceSync

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.StartDeviceSyncResets a device and its account to the known default settings. This clears all information and settings set by previous users in the following ways: Bluetooth - This unpairs all bluetooth devices paired with your echo device. Volume - This resets the echo device's volume to the default value. Notifications - This clears all notifications from your echo device. Lists - This clears all to-do items from your echo device. Settings - This internally syncs the room's profile (if the device is assigned to a room), contacts, address books, delegation access for account linking, and communications (if enabled on the room profile).

#X-Amz-Target=AlexaForBusiness.StartSmartHomeApplianceDiscovery

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.StartSmartHomeApplianceDiscoveryInitiates the discovery of any smart home appliances associated with the room.

#X-Amz-Target=AlexaForBusiness.TagResource

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.TagResourceAdds metadata tags to a specified resource.

#X-Amz-Target=AlexaForBusiness.UntagResource

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UntagResourceRemoves metadata tags from a specified resource.

#X-Amz-Target=AlexaForBusiness.UpdateAddressBook

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateAddressBookUpdates address book details by the address book ARN.

#X-Amz-Target=AlexaForBusiness.UpdateBusinessReportSchedule

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateBusinessReportScheduleUpdates the configuration of the report delivery schedule with the specified schedule ARN.

#X-Amz-Target=AlexaForBusiness.UpdateConferenceProvider

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateConferenceProviderUpdates an existing conference provider's settings.

#X-Amz-Target=AlexaForBusiness.UpdateContact

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateContactUpdates the contact details by the contact ARN.

#X-Amz-Target=AlexaForBusiness.UpdateDevice

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateDeviceUpdates the device name by device ARN.

#X-Amz-Target=AlexaForBusiness.UpdateGateway

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateGatewayUpdates the details of a gateway. If any optional field is not provided, the existing corresponding value is left unmodified.

#X-Amz-Target=AlexaForBusiness.UpdateGatewayGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateGatewayGroupUpdates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified.

#X-Amz-Target=AlexaForBusiness.UpdateNetworkProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateNetworkProfileUpdates a network profile by the network profile ARN.

#X-Amz-Target=AlexaForBusiness.UpdateProfile

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateProfileUpdates an existing room profile by room profile ARN.

#X-Amz-Target=AlexaForBusiness.UpdateRoom

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateRoomUpdates room details by room ARN.

#X-Amz-Target=AlexaForBusiness.UpdateSkillGroup

MethodPathDescription
POST/#X-Amz-Target=AlexaForBusiness.UpdateSkillGroupUpdates skill group details by skill group ARN.

Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:

  • "Create a #X-Amz-Target=AlexaForBusiness.ApproveSkill?" -> POST /#X-Amz-Target=AlexaForBusiness.ApproveSkill
  • "Create a #X-Amz-Target=AlexaForBusiness.AssociateContactWithAddressBook?" -> POST /#X-Amz-Target=AlexaForBusiness.AssociateContactWithAddressBook
  • "Create a #X-Amz-Target=AlexaForBusiness.AssociateDeviceWithNetworkProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithNetworkProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.AssociateDeviceWithRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.AssociateSkillGroupWithRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.AssociateSkillGroupWithRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.AssociateSkillWithSkillGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.AssociateSkillWithSkillGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.AssociateSkillWithUser?" -> POST /#X-Amz-Target=AlexaForBusiness.AssociateSkillWithUsers
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateAddressBook?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateAddressBook
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateBusinessReportSchedule?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateBusinessReportSchedule
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateConferenceProvider?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateConferenceProvider
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateContact?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateContact
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateGatewayGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateGatewayGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateNetworkProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateNetworkProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateSkillGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateSkillGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.CreateUser?" -> POST /#X-Amz-Target=AlexaForBusiness.CreateUser
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteAddressBook?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteAddressBook
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteBusinessReportSchedule?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteBusinessReportSchedule
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteConferenceProvider?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteConferenceProvider
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteContact?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteContact
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteDevice?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteDevice
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteDeviceUsageData?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteDeviceUsageData
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteGatewayGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteGatewayGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteNetworkProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteNetworkProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteRoomSkillParameter?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteRoomSkillParameter
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteSkillAuthorization?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteSkillAuthorization
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteSkillGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteSkillGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.DeleteUser?" -> POST /#X-Amz-Target=AlexaForBusiness.DeleteUser
  • "Create a #X-Amz-Target=AlexaForBusiness.DisassociateContactFromAddressBook?" -> POST /#X-Amz-Target=AlexaForBusiness.DisassociateContactFromAddressBook
  • "Create a #X-Amz-Target=AlexaForBusiness.DisassociateDeviceFromRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.DisassociateDeviceFromRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.DisassociateSkillFromSkillGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.DisassociateSkillFromSkillGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.DisassociateSkillFromUser?" -> POST /#X-Amz-Target=AlexaForBusiness.DisassociateSkillFromUsers
  • "Create a #X-Amz-Target=AlexaForBusiness.DisassociateSkillGroupFromRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.DisassociateSkillGroupFromRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.ForgetSmartHomeAppliance?" -> POST /#X-Amz-Target=AlexaForBusiness.ForgetSmartHomeAppliances
  • "Create a #X-Amz-Target=AlexaForBusiness.GetAddressBook?" -> POST /#X-Amz-Target=AlexaForBusiness.GetAddressBook
  • "Create a #X-Amz-Target=AlexaForBusiness.GetConferencePreference?" -> POST /#X-Amz-Target=AlexaForBusiness.GetConferencePreference
  • "Create a #X-Amz-Target=AlexaForBusiness.GetConferenceProvider?" -> POST /#X-Amz-Target=AlexaForBusiness.GetConferenceProvider
  • "Create a #X-Amz-Target=AlexaForBusiness.GetContact?" -> POST /#X-Amz-Target=AlexaForBusiness.GetContact
  • "Create a #X-Amz-Target=AlexaForBusiness.GetDevice?" -> POST /#X-Amz-Target=AlexaForBusiness.GetDevice
  • "Create a #X-Amz-Target=AlexaForBusiness.GetGateway?" -> POST /#X-Amz-Target=AlexaForBusiness.GetGateway
  • "Create a #X-Amz-Target=AlexaForBusiness.GetGatewayGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.GetGatewayGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.GetInvitationConfiguration?" -> POST /#X-Amz-Target=AlexaForBusiness.GetInvitationConfiguration
  • "Create a #X-Amz-Target=AlexaForBusiness.GetNetworkProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.GetNetworkProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.GetProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.GetProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.GetRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.GetRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.GetRoomSkillParameter?" -> POST /#X-Amz-Target=AlexaForBusiness.GetRoomSkillParameter
  • "Create a #X-Amz-Target=AlexaForBusiness.GetSkillGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.GetSkillGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.ListBusinessReportSchedule?" -> POST /#X-Amz-Target=AlexaForBusiness.ListBusinessReportSchedules
  • "Create a #X-Amz-Target=AlexaForBusiness.ListConferenceProvider?" -> POST /#X-Amz-Target=AlexaForBusiness.ListConferenceProviders
  • "Create a #X-Amz-Target=AlexaForBusiness.ListDeviceEvent?" -> POST /#X-Amz-Target=AlexaForBusiness.ListDeviceEvents
  • "Create a #X-Amz-Target=AlexaForBusiness.ListGatewayGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.ListGatewayGroups
  • "Create a #X-Amz-Target=AlexaForBusiness.ListGateway?" -> POST /#X-Amz-Target=AlexaForBusiness.ListGateways
  • "Create a #X-Amz-Target=AlexaForBusiness.ListSkill?" -> POST /#X-Amz-Target=AlexaForBusiness.ListSkills
  • "Create a #X-Amz-Target=AlexaForBusiness.ListSkillsStoreCategory?" -> POST /#X-Amz-Target=AlexaForBusiness.ListSkillsStoreCategories
  • "Create a #X-Amz-Target=AlexaForBusiness.ListSkillsStoreSkillsByCategory?" -> POST /#X-Amz-Target=AlexaForBusiness.ListSkillsStoreSkillsByCategory
  • "Create a #X-Amz-Target=AlexaForBusiness.ListSmartHomeAppliance?" -> POST /#X-Amz-Target=AlexaForBusiness.ListSmartHomeAppliances
  • "Create a #X-Amz-Target=AlexaForBusiness.ListTag?" -> POST /#X-Amz-Target=AlexaForBusiness.ListTags
  • "Create a #X-Amz-Target=AlexaForBusiness.PutConferencePreference?" -> POST /#X-Amz-Target=AlexaForBusiness.PutConferencePreference
  • "Create a #X-Amz-Target=AlexaForBusiness.PutInvitationConfiguration?" -> POST /#X-Amz-Target=AlexaForBusiness.PutInvitationConfiguration
  • "Create a #X-Amz-Target=AlexaForBusiness.PutRoomSkillParameter?" -> POST /#X-Amz-Target=AlexaForBusiness.PutRoomSkillParameter
  • "Create a #X-Amz-Target=AlexaForBusiness.PutSkillAuthorization?" -> POST /#X-Amz-Target=AlexaForBusiness.PutSkillAuthorization
  • "Create a #X-Amz-Target=AlexaForBusiness.RegisterAVSDevice?" -> POST /#X-Amz-Target=AlexaForBusiness.RegisterAVSDevice
  • "Create a #X-Amz-Target=AlexaForBusiness.RejectSkill?" -> POST /#X-Amz-Target=AlexaForBusiness.RejectSkill
  • "Create a #X-Amz-Target=AlexaForBusiness.ResolveRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.ResolveRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.RevokeInvitation?" -> POST /#X-Amz-Target=AlexaForBusiness.RevokeInvitation
  • "Create a #X-Amz-Target=AlexaForBusiness.SearchAddressBook?" -> POST /#X-Amz-Target=AlexaForBusiness.SearchAddressBooks
  • "Create a #X-Amz-Target=AlexaForBusiness.SearchContact?" -> POST /#X-Amz-Target=AlexaForBusiness.SearchContacts
  • "Create a #X-Amz-Target=AlexaForBusiness.SearchDevice?" -> POST /#X-Amz-Target=AlexaForBusiness.SearchDevices
  • "Create a #X-Amz-Target=AlexaForBusiness.SearchNetworkProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.SearchNetworkProfiles
  • "Create a #X-Amz-Target=AlexaForBusiness.SearchProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.SearchProfiles
  • "Create a #X-Amz-Target=AlexaForBusiness.SearchRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.SearchRooms
  • "Create a #X-Amz-Target=AlexaForBusiness.SearchSkillGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.SearchSkillGroups
  • "Create a #X-Amz-Target=AlexaForBusiness.SearchUser?" -> POST /#X-Amz-Target=AlexaForBusiness.SearchUsers
  • "Create a #X-Amz-Target=AlexaForBusiness.SendAnnouncement?" -> POST /#X-Amz-Target=AlexaForBusiness.SendAnnouncement
  • "Create a #X-Amz-Target=AlexaForBusiness.SendInvitation?" -> POST /#X-Amz-Target=AlexaForBusiness.SendInvitation
  • "Create a #X-Amz-Target=AlexaForBusiness.StartDeviceSync?" -> POST /#X-Amz-Target=AlexaForBusiness.StartDeviceSync
  • "Create a #X-Amz-Target=AlexaForBusiness.StartSmartHomeApplianceDiscovery?" -> POST /#X-Amz-Target=AlexaForBusiness.StartSmartHomeApplianceDiscovery
  • "Create a #X-Amz-Target=AlexaForBusiness.TagResource?" -> POST /#X-Amz-Target=AlexaForBusiness.TagResource
  • "Create a #X-Amz-Target=AlexaForBusiness.UntagResource?" -> POST /#X-Amz-Target=AlexaForBusiness.UntagResource
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateAddressBook?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateAddressBook
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateBusinessReportSchedule?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateBusinessReportSchedule
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateConferenceProvider?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateConferenceProvider
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateContact?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateContact
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateDevice?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateDevice
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateGateway?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateGateway
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateGatewayGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateGatewayGroup
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateNetworkProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateNetworkProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateProfile?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateProfile
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateRoom?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateRoom
  • "Create a #X-Amz-Target=AlexaForBusiness.UpdateSkillGroup?" -> POST /#X-Amz-Target=AlexaForBusiness.UpdateSkillGroup
  • "How to authenticate?" -> See Auth section

Response Tips

  • Check response schemas in references/api-spec.lap for field details
  • Create/update endpoints typically return the created/updated object

CLI

# Update this spec to the latest version
npx @lap-platform/lapsh get alexa-for-business -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search alexa-for-business

References

  • Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas
Generated from the official API spec by LAP

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.51%
按下载量换算437

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills