Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

lap-amazon-appconfig圈亚马逊应用程序配置

Agent Skill

lap-amazon-appconfig 用于辅助部署、云资源、容器和基础设施运维,适合在 OpenClaw 中需要检查配置、整理部署步骤或排查环境问题时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,406

周安装

58

GitHub Stars

公开资料未说明

下载量

459
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:lap-amazon-appconfig(圈亚马逊应用程序配置)
来源仓库:https://github.com/mickmicksh/lap-amazon-appconfig
安装命令:
openclaw skills install lap-amazon-appconfig
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install lap-amazon-appconfig

简介

Amazon AppConfig API 技能。在使用 Amazon AppConfig 来实现应用程序、部署策略、扩展时使用。覆盖45个端点。

SKILL.md

name
lap-amazon-appconfig
description
Amazon AppConfig API skill. Use when working with Amazon AppConfig for applications, deploymentstrategies, extensions. Covers 45 endpoints.
version
1.0.0
generator
lapsh
metadata
openclaw
requires
env

Amazon AppConfig

API version: 2019-10-09

Auth

AWS SigV4

Base URL

Not specified.

Setup

  1. Configure auth: AWS SigV4
  2. GET /settings -- verify access
  3. POST /applications -- create first applications

Endpoints

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

applications

MethodPathDescription
POST/applicationsCreates an application. In AppConfig, an application is simply an organizational construct like a folder. This organizational construct has a relationship with some unit of executable code. For example, you could create an application called MyMobileApp to organize and manage configuration data for a mobile application installed by your users.
POST/applications/{ApplicationId}/configurationprofilesCreates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the following: Configuration data in YAML, JSON, and other formats stored in the AppConfig hosted configuration store Configuration data stored as objects in an Amazon Simple Storage Service (Amazon S3) bucket Pipelines stored in CodePipeline Secrets stored in Secrets Manager Standard and secure string parameters stored in Amazon Web Services Systems Manager Parameter Store Configuration data in SSM documents stored in the Systems Manager document store A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Amazon Web Services Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
POST/applications/{ApplicationId}/environmentsCreates an environment. For each application, you define one or more environments. An environment is a deployment group of AppConfig targets, such as applications in a Beta or Production environment. You can also define environments for application subcomponents such as the Web, Mobile and Back-end components for your application. You can configure Amazon CloudWatch alarms for each environment. The system monitors alarms during a configuration deployment. If an alarm is triggered, the system rolls back the configuration.
POST/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversionsCreates a new configuration in the AppConfig hosted configuration store. If you're creating a feature flag, we recommend you familiarize yourself with the JSON schema for feature flag data. For more information, see Type reference for AWS.AppConfig.FeatureFlags in the AppConfig User Guide.
DELETE/applications/{ApplicationId}Deletes an application.
DELETE/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}Deletes a configuration profile. To prevent users from unintentionally deleting actively-used configuration profiles, enable deletion protection.
DELETE/applications/{ApplicationId}/environments/{EnvironmentId}Deletes an environment. To prevent users from unintentionally deleting actively-used environments, enable deletion protection.
DELETE/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}Deletes a version of a configuration from the AppConfig hosted configuration store.
GET/applications/{ApplicationId}Retrieves information about an application.
GET/applications/{Application}/environments/{Environment}/configurations/{Configuration}(Deprecated) Retrieves the latest deployed configuration. Note the following important information. This API action is deprecated. Calls to receive configuration data should use the StartConfigurationSession and GetLatestConfiguration APIs instead. GetConfiguration is a priced call. For more information, see Pricing.
GET/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}Retrieves information about a configuration profile.
GET/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}Retrieves information about a configuration deployment.
GET/applications/{ApplicationId}/environments/{EnvironmentId}Retrieves information about an environment. An environment is a deployment group of AppConfig applications, such as applications in a Production environment or in an EU_Region environment. Each configuration deployment targets an environment. You can enable one or more Amazon CloudWatch alarms for an environment. If an alarm is triggered during a deployment, AppConfig roles back the configuration.
GET/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}Retrieves information about a specific configuration version.
GET/applicationsLists all applications in your Amazon Web Services account.
GET/applications/{ApplicationId}/configurationprofilesLists the configuration profiles for an application.
GET/applications/{ApplicationId}/environments/{EnvironmentId}/deploymentsLists the deployments for an environment in descending deployment number order.
GET/applications/{ApplicationId}/environmentsLists the environments for an application.
GET/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversionsLists configurations stored in the AppConfig hosted configuration store by version.
POST/applications/{ApplicationId}/environments/{EnvironmentId}/deploymentsStarts a deployment.
DELETE/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}Stops a deployment. This API action works only on deployments that have a status of DEPLOYING. This action moves the deployment to a status of ROLLED_BACK.
PATCH/applications/{ApplicationId}Updates an application.
PATCH/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}Updates a configuration profile.
PATCH/applications/{ApplicationId}/environments/{EnvironmentId}Updates an environment.
POST/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validatorsUses the validators in a configuration profile to validate a configuration.

deploymentstrategies

MethodPathDescription
POST/deploymentstrategiesCreates a deployment strategy that defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.
GET/deploymentstrategies/{DeploymentStrategyId}Retrieves information about a deployment strategy. A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.
GET/deploymentstrategiesLists deployment strategies.
PATCH/deploymentstrategies/{DeploymentStrategyId}Updates a deployment strategy.

