content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Automate Azure API Management with Python
Azure API Management configuration requires many SDK models and operation groups. This skill provides focused Python examples for common APIM administration workflows.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-mgmt-apimanagement-py" from https://skillstore.io/skills/sickn33-azure-mgmt-apimanagement-py.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-mgmt-apimanagement-py/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "azure-mgmt-apimanagement-py". List all APIs for the APIM service named orders-apim.
Expected outcome:
A concise workflow authenticates with DefaultAzureCredential, opens ApiManagementClient, lists service APIs, and reports each name, display name, and path.
Using "azure-mgmt-apimanagement-py". Create a premium product and attach the orders API.
Expected outcome:
The result outlines configurable product creation, API association, operation checks, and a warning to review publication and approval settings.
Using "azure-mgmt-apimanagement-py". Apply a rate limit of 100 requests per minute.
Expected outcome:
The result describes an API policy with a 100-call limit, a 60-second renewal period, and validation after policy deployment.
All 45 static findings are false positives caused by Markdown formatting, fixed Python imports, documented URLs, and expected Azure configuration access. However, the examples print a subscription key and embed a secret value, which can expose credentials when copied into real workflows.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-azure-mgmt-apimanagement-py/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-azure-mgmt-apimanagement-py?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-azure-mgmt-apimanagement-py?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-mgmt-apimanagement-py/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-azure-mgmt-apimanagement-py.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). azure-mgmt-apimanagement-py security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-mgmt-apimanagement-py/audits/5@techreport{sickn33-sickn33-azure-mgmt-apimanagement-py-2026,
author = {sickn33},
title = {azure-mgmt-apimanagement-py security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-mgmt-apimanagement-py/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-mgmt-apimanagement-py security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-mgmt-apimanagement-py/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-mgmt-apimanagement-py:audit:5"
description: "Skillstore immutable audit report identifier"
Authenticate with Azure, connect to an APIM service, and list existing APIs before making changes.
Create products, associate APIs, configure subscriptions, and establish repeatable access packaging.
Import API definitions, configure backends, and apply consistent rate limits and headers.
Using this skill, show Python authentication with DefaultAzureCredential and list APIs in {resource_group} and {service_name}. Explain each required input.Create Python SDK steps for an APIM product named {product_id}, attach {api_id}, and create an active subscription. Keep identifiers configurable.Import {openapi_url} into {service_name}, configure HTTPS, create {backend_url}, and apply a rate limit of {calls} requests per {period} seconds.Design a production APIM workflow that provisions a service, imports an API, creates a product, applies policies, and validates every result. Include idempotency, retries, and rollback guidance.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-mgmt-apimanagement-pyRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
5 downloads ยท 120 views
File structure
๐ SKILL.md
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Instrument Apps with Azure Application Insights
by microsoft
Application teams need consistent telemetry setup across languages and Azure hosting services. This skill provides targeted SDK, infrastructure, environment, and query guidance for Application Insights.
Visualize Azure Resource Group Architectures
by microsoft
Azure resource relationships can be difficult to review across complex groups. This skill inventories resources and creates structured Mermaid architecture documentation.
Audit Python Web Apps Before Release
by glenskii
Python teams need repeatable checks for common application security controls. This skill provides configurable pytest coverage with clear evidence, boundaries, and release decisions.
Build Reliable Async Python
by 0xDarkMatter
Async Python code often fails due to blocking calls, unbounded tasks, and weak cleanup. This skill provides reusable asyncio patterns, examples, and references for robust concurrent services.
Build FastAPI APIs with Reusable Patterns
by 0xDarkMatter
FastAPI projects need consistent choices for validation, dependencies, middleware, and background work. This skill gives Claude, Codex, and Claude Code reusable patterns for practical Python API development.
Add Python Type Safety Patterns
by 0xDarkMatter
Python type annotations can be hard to apply consistently across real projects. This skill gives Claude, Codex, and Claude Code practical patterns for safer typed Python code.