← Back to Skills Marketplace
On This Day Art
by
Tony Simons
· GitHub ↗
· v1.0.0
· MIT-0
251
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install on-this-day-art
Description
Daily AI image generation from Wikipedia On This Day events using local ComfyUI. Use when user wants daily historical images, on this day art, or local AI im...
Usage Guidance
This skill appears to do what it says (local ComfyUI image generation from Wikipedia events), but review and adjust a few things before installing: 1) Check the full on-this-day.sh for any automated Discord posting—find where it would read a bot token or channel ID and ensure no secret is hard-coded or sent to third parties. 2) Replace or parameterize hard-coded defaults (COMFY_HOST=192.168.4.95, COMFY_DIR, /home/tony paths, default Discord channel ID) so they match your machine and don't accidentally point to someone else's host/channel. 3) Run the scripts manually in a test run (./scripts/on-this-day/on-this-day.sh test and generate commands) to observe behavior before scheduling the cron job. 4) Ensure your Windows firewall and ComfyUI are configured to keep the ComfyUI API local and authenticated if you ever expose it. If you want a higher assurance, paste the remainder of on-this-day.sh (the truncated portion) so I can confirm there is no hidden network upload or credential exfiltration logic.
Capability Analysis
Type: OpenClaw Skill
Name: on-this-day-art
Version: 1.0.0
The skill bundle provides a legitimate pipeline for generating historical images using a local ComfyUI instance on Windows via a WSL bridge. It uses standard Wikipedia APIs and local shell scripts (comfy-bridge.sh, on-this-day.sh) to automate the workflow. While the bridge script utilizes high-privilege commands (executing Windows cmd.exe from WSL) to launch the AI backend, this behavior is transparently documented and aligned with the skill's architectural requirements. No evidence of data exfiltration, credential theft, or malicious intent was found.
Capability Assessment
Purpose & Capability
The name/description (daily images from Wikipedia 'On This Day' using local ComfyUI) aligns with the included scripts and docs: scripts call ComfyUI's local HTTP API, fetch Wikipedia events, construct prompts, queue jobs, and write images to local output paths. Nothing requested (no env vars, no external cloud API keys) is disproportionate to that purpose.
Instruction Scope
Runtime instructions and scripts operate locally (Wikipedia REST API + local ComfyUI HTTP endpoint). The README and SKILL.md describe automatic posting to Discord, but the provided scripts shown do not declare or clearly read a Discord bot token or other credentials; the docs say 'use Discord API or message tool' which suggests posting may be left to user configuration. Verify the remainder of on-this-day.sh (truncated in provided contents) to confirm whether any automated Discord posting or other outbound endpoints are implemented and where credentials are read from.
Install Mechanism
No install spec; this is instruction + shell scripts only. Nothing is downloaded or executed from remote URLs by the skill itself—users are instructed to install StabilityMatrix/ComfyUI separately. That lowers installation risk.
Credentials
The skill declares no required environment variables, but the scripts include hard-coded defaults (COMFY_HOST=192.168.4.95, COMFY_DIR and Windows C: paths, and user-specific paths like /home/tony). The README also lists a default Discord channel ID and instructs creating a bot/token but doesn't declare any required env var for the token. Before use, you should confirm where any Discord token or other credentials must be stored and ensure they aren't read from unexpected locations.
Persistence & Privilege
The skill does not request always:true and contains no install-time persistence. It writes logs/memory to ~/.openclaw/workspace and outputs to configured Windows output directories—normal for a workflow. It doesn't attempt to modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install on-this-day-art - After installation, invoke the skill by name or use
/on-this-day-art - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Daily AI image generation from Wikipedia On This Day events using local ComfyUI and SDXL
Metadata
Frequently Asked Questions
What is On This Day Art?
Daily AI image generation from Wikipedia On This Day events using local ComfyUI. Use when user wants daily historical images, on this day art, or local AI im... It is an AI Agent Skill for Claude Code / OpenClaw, with 251 downloads so far.
How do I install On This Day Art?
Run "/install on-this-day-art" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is On This Day Art free?
Yes, On This Day Art is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does On This Day Art support?
On This Day Art is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created On This Day Art?
It is built and maintained by Tony Simons (@asimons81); the current version is v1.0.0.
More Skills