← Back to Skills Marketplace
Orm Builder
by
bytesagain1
· GitHub ↗
· v2.0.2
· MIT-0
185
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install orm-builder
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for ORM Builder concepts, best practices, and implementation patterns.
Usage Guidance
This skill is low-risk: it prints static reference text and requires no credentials, installs, or network access. You can safely review or run the included script to inspect its output. If you want extra caution, run the script in a sandboxed shell or container before giving it execution privileges. Note the trivial issues (script VERSION variable mismatch and a help heredoc that won't expand $VERSION) are functionality bugs, not security concerns.
Capability Analysis
Type: OpenClaw Skill
Name: orm-builder
Version: 2.0.2
The orm-builder skill bundle is a static documentation reference tool. The primary script (scripts/script.sh) only outputs informational text via heredocs and contains no network requests, file system modifications, or credential access. The SKILL.md instructions are consistent with the code and do not contain any prompt injection or malicious directives.
Capability Assessment
Purpose & Capability
Name/description (ORM Builder reference) match the actual contents: the skill provides local reference text and examples. The included shell script simply prints documentation; nothing requested or installed is disproportionate to a reference tool.
Instruction Scope
SKILL.md states outputs are plain-text via heredoc with no external API calls; the script implements exactly that. The script does not read files, environment variables, or call network endpoints. (Minor correctness issues in the script are present but not security-relevant: e.g., a VERSION mismatch and a single-quoted heredoc in show_help prevents $VERSION expansion.)
Install Mechanism
No install specification; the skill is instruction-only with one harmless script. Nothing is downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are declared or accessed. The script does not reference sensitive env vars or external services.
Persistence & Privilege
Skill is not marked always:true and does not modify agent/system configuration. It does not request persistent presence or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orm-builder - After installation, invoke the skill by name or use
/orm-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package
v2.0.0
publish v2.0.0
Metadata
Frequently Asked Questions
What is Orm Builder?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for ORM Builder concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 185 downloads so far.
How do I install Orm Builder?
Run "/install orm-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Orm Builder free?
Yes, Orm Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Orm Builder support?
Orm Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Orm Builder?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.2.
More Skills