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.
Build Real-Time Apps with Azure Web PubSub
Real-time Python messaging requires careful token, group, connection, and permission handling. This skill provides focused Azure Web PubSub SDK patterns for common service and client workflows.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-messaging-webpubsubservice-py" from https://skillstore.io/skills/sickn33-azure-messaging-webpubsubservice-py.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-messaging-webpubsubservice-py/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.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-messaging-webpubsubservice-py". Explain how to send a private update to one signed-in user.
Expected outcome:
Use the service client's user-targeted send operation with the authenticated application user ID. Select a content type and handle delivery failures.
Using "azure-messaging-webpubsubservice-py". Plan secure access for a collaborative group.
Expected outcome:
Generate a short-lived user token with only required roles, add the user to the intended group, and revoke permissions when access ends.
All 38 static findings are false positives caused by Markdown fences, inline method names, placeholder Azure endpoints, and a standard environment-variable credential lookup. The examples contain no executable backtick expressions, suspicious destinations, or environment-variable exfiltration. One separate medium-risk issue remains because the token-generation example prints a client access URL that can expose its bearer credential.
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-messaging-webpubsubservice-py/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-azure-messaging-webpubsubservice-py?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-azure-messaging-webpubsubservice-py?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-messaging-webpubsubservice-py/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-azure-messaging-webpubsubservice-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-messaging-webpubsubservice-py security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-messaging-webpubsubservice-py/audits/5@techreport{sickn33-sickn33-azure-messaging-webpubsubservice-py-2026,
author = {sickn33},
title = {azure-messaging-webpubsubservice-py security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-messaging-webpubsubservice-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-messaging-webpubsubservice-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-messaging-webpubsubservice-py/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-messaging-webpubsubservice-py:audit:5"
description: "Skillstore immutable audit report identifier"
Create server-side Python flows that broadcast updates or target specific users and connections.
Implement group membership and targeted messages for rooms, teams, or collaborative sessions.
Compare token roles and connection permissions before integrating Web PubSub into an Azure architecture.
Show how to initialize an Azure Web PubSub service client in Python using DefaultAzureCredential for endpoint [endpoint] and hub [hub].
Design Python examples that send [message] to all clients, user [user_id], group [group], and connection [connection_id]. Explain content types.
Create a secure workflow for adding user [user_id] to group [group], granting [permission], checking access, revoking access, and removing membership.
Design an asynchronous Python Web PubSub service for [application]. Include credential lifecycle, token handling, group delivery, failure handling, cleanup, and testing considerations.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
8 downloads ยท 90 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.
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.
Build Python Tests with pytest TDD
by 89jobrien
Python teams often need consistent tests, coverage, and reports without losing TDD discipline. This skill provides pytest-focused workflows, examples, and reporting guidance for Claude, Codex, and Claude Code.
Run a Python Greeting Example
by EnactProtocol
New Enact users need a small example that proves tool execution works. This skill runs a Python greeting command and returns simple runtime output.
Remove Dead Code Safely
by 89jobrien
Unused imports, functions, and classes increase maintenance cost and deployment size. This skill guides Claude, Codex, and Claude Code through conservative analysis, backups, removal, and validation.