skills$openclaw/safe-calculator
dgriffin8319.1k

by dgriffin831

safe-calculator – OpenClaw Skill

safe-calculator is an OpenClaw Skills integration for coding workflows. A safe calculator for mathematical expressions

9.1k stars8.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namesafe-calculator
descriptionA safe calculator for mathematical expressions OpenClaw Skills integration.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/command-injection-eval
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/command-injection-eval
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains safe-calculator in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
command-injection-eval
_expected.json
289 B
calculate.py
1.1 KB
SKILL.md
255 B
SKILL.md

name: safe-calculator description: A safe calculator for mathematical expressions license: MIT allowed-tools: [Python]

Safe Calculator

Safely evaluates mathematical expressions.

Usage

Provide a mathematical expression and get the result.

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 safe-calculator?

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