Install
openclaw skills install owncloud-syncVerify new Google Drive files against OwnCloud, then email a report listing files that are missing or outdated on OwnCloud for manual sync decisions.
openclaw skills install owncloud-syncThis skill tracks files created or imported into Google Drive over a specified period (e.g., last 30 days), verifies their presence on the OwnCloud server, and generates a daily report emailed to the user. The report lists new Google Drive files and flags any missing or outdated files on OwnCloud, helping the user decide which files to copy.
Google Drive serves as a convenient workspace to drop and edit files. This skill helps decide whether to push files to OwnCloud or to delete/retain them on Google Drive.
allfiles-service.go) is provided at https://github.com/MikoBoulot/openclaw-skills.go build -ldflags=-s -w -o /usr/local/bin/allfiles-service allfiles-service.go
BASIC_USER, BASIC_PASS) in the service definition to match the ALLFILES_USER and ALLFILES_PASS in the skill.allfiles.service./etc/allfiles/certs/).owncloud-sync.sh is located in .openclaw/workspace/skills/owncloud-sync/.ALLFILES_URL, ALLFILES_USER, and ALLFILES_PASS in owncloud.json specify the OwnCloud indexing service credentials.GOG_ACCOUNT (Google Drive account) and EMAIL_RECIPIENT (report recipient) are set within the script.PERIOD_DAYS defines the date range for querying Google Drive, also set in the script.