← 返回 Skills 市场
bytesagain3

Align

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install align
功能描述
Data and text alignment reference — sequence alignment, text formatting, memory alignment, and CSS/layout alignment. Use when aligning sequences, formatting...
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install align
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /align 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug align
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Align 是什么?

Data and text alignment reference — sequence alignment, text formatting, memory alignment, and CSS/layout alignment. Use when aligning sequences, formatting... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Align?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install align」即可一键安装,无需额外配置。

Align 是免费的吗?

是的,Align 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Align 支持哪些平台?

Align 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Align?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。

💬 留言讨论