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.

manten - Manten Testing Library for Node.js

Standalone async test library with groups, hooks, snapshots, and concurrency

Tags

Updated: 2026-05-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run test
  • group tests
  • assert value
  • test snapshot
  • register hook
  • skip test
  • set timeout
  • configure snapshot
  • set process timeout

Inputs

  • test file
  • test function
  • expected value
  • snapshot data
  • timeout value
  • retry count
  • skip reason
  • configuration options

Outputs

  • test result
  • snapshot file
  • error log
  • exit code

Requirements

  • Node.js 22.6+
  • async support

Source

  • Spec: SKILL.md
testing
async
nodejs
assertions
snapshots
run test
group tests
assert value
test snapshot
test file
test function
expected value
test result
snapshot file
error log