skills$openclaw/simple-math
dgriffin8318.3k

by dgriffin831

simple-math – OpenClaw Skill

simple-math is an OpenClaw Skills integration for coding workflows. Perform basic arithmetic operations safely using standard operators without eval or exec

8.3k stars8.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namesimple-math
descriptionPerform basic arithmetic operations safely using standard operators without eval or exec OpenClaw Skills integration.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/safe-simple-math
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/safe-simple-math
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains simple-math in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
safe-simple-math
_expected.json
253 B
math_ops.py
1.3 KB
SKILL.md
523 B
SKILL.md

name: simple-math description: Perform basic arithmetic operations safely using standard operators without eval or exec license: MIT allowed-tools:

  • Python

Simple Math Skill

Performs basic arithmetic operations safely.

Features

  • Addition, subtraction, multiplication, division
  • No eval() or exec()
  • Input validation
  • Safe implementation

Usage

When user requests calculations, use standard Python operators.

Example

User: "What's 25 + 17?" Agent: uses simple-math skill The result is 42.

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 simple-math?

Run openclaw add @dgriffin831/skill-scan:test-fixtures/safe-simple-math in your terminal. This installs simple-math 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.