ppe
Personal protective equipment tracker. Use when json ppe tasks, csv ppe tasks, checking ppe status.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/ppeWhat This Skill Does
The PPE (Personal Protective Equipment) skill is a specialized OpenClaw agent capability designed for managing and tracking safety equipment inventory and compliance logs. It provides a robust command-line interface to interact with structured data, allowing users to efficiently catalog, monitor, and report on the status of protective gear. Whether you are managing industrial safety standards or simply keeping track of equipment assignments, this skill bridges the gap between raw data storage and actionable insights. By utilizing JSON or CSV data formats, it ensures that your safety records are portable, parseable, and ready for integration with other enterprise tools. It serves as a centralized hub for all PPE-related logistics, reducing manual oversight and ensuring that safety audits are based on accurate, real-time data.
Installation
To integrate the PPE skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bytesagain3/ppe
After installation, ensure the PPE_DIR environment variable is configured if you wish to store your data in a custom location, though the default path of ~/.ppe/ is sufficient for most users.
Use Cases
- Safety Compliance Auditing: Quickly generate reports on equipment status to ensure team members are properly equipped before starting shifts.
- Inventory Management: Maintain an accurate count of available protective items and track when items need replacement or cleaning.
- Automated Logging: Pipe output directly to CSV or JSON formats for seamless integration with external dashboard tools or regulatory compliance software.
- Personnel Tracking: Assign specific PPE items to individuals and track their return or maintenance schedules via simple command-line flags.
Example Prompts
- "OpenClaw, please list all PPE items currently assigned to the warehouse team and flag any that are expired."
- "Add a new record for a high-visibility vest assigned to John Doe and save it to the current PPE inventory."
- "Export the entire PPE status report to a JSON file so I can review it in our internal compliance system."
Tips & Limitations
To maximize the utility of the PPE skill, always ensure that your data directory is backed up regularly, as the skill performs file-write operations directly to the local filesystem. While it supports CSV and JSON formats, avoid modifying the underlying files manually while the agent is running to prevent data corruption. Remember to use the stats command frequently to get a high-level view of your inventory health, which is particularly useful before major safety inspections. Currently, the skill is localized to the agent's environment, so ensure you have persistent storage if running in a containerized setup.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-ppe": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, code-execution
Related Skills
Claude Code CLI for OpenClaw
Install, authenticate, and use Claude Code CLI as a native coding tool for any OpenClaw agent system.
obsidian-cli
Skill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, bases, templates, themes, plugins, sync, publish, workspaces, and developer tools.
aethercore
AetherCore v3.3.4 - Security-focused final release. High-performance JSON optimization with universal smart indexing for all file types. All security review issues fixed, ready for production.
run-command-safety-check
在执行 shell 方案前检查危险模式,如 pipe-to-shell、覆盖式删除、危险重定向或混淆执行。;use for shell, security, command-review workflows;do not use for 提供攻击性命令, 帮用户绕过限制.
scar-safety
Agent safety that learns from incidents. Reflex arc blocks repeat threats without LLM calls.