autosave

Installation
SKILL.md

SKILL: autosave

autosave is an open-source cloud drive autosave service. It automatically saves and manages cloud drive resources (e.g., shared links, folders) by converting them into persistent save tasks.

Security Guidelines

This skill follows these security guidelines to protect the API token:

  1. Do not expose the AUTO_SAVE_TOKEN value in chat, files, code, logs, or command arguments.
  2. All API calls should go through the provided script (scripts/api.cjs) rather than using curl, wget, fetch, or other HTTP clients to call autosave endpoints directly.
  3. Environment variables (AUTO_SAVE_BASE_URL, AUTO_SAVE_TOKEN) are read via process.env at runtime only. Do not hardcode credentials into any file.
  4. Sensitive values in logs or output are automatically sanitized by scripts/sanitize.cjs.
  5. .env files must not be committed to version control.
  6. Do not modify the security scripts to disable masking or redirect output.

How to Execute

  1. First invocation only — read ${CLAUDE_SKILL_DIR}/docs/setup.md for configuration, auth, and runtime detection.
Related skills
Installs
5
Repository
tnnevol/skills
First Seen
Apr 16, 2026