Align

v1.0.0

Data and text alignment reference — sequence alignment, text formatting, memory alignment, and CSS/layout alignment. Use when aligning sequences, formatting...

0· 149·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain3/align.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Align" (bytesagain3/align) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/align
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install align

ClawHub CLI

Package manager switcher

npx clawhub@latest install align
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9776q8181sah6cat9ew5ecxqh83bfgr
149downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

VariableDescription
ALIGN_DIRData directory (default: ~/.align/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...