← 返回 Skills 市场
mickmicksh

Lap Ace Provisioning Managementpartner Api

作者 mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
188
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lap-ace-provisioning-managementpartner-api
功能描述
ACE Provisioning ManagementPartner API skill. Use when working with ACE Provisioning ManagementPartner for providers. Covers 6 endpoints.
使用说明 (SKILL.md)

ACE Provisioning ManagementPartner API

API version: 2018-02-01

Auth

OAuth2

Base URL

https://management.azure.com

Setup

  1. Configure auth: OAuth2
  2. GET /providers/Microsoft.ManagementPartner/operations -- verify access

Endpoints

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

providers

Method Path Description
GET /providers/Microsoft.ManagementPartner/partners/{partnerId} Get a specific Partner.
PUT /providers/Microsoft.ManagementPartner/partners/{partnerId} Create a specific Partner.
PATCH /providers/Microsoft.ManagementPartner/partners/{partnerId} Update a specific Partner.
DELETE /providers/Microsoft.ManagementPartner/partners/{partnerId} Delete a specific Partner.
GET /providers/Microsoft.ManagementPartner/operations Get operations.
GET /providers/Microsoft.ManagementPartner/partners Get a specific Partner.

Common Questions

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

  • "Get partner details?" -> GET /providers/Microsoft.ManagementPartner/partners/{partnerId}
  • "Update a partner?" -> PUT /providers/Microsoft.ManagementPartner/partners/{partnerId}
  • "Partially update a partner?" -> PATCH /providers/Microsoft.ManagementPartner/partners/{partnerId}
  • "Delete a partner?" -> DELETE /providers/Microsoft.ManagementPartner/partners/{partnerId}
  • "List all operations?" -> GET /providers/Microsoft.ManagementPartner/operations
  • "List all partners?" -> GET /providers/Microsoft.ManagementPartner/partners
  • "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 ace-provisioning-managementpartner-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search ace-provisioning-managementpartner-api

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

安全使用建议
This skill appears to be a simple instruction-only wrapper for the Azure ManagementPartner endpoints, but confirm what ACE_PROVISIONING_MANAGEMENTPARTNER_API_KEY actually represents before installing: is it an OAuth access token, a client secret, or a proprietary API key? OAuth2 typically requires tenant/client IDs and secrets or short-lived access tokens; storing long-lived tenant secrets in a single env var can be risky. If you proceed, supply least-privilege credentials (a service principal limited to only the ManagementPartner actions needed), prefer short-lived access tokens if possible, and rotate/revoke the secret after testing. If you need assurance, ask the publisher to clarify the auth flow and required env vars (tenant ID, client ID, client secret vs. bearer token).
功能分析
Type: OpenClaw Skill Name: lap-ace-provisioning-managementpartner-api Version: 1.0.0 The skill bundle is a standard API wrapper for the Azure Management Partner API. It uses official Azure endpoints (management.azure.com) and contains no evidence of malicious intent, data exfiltration, or harmful instructions. The structure and CLI commands in SKILL.md are consistent with legitimate API documentation generated by the LAP platform.
能力评估
Purpose & Capability
The name/description and documented endpoints match an Azure Management API (management.azure.com) and the listed endpoints are consistent with a ManagementPartner API. Requiring a single API key-like env var is plausible for an API client, but the SKILL.md explicitly states 'OAuth2' which normally requires an OAuth client/tenant/etc. The mismatch is likely a packaging/notation issue but should be clarified.
Instruction Scope
SKILL.md contains only API endpoint mappings, basic setup (configure OAuth2), and a verification GET. It does not instruct the agent to read unrelated local files or exfiltrate data. It references a local spec file (references/api-spec.lap) for schemas — normal for an API wrapper.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is downloaded or written to disk by the skill itself.
Credentials
Only one environment variable is required (ACE_PROVISIONING_MANAGEMENTPARTNER_API_KEY), which is proportionate in count. However, the name implies an API key while the instructions say OAuth2; it's unclear whether that env var should contain an OAuth access token, client secret, or something else. This ambiguity matters because different secrets have different privileges and lifetimes.
Persistence & Privilege
always:false and no config paths requested. The skill does not request persistent or elevated platform privileges beyond providing an API credential at runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lap-ace-provisioning-managementpartner-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lap-ace-provisioning-managementpartner-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ACE Provisioning ManagementPartner API skill initial release. - Provides access to 6 endpoints for managing partners via the Azure ManagementPartner API (version 2018-02-01). - Includes detailed instructions for authentication (OAuth2) and API setup. - Covers create, update, delete, and query operations for partners. - Lists common questions and maps them to endpoints for easy usage. - Specifies required environment variable: ACE_PROVISIONING_MANAGEMENTPARTNER_API_KEY. - Reference to API spec for full endpoint and schema details.
元数据
Slug lap-ace-provisioning-managementpartner-api
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Lap Ace Provisioning Managementpartner Api 是什么?

ACE Provisioning ManagementPartner API skill. Use when working with ACE Provisioning ManagementPartner for providers. Covers 6 endpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。

如何安装 Lap Ace Provisioning Managementpartner Api?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lap-ace-provisioning-managementpartner-api」即可一键安装,无需额外配置。

Lap Ace Provisioning Managementpartner Api 是免费的吗?

是的,Lap Ace Provisioning Managementpartner Api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lap Ace Provisioning Managementpartner Api 支持哪些平台?

Lap Ace Provisioning Managementpartner Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lap Ace Provisioning Managementpartner Api?

由 mickmicksh(@mickmicksh)开发并维护,当前版本 v1.0.0。

💬 留言讨论