← Back to Skills Marketplace
mickmicksh

Lap Ace Provisioning Managementpartner Api

by mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
188
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lap-ace-provisioning-managementpartner-api
Description
ACE Provisioning ManagementPartner API skill. Use when working with ACE Provisioning ManagementPartner for providers. Covers 6 endpoints.
README (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

Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lap-ace-provisioning-managementpartner-api
  3. After installation, invoke the skill by name or use /lap-ace-provisioning-managementpartner-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug lap-ace-provisioning-managementpartner-api
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Lap Ace Provisioning Managementpartner Api?

ACE Provisioning ManagementPartner API skill. Use when working with ACE Provisioning ManagementPartner for providers. Covers 6 endpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 188 downloads so far.

How do I install Lap Ace Provisioning Managementpartner Api?

Run "/install lap-ace-provisioning-managementpartner-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lap Ace Provisioning Managementpartner Api free?

Yes, Lap Ace Provisioning Managementpartner Api is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lap Ace Provisioning Managementpartner Api support?

Lap Ace Provisioning Managementpartner Api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lap Ace Provisioning Managementpartner Api?

It is built and maintained by mickmicksh (@mickmicksh); the current version is v1.0.0.

💬 Comments