← 返回 Skills 市场
codekungfu

Python Packaging

作者 ClawKK · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install python-packaging
功能描述
Deep Python packaging workflow—pyproject metadata, dependencies and optional extras, build backends, wheels, versioning, publishing, and CI release hygiene....
安全使用建议
This skill is a safe, high-level guide for packaging Python projects. It does not access your files, tokens, or install software by itself. If you use it to implement a publish step, be careful when providing credentials to any agent or CI: prefer short-lived OIDC tokens or narrowly-scoped secrets, review any pipeline changes before applying them, and never paste long-lived API tokens into chat history or agent-visible places.
功能分析
Type: OpenClaw Skill Name: python-packaging Version: 1.0.0 The skill bundle contains purely instructional documentation (SKILL.md) regarding Python packaging best practices, such as using the src/ layout, PEP 621 metadata, and OIDC for secure PyPI publishing. There is no executable code, no network activity, and no evidence of malicious intent or prompt injection.
能力评估
Purpose & Capability
The name and description match the SKILL.md content: advice on pyproject, build backends, wheels, versioning, and CI publishing. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
The instructions are advisory and staged; they do not instruct the agent to read arbitrary system files, exfiltrate data, or call external endpoints. They do discuss publishing and CI practices but do not require the agent to perform network operations or access secrets.
Install Mechanism
There is no install spec and no code shipped with the skill (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
The skill declares no environment variables, credentials, or config paths. While it talks about publishing (which in practice requires tokens/CI secrets), the skill itself does not request or assume any secrets.
Persistence & Privilege
always is false and there is no mechanism for the skill to persist configuration or alter other skills; autonomous invocation is allowed (the platform default) but the skill does not request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install python-packaging
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /python-packaging 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of deep Python packaging workflow guidance. - Covers stages from project layout to CI-based publishing for libraries and CLI tools. - Emphasizes reproducible builds, proper metadata, dependency separation, and secure release practices. - Includes best practices for backend selection, Python compatibility, and distribution artifacts. - Final checklist and troubleshooting tips provided for reliable PyPI or private index releases.
元数据
Slug python-packaging
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Python Packaging 是什么?

Deep Python packaging workflow—pyproject metadata, dependencies and optional extras, build backends, wheels, versioning, publishing, and CI release hygiene.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Python Packaging?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install python-packaging」即可一键安装,无需额外配置。

Python Packaging 是免费的吗?

是的,Python Packaging 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Python Packaging 支持哪些平台?

Python Packaging 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Python Packaging?

由 ClawKK(@codekungfu)开发并维护,当前版本 v1.0.0。

💬 留言讨论