← Back to Skills Marketplace
bytesagain-lab

Boilerplates

by bytesagain-lab · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
346
Downloads
0
Stars
2
Active Installs
8
Versions
Install in OpenClaw
/install boilerplates
Description
This is my personal template collection. Here you'll find templates, and configurations for various boilerplates, python, ansible, docker, docker-compose.
README (SKILL.md)

Boilerplates

This is my personal template collection. Here you'll find templates, and configurations for various tools, and technologies. ## Commands

  • help - Help
  • run - Run
  • info - Info
  • status - Status

Features

  • Core functionality from ChristianLempa/boilerplates

Usage

Run any command: boilerplates \x3Ccommand> [args]

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
boilerplates help

# Run
boilerplates run
  • Run boilerplates help for all commands

Output

Results go to stdout. Save with boilerplates run > output.txt.

Output

Results go to stdout. Save with boilerplates run > output.txt.

Usage Guidance
This skill appears coherent and low-risk: it runs local shell scripts that store data under a per-user data directory and does not request secrets or access the network. If you install or run it, review or run the scripts in a sandbox first if you want to verify behavior, and optionally set BOILERPLATES_DIR to control where files are written.
Capability Analysis
Type: OpenClaw Skill Name: boilerplates Version: 2.0.0 The skill bundle contains basic shell scripts (boilerplates.sh and script.sh) designed to manage a local data log and provide a CLI interface for boilerplate templates. The code performs simple local file operations, such as logging actions to a history file and managing a local data directory, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description promise a collection of templates and a small CLI. The included scripts implement a simple local utility (help, run, list, add, search, etc.) and reference the stated upstream; nothing requires unrelated capabilities.
Instruction Scope
SKILL.md only documents invoking the tool (help, run). The scripts operate on local files and do not instruct the agent to read unrelated system files, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec — instruction-only. The provided shell scripts are small, readable, and do not perform downloads or execute fetched code.
Credentials
The skill declares no required env vars or credentials. The scripts honor an optional BOILERPLATES_DIR and standard XDG_DATA_HOME/HOME fallbacks — reasonable for a local data store.
Persistence & Privilege
The scripts create and write files under a data directory (default: $XDG_DATA_HOME or $HOME/.local/share/boilerplates) and append to history/log files. This is expected for a local utility but means it will persist user data to disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install boilerplates
  3. After installation, invoke the skill by name or use /boilerplates
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.5
yaml-fix+quality
v1.0.4
yaml-fix+quality
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v1.0.0
Initial release
Metadata
Slug boilerplates
Version 2.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 8
Frequently Asked Questions

What is Boilerplates?

This is my personal template collection. Here you'll find templates, and configurations for various boilerplates, python, ansible, docker, docker-compose. It is an AI Agent Skill for Claude Code / OpenClaw, with 346 downloads so far.

How do I install Boilerplates?

Run "/install boilerplates" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Boilerplates free?

Yes, Boilerplates is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Boilerplates support?

Boilerplates is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Boilerplates?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.0.

💬 Comments