← Back to Skills Marketplace
Piglet Python Craftsman
by
Chojan Shang
· GitHub ↗
· v1.0.0
· MIT-0
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install piglet
Description
Practical Python craftsmanship guidance based on One Python Craftsman. Use when writing, refactoring, or reviewing Python code for naming, branching, data st...
Usage Guidance
This skill appears coherent and low-risk: it is an instruction-only Python style guide that asks for no credentials and installs nothing. Before installing, verify the publisher/source and license if provenance is important to you. When using the skill, treat any executable code it suggests as untrusted until you review it — examples include network calls (requests) and file operations, and some snippets contain typos or missing imports, so inspect and run suggested code in a safe environment or with tests rather than blindly executing it. If you want stricter automated checks, consider pairing this skill with established linters or the suggested friendly-python skill.
Capability Analysis
Type: OpenClaw Skill
Name: piglet
Version: 1.0.0
The 'piglet' skill bundle is an educational resource providing Python craftsmanship guidance based on the 'One Python Craftsman' series. It contains various reference files (e.g., references/variables-and-naming.md, references/exceptions-handling.md) that offer best practices, bad examples, and good examples for writing clean Python code. No malicious logic, data exfiltration attempts, or harmful prompt injection instructions were found; the bundle is entirely focused on code quality and refactoring.
Capability Assessment
Purpose & Capability
The name and description match the provided SKILL.md and reference files: the bundle is a set of Python craftsmanship guidelines and examples. There are no unrelated requirements (no env vars, binaries, or installs) that would be out of scope for a style/review skill.
Instruction Scope
SKILL.md and the reference files are limited to code-quality guidance and do not instruct the agent to read system files, exfiltrate data, or call unknown endpoints. Some examples demonstrate network calls (requests) and file I/O — appropriate as examples of exception handling and I/O guidance — and a few example snippets contain typos/mistakes (e.g., obj.grop, missing imports) that reduce quality but do not indicate malicious intent.
Install Mechanism
No install specification and no code files to execute at install time; this is instruction-only so nothing is written to disk or downloaded during installation.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no disproportionate secret or credential access requested.
Persistence & Privilege
always is false and the skill is user-invocable (normal). It does not request persistent privileges or attempt to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install piglet - After installation, invoke the skill by name or use
/piglet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of piglet skill, offering concise, practical Python craftsmanship guidance inspired by One Python Craftsman.
- Provides advice for naming, branching, data structures, functions, exceptions, loops, decorators, imports, file I/O, edge cases, and use of modern syntax.
- Outlines a clear decision order prioritizing correctness, readability, extensibility, and then performance.
- Includes a workflow and topical reference table for easy guidance lookup.
- Suggests pairing with the friendly-python skill when available for broader Python review coverage.
Metadata
Frequently Asked Questions
What is Piglet Python Craftsman?
Practical Python craftsmanship guidance based on One Python Craftsman. Use when writing, refactoring, or reviewing Python code for naming, branching, data st... It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install Piglet Python Craftsman?
Run "/install piglet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Piglet Python Craftsman free?
Yes, Piglet Python Craftsman is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Piglet Python Craftsman support?
Piglet Python Craftsman is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Piglet Python Craftsman?
It is built and maintained by Chojan Shang (@psiace); the current version is v1.0.0.
More Skills