← 返回 Skills 市场
65
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-parseltongue-python-async
功能描述
Async Python patterns and concurrency: async APIs, I/O-bound apps, rate limiting, context managers
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-parseltongue-python-async - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-parseltongue-python-async触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Nm Parseltongue Python Async 是什么?
Async Python patterns and concurrency: async APIs, I/O-bound apps, rate limiting, context managers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。
如何安装 Nm Parseltongue Python Async?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-parseltongue-python-async」即可一键安装,无需额外配置。
Nm Parseltongue Python Async 是免费的吗?
是的,Nm Parseltongue Python Async 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Parseltongue Python Async 支持哪些平台?
Nm Parseltongue Python Async 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Parseltongue Python Async?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills