← Back to Skills Marketplace
athola

Nm Parseltongue Python Async

by athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
65
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-parseltongue-python-async
Description
Async Python patterns and concurrency: async APIs, I/O-bound apps, rate limiting, context managers
Usage Guidance
This is an educational, instruction-only skill about async Python. It does not request secrets or install code. Before running provided examples: (1) avoid executing network or DB examples against production or sensitive endpoints; (2) use parameterized queries rather than f-string SQL in real code to prevent SQL injection; (3) install test/runtime dependencies (aiohttp, pytest-asyncio) in an isolated environment (venv) if you decide to run the examples. Overall the skill is coherent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: nm-parseltongue-python-async Version: 1.0.0 The skill bundle provides comprehensive documentation and code examples for Python asyncio patterns. However, it is classified as suspicious because modules/real-world-applications.md contains code examples that are vulnerable to SQL injection, specifically by using f-strings to interpolate variables directly into database queries. While these appear to be unintentional documentation flaws rather than malicious code, they represent a significant security risk if the AI agent adopts or recommends these patterns.
Capability Assessment
Purpose & Capability
The name/description (async Python patterns, concurrency, rate limiting, context managers) matches the provided modules and examples. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and module files are purely educational code examples and guidance. They include examples that perform network requests (aiohttp) and database access (example DB calls and a DSN in examples) and show naive SQL string composition with f-strings — these are expected for teaching but could be misused if run against real systems. The instructions do not direct the agent to read local files, environment variables, or send data to unexpected endpoints.
Install Mechanism
No install specification or external downloads — instruction-only content. This minimizes risk because nothing is written to disk or executed automatically by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. Examples mention installing pytest-asyncio and using aiohttp, which is appropriate for the content.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills/config. Autonomous invocation is allowed (default) but this is normal and not combined with any broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-parseltongue-python-async
  3. After installation, invoke the skill by name or use /nm-parseltongue-python-async
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of python-async skill focused on modern async Python patterns and concurrency. - Covers async/await, asyncio basics, task management, error handling, rate limiting, and context managers. - Includes guidance for I/O-bound applications, real-time apps, web APIs, and scrapers. - Skill content organized into progressive modules for targeted learning. - Lists appropriate use cases, best practices, and troubleshooting tips for common async issues. - Details module structure for advanced topics like testing and pitfalls.
Metadata
Slug nm-parseltongue-python-async
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Parseltongue Python Async?

Async Python patterns and concurrency: async APIs, I/O-bound apps, rate limiting, context managers. It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.

How do I install Nm Parseltongue Python Async?

Run "/install nm-parseltongue-python-async" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nm Parseltongue Python Async free?

Yes, Nm Parseltongue Python Async is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nm Parseltongue Python Async support?

Nm Parseltongue Python Async is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nm Parseltongue Python Async?

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

💬 Comments