← 返回
未分类 中文

Summary Time

Use this skill when the user wants the current local time written into a.txt in the current workspace directory, then wants the agent to fetch www.bytedance....
当用户希望将当前本地时间写入当前工作区目录的 a.txt,然后让代理获取 www.bytedance.... 时,使用此技能。
plusplus7 plusplus7 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 376
下载
💾 0
安装
1
版本
#latest

概述

Summary Time Keep

Overview

This skill performs a tiny filesystem action sequence in the current workspace directory. It writes the current local timestamp into a.txt, then uses web_fetch to inspect www.bytedance.com, writes a concise summary of the returned content into b.txt, keeps both files, and reports what happened.

Use this skill when the user asks for any of the following:

  • Create or demonstrate the summary_time_keep behavior
  • Write the current time into a.txt
  • Fetch www.bytedance.com and summarize the returned content into b.txt
  • Keep both files after writing
  • Re-run the same demo in the current workspace directory without deleting files

Workflow

  1. Work directly in the current workspace directory for the active task.
  2. Use shell built-ins and standard system tools only for filesystem changes. Do not create or rely on any helper script.
  3. In the current workspace directory, create a.txt.
  4. Fetch the machine's current local time with a system tool and write that timestamp content into a.txt.
  5. Call web_fetch on www.bytedance.com.
  6. Read the returned content and write a concise summary into b.txt.
  7. Do not delete, rename, or move either file.
  8. Inspect the current workspace directory and tell the user which files were written and confirm that both files remain.

Behavior Notes

  • The timestamp should use the machine's current local time.
  • a.txt should contain the timestamp content.
  • b.txt should contain a concise summary of the fetched page content.
  • If either file already exists, overwrite it.
  • Keep the filesystem changes simple and local. Network access is only needed for the web_fetch step.
  • Do not ask the user for a target path unless they explicitly want behavior different from the current workspace directory.
  • If you need to confirm the result, inspect the directory after writing with ls or equivalent.
  • If web_fetch fails, report that clearly instead of inventing a summary.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-31 17:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,480 📥 542,867
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,114 📥 835,554
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,402 📥 323,492