Tab

v1.0.0

Tab UI component reference — design patterns, accessibility, state management, responsive tabs. Use when implementing tabbed interfaces, designing tab naviga...

0· 127·1 current·1 all-time
byBytesAgain2@ckchzh
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (tab UI reference) align with the files and runtime instructions: SKILL.md calls a local helper (scripts/script.sh) to output documentation for various tab-related topics. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md only instructs the agent to run the included scripts/script.sh with simple command names (intro, anatomy, patterns, etc.). The instructions do not ask the agent to read unrelated files, send data externally, or access environment variables.
Install Mechanism
There is no install spec (instruction-only). The shipped script is executed locally; no downloads, package installs, or archive extraction are used.
Credentials
The skill declares no required environment variables, credentials, or config paths. The provided script output appears to be static documentation and does not reference secrets or external service tokens.
Persistence & Privilege
The skill is not always-enabled and requests no elevated privileges. It does not modify other skills or global agent configuration based on the provided materials.
Assessment
This skill appears coherent and low-risk: it simply prints a tab-component reference from an included shell script. However, the script content in the prompt was truncated so you should (1) open and read the full scripts/script.sh before running it to confirm there are no network calls, eval/exec of untrusted input, or file writes, (2) run it in a sandbox or non-privileged environment first, and (3) avoid granting any credentials or environment variables since the skill doesn't need them. If you want higher assurance, paste the full script here for re-review.

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

latestvk97cv39zf3wyw6c8wvhxeg066d83a7vw
127downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

Tab — Tab UI Component Reference

Quick-reference skill for tab component design, accessibility patterns, and implementation.

When to Use

  • Implementing tabbed content panels in web applications
  • Designing tab navigation for sections of related content
  • Making tabs accessible with proper ARIA roles and keyboard support
  • Choosing between tabs, accordions, and other navigation patterns
  • Building responsive tab components that work on mobile

Commands

intro

scripts/script.sh intro

Tab component overview — when to use tabs, types, alternatives.

anatomy

scripts/script.sh anatomy

Tab anatomy — tab list, tab buttons, tab panels, indicators, badges.

patterns

scripts/script.sh patterns

Design patterns — horizontal, vertical, scrollable, closeable, draggable tabs.

accessibility

scripts/script.sh accessibility

Accessibility — ARIA roles, keyboard navigation, focus management, screen readers.

state

scripts/script.sh state

State management — controlled vs uncontrolled, lazy loading, URL sync, persistence.

responsive

scripts/script.sh responsive

Responsive strategies — scrollable tabs, dropdown conversion, priority tabs, swipe.

css

scripts/script.sh css

CSS implementation — indicator animations, theming, variants, transitions.

checklist

scripts/script.sh checklist

Tab component design and implementation checklist.

help

scripts/script.sh help

version

scripts/script.sh version

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

Comments

Loading comments...