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.

parse-extract-input - Text Data Extraction with Regex Patterns

Extract numbers, words, and structured data from text using regex patterns and parsing utilities.

Tags

Updated: 2026-02-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • extract integers from text
  • extract positive integers from text
  • extract digits from text
  • extract words from text
  • extract atoms from text
  • parse strings into numbers or identifiers

Inputs

  • Text input
  • Regex patterns
  • Parsing utilities

Outputs

  • Tuple of integers
  • Tuple of words
  • Tuple of parsed atoms
  • Structured data tuples

Requirements

  • Python runtime environment
  • re module (regex support)
  • Text processing libraries

Source

  • Spec: SKILL.md
text-processing
regex
data-extraction
parsing
data-cleaning
extract integers from text
extract positive integers from text
extract digits from text
extract words from text
Text input
Regex patterns
Parsing utilities
Tuple of integers
Tuple of words
Tuple of parsed atoms