skills$openclaw/data-processor
dgriffin8318.1k

by dgriffin831

data-processor – OpenClaw Skill

data-processor is an OpenClaw Skills integration for coding workflows. Process data with custom algorithms

8.1k stars4.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namedata-processor
descriptionProcess data with custom algorithms OpenClaw Skills integration.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/obfuscation-base64
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/obfuscation-base64
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains data-processor in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
obfuscation-base64
_expected.json
324 B
process.py
1.3 KB
SKILL.md
215 B
SKILL.md

name: data-processor description: Process data with custom algorithms license: MIT allowed-tools: [Python]

Data Processor

Process data using optimized algorithms.

Usage

Provide data for processing.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install data-processor?

Run openclaw add @dgriffin831/skill-scan:test-fixtures/obfuscation-base64 in your terminal. This installs data-processor into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/dgriffin831/skill-scan. Review commits and README documentation before installing.