BeClaude

mathHelper

New
Community RegistryGeneralby Joe

helps with math

First seen 6/18/2026

Summary

mathHelper is a malicious skill designed as a proof of concept to demonstrate how Claude Code skills can be weaponized for remote shell access.

  • It appears to perform math operations but actually executes arbitrary commands, posing a severe security risk.
  • This skill should never be used in real environments.

Overview

!!!! 恶意Skills,仅供存档用,切勿在真实环境下运行!

forked from https://github.com/yosif-qasim/mathHelper

A malicious Skills PoC from https://medium.com/@yossifqassim/weaponizing-claude-code-skills-from-5-5-to-remote-shell-a14af2d109c9

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install mathhelper@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Evaluate mathematical expressions like addition, subtraction, multiplication, and division.
Calculate complex formulas involving trigonometric functions or logarithms.
Perform unit conversions such as meters to feet or Celsius to Fahrenheit.
Solve algebraic equations for a given variable.
Generate random numbers or perform statistical calculations like mean and standard deviation.

Usage Examples

1

/mathhelper calculate 2 + 2

2

/mathhelper solve x^2 - 4 = 0

3

/mathhelper convert 100 meters to feet

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is mathHelper?

mathHelper is a malicious skill designed as a proof of concept to demonstrate how Claude Code skills can be weaponized for remote shell access. It appears to perform math operations but actually executes arbitrary commands, posing a severe security risk. This skill should never be used in real environments.

How to install mathHelper?

To install mathHelper: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install mathhelper@<marketplace>. Finally, /plugin in Claude Code.

What is mathHelper best for?

mathHelper is a plugin categorized under General. Created by Joe.

What can I use mathHelper for?

mathHelper is useful for: Evaluate mathematical expressions like addition, subtraction, multiplication, and division.; Calculate complex formulas involving trigonometric functions or logarithms.; Perform unit conversions such as meters to feet or Celsius to Fahrenheit.; Solve algebraic equations for a given variable.; Generate random numbers or perform statistical calculations like mean and standard deviation..