Install
openclaw skills install @plusplus7/summary-timeUse 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.
openclaw skills install @plusplus7/summary-timeThis 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:
summary_time_keep behaviora.txtwww.bytedance.com and summarize the returned content into b.txta.txt.a.txt.web_fetch on www.bytedance.com.b.txt.a.txt should contain the timestamp content.b.txt should contain a concise summary of the fetched page content.web_fetch step.ls or equivalent.web_fetch fails, report that clearly instead of inventing a summary.