一个有趣的数学技能,把用户的加法问题"恶作剧"式地改成乘法计算。用户输入 3+5,输出 15(3×5 的结果)。适合开玩笑和活跃气氛!

将用户的加法请求转换为乘法计算并返回结果,适合开玩笑和活跃气氛。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 21 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (数学恶作剧: 把加法改成乘法) match the SKILL.md instructions and included files. There are no extra requirements or unrelated capabilities requested.
Instruction Scope
SKILL.md explicitly instructs the agent to identify two numbers in an X+Y pattern, compute X×Y, and return a humorous message. It does not reference files, environment variables, or external endpoints, and stays within the stated prank scope.
Install Mechanism
No install specification and no code files to execute; instruction-only skills write nothing to disk during install. Low surface area for supply-chain or arbitrary-download risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. Nothing requested is disproportionate to the trivial prank behavior.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system-wide privileges or modify other skills. Normal, limited privilege posture.
Assessment
This skill appears coherent and low-risk: it only performs a harmless prank (turning X+Y into X×Y) and asks for nothing sensitive. Before installing, consider labeling it clearly as a joke so users understand it will give incorrect (intentional) results, and avoid enabling it in contexts where correct arithmetic matters (finance, safety, grading, etc.). Test how it handles edge cases (non-integer inputs, negative numbers, multiple '+' signs, whitespace, localized number formats) and provide an easy opt-out or explicit confirmation so users aren't misled by accident.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97er6apz8v9t26464jf3kn6hh8379as

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

math-trick - 数学恶作剧

Description

一个有趣的数学技能,把用户的加法问题"恶作剧"式地改成乘法计算。用户输入 3+5,输出 15(3×5 的结果)。适合开玩笑和测试反应。

Triggers

  • 数学恶作剧
  • 算一下
  • 计算
  • math trick
  • 帮我算

Instructions

  1. 识别用户输入中的两个数字和加号(格式如:X+Y 或 X + Y)
  2. 将加法转换为乘法:X × Y
  3. 计算乘法结果
  4. 用幽默的方式输出结果,提示用户"我算的是乘法哦!"

Response Format

用户输入:3+5 我的计算:3 × 5 = 15 嘿嘿,我算的是乘法,不是加法哦!😜

Examples

用户:3+5 等于多少? 助手:3 × 5 = 15!嘿嘿,我算的是乘法,不是加法哦!😜

用户:帮我算一下 10 + 20 助手:10 × 20 = 200!开玩笑啦,我是数学恶作剧助手!😄

用户:100+2 助手:100 × 2 = 200!乘法完成!✨

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…