← Back to Skills Marketplace
bytesagain3

Align

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install align
Description
Data and text alignment reference — sequence alignment, text formatting, memory alignment, and CSS/layout alignment. Use when aligning sequences, formatting...
README (SKILL.md)

Align — Alignment Reference

Quick-reference skill for alignment concepts across domains: text formatting, memory, CSS layout, and sequence alignment.

When to Use

  • Formatting text into aligned columns for terminal output
  • Understanding memory alignment and struct padding
  • Using CSS alignment properties (flexbox, grid, text)
  • Sequence alignment algorithms (bioinformatics)
  • Aligning data for SIMD operations

Commands

intro

scripts/script.sh intro

Overview of alignment concepts across domains.

text

scripts/script.sh text

Text alignment — printf formatting, column alignment, padding, and tabulation.

css

scripts/script.sh css

CSS alignment — flexbox, grid, text-align, vertical centering techniques.

memory

scripts/script.sh memory

Memory alignment — struct padding, cache lines, SIMD requirements, and alignment attributes.

sequence

scripts/script.sh sequence

Sequence alignment — Needleman-Wunsch, Smith-Waterman, BLAST overview.

columns

scripts/script.sh columns

Column formatting — CLI table output, fixed-width, and dynamic column sizing.

typographic

scripts/script.sh typographic

Typographic alignment — left, right, center, justified, and baseline alignment.

tools

scripts/script.sh tools

Alignment tools — column, printf, fmt, CSS debuggers, and struct analyzers.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
ALIGN_DIR Data directory (default: ~/.align/)

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears coherent and low-risk: it runs a local shell script that prints alignment reference material and requests no secrets or network access. If you want extra assurance, open scripts/script.sh yourself (it is included) to verify it only outputs documentation and does not execute external commands, and run it in a sandboxed environment if you have any remaining concerns. Also note ALIGN_DIR is mentioned as a configurable path but the script doesn't use it — harmless but slightly inconsistent.
Capability Analysis
Type: OpenClaw Skill Name: align Version: 1.0.0 The 'align' skill is a static reference tool providing information on various alignment concepts (CSS, memory, text, etc.). The core logic in 'scripts/script.sh' consists entirely of heredocs that output educational text to the terminal, with no network activity, file system modifications, or sensitive data access.
Capability Assessment
Purpose & Capability
Name/description match the included files and commands: the SKILL.md and scripts/script.sh provide reference material for text/CSS/memory/sequence alignment. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Instructions tell the agent to run the bundled scripts/script.sh commands (intro, text, css, memory, sequence, etc.), which is scoped to the documented purpose. The SKILL.md documents an optional ALIGN_DIR configuration variable but the included script does not appear to read or write that path — minor mismatch but not harmful.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). No downloads, external package installs, or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The content does not attempt to access secrets or other environment variables.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated/persistent privileges or modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install align
  3. After installation, invoke the skill by name or use /align
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug align
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Align?

Data and text alignment reference — sequence alignment, text formatting, memory alignment, and CSS/layout alignment. Use when aligning sequences, formatting... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Align?

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

Is Align free?

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

Which platforms does Align support?

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

Who created Align?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.

💬 Comments