← 返回 Skills 市场
141
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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....
安全使用建议
This skill is internally consistent and low-risk: it will overwrite or create a.txt and b.txt in the current workspace and perform a single web fetch to www.bytedance.com. Before installing, confirm you are comfortable with (1) the agent having permission to write in the current workspace (it will overwrite those filenames), and (2) the agent fetching external web content (the fetched page may contain arbitrary data that the agent will summarize). The skill requests no credentials and has no install steps. If you do not want network access or file writes, do not enable the skill or restrict the workspace used.
功能分析
Type: OpenClaw Skill
Name: summary-time
Version: 1.0.3
The skill bundle describes a simple automation task that writes a local timestamp to a file and summarizes the content of a specific public website (www.bytedance.com) into another file. The instructions in SKILL.md and agents/openai.yaml are transparent, limited to the current workspace directory, and do not exhibit signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description match the SKILL.md steps. No environment variables, binaries, or installs are requested that would be unrelated to writing files and performing a single web fetch.
Instruction Scope
Instructions are narrowly scoped: get local time via a system tool, write a.txt, call web_fetch on the single specified host, summarize to b.txt, and leave both files. The skill does not instruct reading other files, reading environment variables, or sending data to third-party endpoints beyond the specified web_fetch host.
Install Mechanism
No install spec and no code files; this is instruction-only so nothing is added to disk at install time beyond the runtime writes in the current workspace.
Credentials
No credentials or environment variables are required. The requested actions (local time and a web fetch) do not need secrets or elevated access.
Persistence & Privilege
always:false and the skill does not request persistent system-wide privileges or modify other skills. It will write/overwrite a.txt and b.txt in the current workspace when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install summary-time - 安装完成后,直接呼叫该 Skill 的名称或使用
/summary-time触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
**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.
v1.0.2
- Skill renamed from summary_time_keep to summary_time.
- Major behavior change: now, if both a.txt and b.txt exist, they are renamed to c.txt and d.txt, and one of them is then randomly deleted.
- After renaming (if applicable), new a.txt and b.txt are created, each containing the current local time.
- Adds reporting of which files were renamed, written, deleted, and which remain.
- The workflow now includes random deletion of either c.txt or d.txt after the rename.
v1.0.1
- The skill no longer deletes either file after writing; both a.txt and b.txt are kept in the directory.
- Description and instructions updated to reflect writing the current local time into both files without removing any files.
- All references to random deletion or reporting on a deleted file have been removed.
- The workflow and behavior notes emphasize that both files remain after the operation.
v1.0.0
- Initial release of summary_time skill.
- Writes the current local timestamp to both a.txt and b.txt in the workspace directory.
- Randomly deletes one of the two timestamp files.
- Reports which file was deleted and which remains.
元数据
常见问题
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.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 Summary Time?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install summary-time」即可一键安装,无需额外配置。
Summary Time 是免费的吗?
是的,Summary Time 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Summary Time 支持哪些平台?
Summary Time 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Summary Time?
由 plusplus7(@plusplus7)开发并维护,当前版本 v1.0.3。
推荐 Skills