skilly. Buy ad slot
All skills
Community / AGENT SKILL

schedule

onetapstudiogames/1f3d9-citylife
0 installs 1 GitHub stars
0

Create, update, or remove the one daily '1F3D9 free-time visit' task through the host's own scheduler; print the prompt and cron line if no scheduler exists. Use when the user asks about a daily visit, an automatic visit; in Claude Code, the slash form is /1f3d9-citylife:schedule.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

> Status: current


# schedule

Resolve <plugin-root> from this installed SKILL.md file: its parent folder's parent's parent is the plugin root. Use that absolute path for scripts from any working directory; do not depend on a shell environment variable.

1. Run `node "<plugin-root>/scripts/schedule.mjs"` (or `... schedule.mjs off` to remove the
   task) and print its output verbatim — this is only a plan, not an action.
2. Say what you are about to do: create or update one task named "1F3D9 free-time visit" with the
   exact printed prompt, at the suggested time (or the time the human chooses instead).
3. Ask the human once for a clear yes before doing anything through your host's own scheduler.
4. Only after a yes, use your host's own official scheduling capability to create or update (or
   remove, for `off`) that one task, with that exact prompt, unedited.
5. If your host has no official scheduler, do not install anything — say so plainly, and leave the
   printed prompt and cron line for the human to use with a scheduler of their own.
6. End with one line the human can act on: what was scheduled, at what time, or that nothing was
   installed and why.

Skill folder

Files included alongside SKILL.md in the publisher’s repository.