extensions

MethodPathDescription
POST/extensionsCreates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing defined in the extension. If you plan to create custom versions of the Amazon Web Services authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in the Uri field for the new extension version. For a custom EventBridge notification extension, enter the ARN of the EventBridge default events in the Uri field. For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS topic in the Uri field. For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field. For more information about extensions, see Extending workflows in the AppConfig User Guide.
DELETE/extensions/{ExtensionIdentifier}Deletes an AppConfig extension. You must delete all associations to an extension before you delete the extension.
GET/extensions/{ExtensionIdentifier}Returns information about an AppConfig extension.
GET/extensionsLists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Extending workflows in the AppConfig User Guide.
PATCH/extensions/{ExtensionIdentifier}Updates an AppConfig extension. For more information about extensions, see Extending workflows in the AppConfig User Guide.

extensionassociations

MethodPathDescription
POST/extensionassociationsWhen you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
DELETE/extensionassociations/{ExtensionAssociationId}Deletes an extension association. This action doesn't delete extensions defined in the association.
GET/extensionassociations/{ExtensionAssociationId}Returns information about an AppConfig extension association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
GET/extensionassociationsLists all AppConfig extension associations in the account. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
PATCH/extensionassociations/{ExtensionAssociationId}Updates an association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.

deployementstrategies

MethodPathDescription
DELETE/deployementstrategies/{DeploymentStrategyId}Deletes a deployment strategy.

settings

MethodPathDescription
GET/settingsReturns information about the status of the DeletionProtection parameter.
PATCH/settingsUpdates the value of the DeletionProtection parameter.

tags

MethodPathDescription
GET/tags/{ResourceArn}Retrieves the list of key-value tags assigned to the resource.
POST/tags/{ResourceArn}Assigns metadata to an AppConfig resource. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
DELETE/tags/{ResourceArn}Deletes a tag key and value from an AppConfig resource.

Common Questions

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

  • "Create a application?" -> POST /applications
  • "Create a configurationprofile?" -> POST /applications/{ApplicationId}/configurationprofiles
  • "Create a deploymentstrategy?" -> POST /deploymentstrategies
  • "Create a environment?" -> POST /applications/{ApplicationId}/environments
  • "Create a extension?" -> POST /extensions
  • "Create a extensionassociation?" -> POST /extensionassociations
  • "Create a hostedconfigurationversion?" -> POST /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions
  • "Delete a application?" -> DELETE /applications/{ApplicationId}
  • "Delete a configurationprofile?" -> DELETE /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}
  • "Delete a deployementstrategy?" -> DELETE /deployementstrategies/{DeploymentStrategyId}
  • "Delete a environment?" -> DELETE /applications/{ApplicationId}/environments/{EnvironmentId}
  • "Delete a extension?" -> DELETE /extensions/{ExtensionIdentifier}
  • "Delete a extensionassociation?" -> DELETE /extensionassociations/{ExtensionAssociationId}
  • "Delete a hostedconfigurationversion?" -> DELETE /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}
  • "List all settings?" -> GET /settings
  • "Get application details?" -> GET /applications/{ApplicationId}
  • "Get configuration details?" -> GET /applications/{Application}/environments/{Environment}/configurations/{Configuration}
  • "Get configurationprofile details?" -> GET /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}
  • "Get deployment details?" -> GET /applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}
  • "Get deploymentstrategy details?" -> GET /deploymentstrategies/{DeploymentStrategyId}
  • "Get environment details?" -> GET /applications/{ApplicationId}/environments/{EnvironmentId}
  • "Get extension details?" -> GET /extensions/{ExtensionIdentifier}
  • "Get extensionassociation details?" -> GET /extensionassociations/{ExtensionAssociationId}
  • "Get hostedconfigurationversion details?" -> GET /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}
  • "List all applications?" -> GET /applications
  • "List all configurationprofiles?" -> GET /applications/{ApplicationId}/configurationprofiles
  • "List all deploymentstrategies?" -> GET /deploymentstrategies
  • "List all deployments?" -> GET /applications/{ApplicationId}/environments/{EnvironmentId}/deployments
  • "List all environments?" -> GET /applications/{ApplicationId}/environments
  • "List all extensionassociations?" -> GET /extensionassociations
  • "List all extensions?" -> GET /extensions
  • "List all hostedconfigurationversions?" -> GET /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions
  • "Get tag details?" -> GET /tags/{ResourceArn}
  • "Create a deployment?" -> POST /applications/{ApplicationId}/environments/{EnvironmentId}/deployments
  • "Delete a deployment?" -> DELETE /applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}
  • "Delete a tag?" -> DELETE /tags/{ResourceArn}
  • "Partially update a application?" -> PATCH /applications/{ApplicationId}
  • "Partially update a configurationprofile?" -> PATCH /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}
  • "Partially update a deploymentstrategy?" -> PATCH /deploymentstrategies/{DeploymentStrategyId}
  • "Partially update a environment?" -> PATCH /applications/{ApplicationId}/environments/{EnvironmentId}
  • "Partially update a extension?" -> PATCH /extensions/{ExtensionIdentifier}
  • "Partially update a extensionassociation?" -> PATCH /extensionassociations/{ExtensionAssociationId}
  • "Create a validator?" -> POST /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators
  • "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 amazon-appconfig -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search amazon-appconfig

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

80.34%
按下载量换算369

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills