LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

use-table-driven-rules - Table-Driven Rules for Rule-Based Systems

Store rules as data structures instead of code for easier maintenance and modification

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • store rules in tables
  • lookup rules by key
  • apply simplification rules
  • manage configuration tables

Inputs

  • rule tables
  • configuration data
  • lookup keys
  • expression patterns

Outputs

  • simplified expressions
  • rule application results
  • state transitions

Requirements

  • rule-based system
  • dictionary/table data structure support
  • pattern matching capability

Source

  • Spec: SKILL.md
rule-based
configuration
data-driven
simplification
lookup-tables
store rules in tables
lookup rules by key
apply simplification rules
manage configuration tables
rule tables
configuration data
lookup keys
simplified expressions
rule application results
state transitions