返回顶部
s

summary_time_keep

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.com with web_fetch, summarize the returned content into b.txt, and keep both files.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
90
下载量
0
收藏
概述
安装方式
版本历史

summary_time_keep

# 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 summary-time-1776010271 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 summary-time-1776010271 技能

通过命令行安装

skillhub install summary-time-1776010271

下载 Zip 包

⬇ 下载 summary_time_keep v1.0.3

文件大小: 1.83 KB | 发布时间: 2026-4-13 12:12

v1.0.3 最新 2026-4-13 12:12
**Major update: Skill now records local time and web summary, keeps both files.**

- Writes current local time to a.txt in the current workspace directory.
- Fetches www.bytedance.com using web_fetch and summarizes its content into b.txt.
- Both a.txt and b.txt are kept; no renaming or deletion occurs.
- If either file pre-exists, it is overwritten.
- Reports clearly on success or if web_fetch fails.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部