← 返回 Skills 市场
606
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maths
功能描述
Mathematical utility functions for factorization, digit counting, and large integer multiplication using Karatsuba algorithm. Use when solving number theory...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install maths - 安装完成后,直接呼叫该 Skill 的名称或使用
/maths触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Pywayne Maths 是什么?
Mathematical utility functions for factorization, digit counting, and large integer multiplication using Karatsuba algorithm. Use when solving number theory... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 606 次。
如何安装 Pywayne Maths?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install maths」即可一键安装,无需额外配置。
Pywayne Maths 是免费的吗?
是的,Pywayne Maths 完全免费(开源免费),可自由下载、安装和使用。
Pywayne Maths 支持哪些平台?
Pywayne Maths 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pywayne Maths?
由 wangyendt(@wangyendt)开发并维护,当前版本 v0.1.0。
推荐 Skills