nm-parseltongue-python-asyncAsync Python patterns via asyncio and aiohttp for I/O-bound concurrency
Install via ClawdBot CLI:
clawdbot install athola/nm-parseltongue-python-asyncGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/parseltongueAudited Apr 17, 2026 · audit v1.0
Generated May 11, 2026
A fintech startup uses async patterns to ingest and process real-time stock market data from multiple APIs concurrently, reducing latency and handling variable rate limits with semaphores.
A market research firm builds a concurrent web scraper using asyncio and aiohttp to collect pricing data from e-commerce sites, with rate limiting and error handling to respect robots.txt and avoid IP bans.
A logistics company implements async microservices using aiohttp to handle parcel tracking updates, with proper context managers for database sessions and cancellation for timeout resilience.
A smart building management system uses async I/O to ingest data from thousands of IoT sensors concurrently, with producer-consumer patterns and non-blocking database writes.
Provide a cloud-based async API for external developers to query aggregated real-time data, charging per API call or subscription tier. The skill ensures low-latency and concurrent handling.
Offer a managed web scraping service for clients needing competitive intelligence, using async concurrency to scale requests efficiently. Revenue from monthly retainers or per-scrape fees.
Provide expert consulting to enterprises migrating synchronous Python apps to async for better performance, with training and code review. Charge on a project or hourly basis.
💬 Integration Tip
Integrate with existing FastAPI or aiohttp apps by wrapping blocking I/O calls in asyncio.to_thread and using provided modules for rate limiting and error handling.
Scored Jul 14, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.