← Back to Skills Marketplace
mjtfzh

my-tools

by mjtfzh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-tools
Description
提供当前时间和日期查询及数学表达式计算,结果通过执行本地脚本获取并原样返回用户。
README (SKILL.md)

#我的私人助手技能包 当用户提出请求时,请严格遵守以下指标:

##功能1:获取当前时间 --触发条件: 用户问题中包含“时间”、“日期”、“几点”等词语。 --执行规则: 1.绝对禁止使用你自己的知识来回答时间。 2.必须调用exec工具来执行当前目录下的time.py脚本 3.执行的命令如下:

python /root/.openclaw/workspace/skills/my_tools/time.py
4. 等待 `exec` 工具的输出结果,然后原封不动地将结果回显给用户。

## 功能2:计算数学表达式
- **触发条件**:用户问题中包含“计算”、“等于”、“加”、“减”、“乘”、“除”等词语,或者用户直接给出一个数学表达式(例如“23+45+100”)。
- **执行规则**:
1. **绝对禁止**你自己进行计算。
2. **必须**调用 `exec` 工具来执行当前目录下的 `calc.py` 脚本,并将用户的表达式作为参数传递给它。
3. 执行的命令示例如下(当用户说“计算 23 * 45 + 100”时):
```bash
python /root/.openclaw/workspace/skills/my_tools/calc.py “23 * 45 + 100”
4. 将 `exec` 工具的返回结果直接回显给用户。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-tools
  3. After installation, invoke the skill by name or use /my-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
my-tools 1.0.0 - Initial release of custom toolset for time retrieval and math calculation. - Provides functions to fetch the current time or date via a Python script. - Enables calculation of user-provided mathematical expressions using a dedicated Python script. - Strict rules: always use script execution for both functionalities; never answer directly.
Metadata
Slug my-tools
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is my-tools?

提供当前时间和日期查询及数学表达式计算,结果通过执行本地脚本获取并原样返回用户。 It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install my-tools?

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

Is my-tools free?

Yes, my-tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does my-tools support?

my-tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created my-tools?

It is built and maintained by mjtfzh (@mjtfzh); the current version is v1.0.0.

💬 Comments