nm-parseltongue-python-asyncAsync Python patterns and concurrency: async APIs, I/O-bound apps, rate limiting, context managers
Install via ClawdBot CLI:
clawdbot install athola/nm-parseltongue-python-asyncGrade Limited — 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 May 11, 2026
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Advanced desktop automation with mouse, keyboard, and screen control
Control the Linux desktop GUI using xdotool, wmctrl, and dogtail. Use when you need to interact with non-browser applications, simulate mouse/keyboard input, manage windows, or inspect the UI hierarchy of applications on X11/GNOME. Supports: (1) Clicking/typing in apps, (2) Resizing/moving windows, (3) Extracting text-based UI trees from apps (A11y), (4) Taking screenshots for visual analysis.
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.