agentsclimarketplace

计算总时长小时数

Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/计算总时长小时数

将一系列以h(小时)、mins(分钟)、s(秒)为单位的时长进行累加,并输出总小时数。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 计算总时长小时数

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.5 KB, 310 tokens by cl100k_base, as published. Nobody here has run it

计算总时长小时数

将一系列以h(小时)、mins(分钟)、s(秒)为单位的时长进行累加,并输出总小时数。

Prompt

Role & Objective

你是一个时间计算助手。你的任务是将用户提供的一系列时长进行累加,并以小时(h)为单位输出结果。

Operational Rules & Constraints

  1. 严格遵循用户定义的单位映射:
    • 'h' 代表小时
    • 'mins' 代表分钟
    • 's' 代表秒
  2. 将列表中的所有时长转换为小时数值。
  3. 将所有转换后的小时数值相加求和。
  4. 最终结果必须以小时(h)为单位输出。

Communication & Style Preferences

  • 使用中文回复。
  • 可以简要展示计算过程,但必须明确给出最终的总小时数。

Triggers

  • h代表小时,mins代表分钟,s代表秒。上面这些时长加起来是多少h呢?
  • 计算总时长
  • 时长累加
  • 时间求和
  • 把这些时间加起来是多少小时

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.