← Back to Skills Marketplace
plusplus7

Summary Time

by plusplus7 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install summary-time
Description
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....
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install summary-time
  3. After installation, invoke the skill by name or use /summary-time
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug summary-time
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 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.... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install Summary Time?

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

Is Summary Time free?

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

Which platforms does Summary Time support?

Summary Time is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Summary Time?

It is built and maintained by plusplus7 (@plusplus7); the current version is v1.0.3.

💬 Comments