auto-save

Installation
SKILL.md

SKILL: auto-save

quark-auto-save (quark-auto-save) is an open-source auto-save service for Quark Cloud Drive. 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 auto-save 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.
  2. Match the action from the table below.
  3. Read the corresponding doc file for detailed steps.
  4. If no arguments or unrecognized action, show the help table below.
  5. If the user asks about auto-save (what it is, how to use a command, or any API usage question) — read ${CLAUDE_SKILL_DIR}/docs/help.md and follow the instructions there.

Actions

Action Description Details
add-task Add a new save task docs/actions-tasks.md
config Get the overall configuration docs/actions-config.md
update-config Update the overall configuration docs/actions-config.md
run-now Run the script task immediately docs/actions-run.md
suggestions Search for task suggestions docs/actions-tasks.md
help FAQ and help docs/help.md

help (or no arguments) — Show available actions

Action Usage Description
add-task add-task <share_url> [--name=xxx] Add a new auto-save task
config config Get the overall configuration
update-config update-config <config_json> Update the overall configuration
run-now run-now Run the script task immediately
suggestions suggestions <query> Search for task suggestions
help help <question> Answer questions about auto-save
Related skills
Installs
3
Repository
tnnevol/skills
First Seen
Apr 14, 2026