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

lap-access-analyzer膝部访问分析仪

Agent Skill

lap-access-analyzer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,767

周安装

369

GitHub Stars

公开资料未说明

下载量

3,070
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install lap-access-analyzer

简介

访问分析器 API 技能。与访问分析器一起使用以实现存档规则、策略、访问预览时使用。覆盖35个端点。

SKILL.md

name
lap-access-analyzer
description
Access Analyzer API skill. Use when working with Access Analyzer for archive-rule, policy, access-preview. Covers 35 endpoints.
version
1.0.0
generator
lapsh
metadata
openclaw
requires
env

Access Analyzer

API version: 2019-11-01

Auth

AWS SigV4

Base URL

Not specified.

Setup

  1. Configure auth: AWS SigV4
  2. GET /analyzed-resource -- verify access
  3. POST /policy/check-access-not-granted -- create first check-access-not-granted

Endpoints

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

archive-rule

MethodPathDescription
PUT/archive-ruleRetroactively applies the archive rule to existing findings that meet the archive rule criteria.

policy

MethodPathDescription
PUT/policy/generation/{jobId}Cancels the requested policy generation.
POST/policy/check-access-not-grantedChecks whether the specified access isn't allowed by a policy.
POST/policy/check-no-new-accessChecks whether new access is allowed for an updated policy when compared to the existing policy. You can find examples for reference policies and learn how to set up and run a custom policy check for new access in the IAM Access Analyzer custom policy checks samples repository on GitHub. The reference policies in this repository are meant to be passed to the existingPolicyDocument request parameter.
POST/policy/check-no-public-accessChecks whether a resource policy can grant public access to the specified resource type.
GET/policy/generation/{jobId}Retrieves the policy that was generated using StartPolicyGeneration.
GET/policy/generationLists all of the policy generations requested in the last seven days.
PUT/policy/generationStarts the policy generation request.
POST/policy/validationRequests the validation of a policy and returns a list of findings. The findings help you identify issues and provide actionable recommendations to resolve the issue and enable you to author functional policies that meet security best practices.

access-preview

MethodPathDescription
PUT/access-previewCreates an access preview that allows you to preview IAM Access Analyzer findings for your resource before deploying resource permissions.
GET/access-preview/{accessPreviewId}Retrieves information about an access preview for the specified analyzer.
POST/access-preview/{accessPreviewId}Retrieves a list of access preview findings generated by the specified access preview.
GET/access-previewRetrieves a list of access previews for the specified analyzer.

analyzer

MethodPathDescription
PUT/analyzerCreates an analyzer for your account.
PUT/analyzer/{analyzerName}/archive-ruleCreates an archive rule for the specified analyzer. Archive rules automatically archive new findings that meet the criteria you define when you create the rule. To learn about filter keys that you can use to create an archive rule, see IAM Access Analyzer filter keys in the IAM User Guide.
DELETE/analyzer/{analyzerName}Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.
DELETE/analyzer/{analyzerName}/archive-rule/{ruleName}Deletes the specified archive rule.
GET/analyzer/{analyzerName}Retrieves information about the specified analyzer.
GET/analyzer/{analyzerName}/archive-rule/{ruleName}Retrieves information about an archive rule. To learn about filter keys that you can use to create an archive rule, see IAM Access Analyzer filter keys in the IAM User Guide.
GET/analyzerRetrieves a list of analyzers.
GET/analyzer/{analyzerName}/archive-ruleRetrieves a list of archive rules created for the specified analyzer.
PUT/analyzer/{analyzerName}/archive-rule/{ruleName}Updates the criteria and values for the specified archive rule.

recommendation

MethodPathDescription
POST/recommendation/{id}Creates a recommendation for an unused permissions finding.
GET/recommendation/{id}Retrieves information about a finding recommendation for the specified analyzer.

analyzed-resource

MethodPathDescription
GET/analyzed-resourceRetrieves information about a resource that was analyzed.
POST/analyzed-resourceRetrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer. This action is not supported for unused access analyzers.

finding

MethodPathDescription
GET/finding/{id}Retrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action.
POST/findingRetrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:ListFindings action. To learn about filter keys that you can use to retrieve a list of findings, see IAM Access Analyzer filter keys in the IAM User Guide.
PUT/findingUpdates the status for the specified findings.

findingv2

MethodPathDescription
GET/findingv2/{id}Retrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action.
POST/findingv2Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:ListFindings action. To learn about filter keys that you can use to retrieve a list of findings, see IAM Access Analyzer filter keys in the IAM User Guide.

tags

MethodPathDescription
GET/tags/{resourceArn}Retrieves a list of tags applied to the specified resource.
POST/tags/{resourceArn}Adds a tag to the specified resource.
DELETE/tags/{resourceArn}Removes a tag from the specified resource.

resource

MethodPathDescription
POST/resource/scanImmediately starts a scan of the policies applied to the specified resource.

Common Questions

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

  • "Update a generation?" -> PUT /policy/generation/{jobId}
  • "Create a check-access-not-granted?" -> POST /policy/check-access-not-granted
  • "Create a check-no-new-access?" -> POST /policy/check-no-new-access
  • "Create a check-no-public-access?" -> POST /policy/check-no-public-access
  • "Delete a analyzer?" -> DELETE /analyzer/{analyzerName}
  • "Delete a archive-rule?" -> DELETE /analyzer/{analyzerName}/archive-rule/{ruleName}
  • "Get access-preview details?" -> GET /access-preview/{accessPreviewId}
  • "List all analyzed-resource?" -> GET /analyzed-resource
  • "Get analyzer details?" -> GET /analyzer/{analyzerName}
  • "Get archive-rule details?" -> GET /analyzer/{analyzerName}/archive-rule/{ruleName}
  • "Get finding details?" -> GET /finding/{id}
  • "Get recommendation details?" -> GET /recommendation/{id}
  • "Get findingv2 details?" -> GET /findingv2/{id}
  • "Get generation details?" -> GET /policy/generation/{jobId}
  • "List all access-preview?" -> GET /access-preview
  • "Create a analyzed-resource?" -> POST /analyzed-resource
  • "List all analyzer?" -> GET /analyzer
  • "List all archive-rule?" -> GET /analyzer/{analyzerName}/archive-rule
  • "Create a finding?" -> POST /finding
  • "Create a findingv2?" -> POST /findingv2
  • "List all generation?" -> GET /policy/generation
  • "Get tag details?" -> GET /tags/{resourceArn}
  • "Create a scan?" -> POST /resource/scan
  • "Delete a tag?" -> DELETE /tags/{resourceArn}
  • "Update a archive-rule?" -> PUT /analyzer/{analyzerName}/archive-rule/{ruleName}
  • "Create a validation?" -> POST /policy/validation
  • "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 access-analyzer -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search access-analyzer

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

92.77%
按下载量换算2,848

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills