ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

chain

Chain of Responsibility reference — design pattern, middleware pipelines, command chains, blockchain basics. Use when building request processing pipelines or implementing handler chains.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/chain
Or

Chain — Chain Pattern & Pipeline Reference

Quick-reference skill for chain-based design patterns, middleware pipelines, and sequential processing architectures.

When to Use

  • Implementing Chain of Responsibility design pattern
  • Building middleware pipelines (Express, Koa, Django)
  • Designing multi-step data processing workflows
  • Understanding promise chains and async pipelines
  • Building event processing or filter chains

Commands

intro

scripts/script.sh intro

Overview of chain patterns — concept, variants, and applications.

responsibility

scripts/script.sh responsibility

Chain of Responsibility design pattern — GoF pattern with examples.

middleware

scripts/script.sh middleware

Middleware chains — Express, Koa, Django, and custom implementations.

promise

scripts/script.sh promise

Promise chains and async pipelines — chaining, error handling, patterns.

pipeline

scripts/script.sh pipeline

Unix pipeline philosophy and data transformation chains.

filter

scripts/script.sh filter

Filter chains — servlet filters, interceptors, decorators.

blockchain

scripts/script.sh blockchain

Blockchain fundamentals — hash chains, blocks, consensus basics.

examples

scripts/script.sh examples

Implementation examples across languages and frameworks.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

VariableDescription
CHAIN_DIRData directory (default: ~/.chain/)

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

Metadata

Stars3500
Views0
Updated2026-03-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-chain": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#chain#design-pattern#pipeline#middleware#handler#workflow
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.