← Back to Skills Marketplace
wangyendt

Pywayne Maths

by wangyendt · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
606
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install maths
Description
Mathematical utility functions for factorization, digit counting, and large integer multiplication using Karatsuba algorithm. Use when solving number theory...
Usage Guidance
This skill documents a Python library but ships no code and gives no install instructions. Before installing or enabling it, ask the publisher for the source code or a clear, trusted install method (e.g., a GitHub repo or an official PyPI package name and version). Do not allow an agent to auto-install an unknown PyPI package without vetting — that is a supply-chain risk. If you need these functions now, prefer a skill that includes its implementation or points to a verifiable upstream source. If you proceed, verify the package source, check the code for malicious behavior, and avoid providing any credentials.
Capability Analysis
Type: OpenClaw Skill Name: maths Version: 0.1.0 The skill bundle describes mathematical utility functions for factorization, digit counting, and large integer multiplication. The `SKILL.md` file provides clear documentation and examples for these functions, which are purely computational and operate on integer inputs. There is no evidence of prompt injection attempts against the AI agent, nor any mention or implication of file system access, network communication, environment variable access, or system command execution. All described operations are benign and align with the stated purpose of a 'maths' skill.
Capability Assessment
Purpose & Capability
The skill claims to expose Python functions (pywayne.maths.get_all_factors, digitCount, karatsuba_multiplication) but the bundle contains no code files and no install spec. For the skill to work, the runtime must already have a package named pywayne (or similar) installed — not stated. That mismatch (documented API vs no shipped implementation or install guidance) is incoherent.
Instruction Scope
SKILL.md only shows import statements and usage examples; it does not instruct the agent to read system files, environment variables, or external endpoints. However, it implicitly assumes the module exists in the environment; the lack of instruction about how to obtain it is an important omission.
Install Mechanism
No install spec is provided (instruction-only). This is low immediate disk/write risk, but because the skill requires a Python module that isn't included, an agent or user might attempt to pip-install a package from PyPI or another source — introducing supply-chain risk if that occurs without vetting.
Credentials
No environment variables, credentials, or config paths are requested. The declared environment/credential footprint is minimal and appropriate for a pure mathematical utility.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and contains no installation scripts. It has no elevated persistence or privileges as published.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install maths
  3. After installation, invoke the skill by name or use /maths
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release with number theory and digit analysis functions. - Added get_all_factors for listing all factors of a positive integer. - Added digitCount for counting occurrences of a specific digit from 1 to n. - Added karatsuba_multiplication for efficient large integer multiplication. - Included example usages and common applications in SKILL.md documentation.
Metadata
Slug maths
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pywayne Maths?

Mathematical utility functions for factorization, digit counting, and large integer multiplication using Karatsuba algorithm. Use when solving number theory... It is an AI Agent Skill for Claude Code / OpenClaw, with 606 downloads so far.

How do I install Pywayne Maths?

Run "/install maths" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pywayne Maths free?

Yes, Pywayne Maths is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Pywayne Maths support?

Pywayne Maths is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pywayne Maths?

It is built and maintained by wangyendt (@wangyendt); the current version is v0.1.0.

💬 Comments