← Back to Skills Marketplace
bytesagain3

Profile

by bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
194
Downloads
0
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install profile
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Profile concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a harmless, self-contained CLI that prints documentation. Before installing, you may want to: (1) review the included scripts/script.sh (already done here) and confirm you are comfortable with it, (2) run the script in a sandbox or with a non-privileged account if you plan to execute it, and (3) note the small metadata/version mismatch (2.0.1 vs 2.0.0) which is benign but indicates a minor packaging inconsistency. There are no credential requests or network calls in the code.
Capability Analysis
Type: OpenClaw Skill Name: profile Version: 2.0.1 The 'profile' skill is a static reference tool providing documentation for development concepts and best practices. The implementation in scripts/script.sh consists entirely of bash heredocs that output plain text to the console, with no network access, sensitive file system interaction, or credential handling.
Capability Assessment
Purpose & Capability
The name/description match the provided files: a doc-style CLI that prints reference text. Minor inconsistencies: SKILL.md/version metadata is 2.0.1 while scripts/script.sh sets VERSION="2.0.0" and the help heredoc is quoted so the $VERSION variable is not expanded. The presence of a script file is consistent with a CLI-style reference, but SKILL.md wording calls this 'instruction-only' (no install spec) — there's no install step, so the script being included is reasonable but worth noting.
Instruction Scope
SKILL.md explicitly states commands output static heredocs with no external calls; scripts/script.sh implements only local text output for the documented commands and does not read files, environment variables, or perform networking. The runtime instructions stay within the declared purpose.
Install Mechanism
There is no install spec and no downloads or package installs. The code is distributed as a small script file; nothing is written to disk by an installer, which is consistent with a low-risk instruction/utility skill.
Credentials
No environment variables, credentials, or config paths are required or referenced. The script does not access secrets or external services — the requested permissions are proportionate to the claimed functionality.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It does not modify other skills or agent settings; autonomous invocation is allowed (platform default) but not combined with any broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install profile
  3. After installation, invoke the skill by name or use /profile
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Slug profile
Version 2.0.1
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 3
Frequently Asked Questions

What is Profile?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Profile concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 194 downloads so far.

How do I install Profile?

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

Is Profile free?

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

Which platforms does Profile support?

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

Who created Profile?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.1.

💬 Comments