← Back to Skills Marketplace
280
Downloads
3
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install quark-auto-save
Description
Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API.
Usage Guidance
This skill appears to be a legitimate client for a Quark Auto-Save API, but the SKILL.md asks the agent to fetch full configuration (GET /data) and write 'Actual configuration values' — including API tokens returned by the server — into a TOOLS.md file. Before installing, consider: 1) Verify the upstream repository (https://github.com/Cp0204/quark-auto-save) and confirm what /data returns and whether it includes sensitive tokens. 2) Ask where TOOLS.md will be created (path) and avoid allowing the skill to write secrets there; if you must persist habits, store only non-sensitive metadata and redact tokens. 3) Limit QAS_TOKEN scope or use an ephemeral/revocable token. 4) Review the included scripts/qas_client.py (it uses token in URL) and run it in an isolated environment/container if possible. 5) Be cautious about using the delete or run endpoints — they can remove or execute tasks; require user confirmation. If you cannot confirm safe handling of TOOLS.md and token persistence, treat this skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: quark-auto-save
Version: 0.8.6
The quark-auto-save skill is a legitimate integration for managing Quark cloud drive automation tasks. The provided Python script (scripts/qas_client.py) is a standard API wrapper using urllib, and the instructions in SKILL.md guide the AI agent on how to automate task creation and habit analysis. While the underlying service's API requires passing the authentication token in the URL query string (a minor security anti-pattern), the skill itself demonstrates no malicious intent, such as data exfiltration to third parties or unauthorized command execution. All behaviors, including the instruction for the agent to record user directory patterns in TOOLS.md, are aligned with the stated purpose of automating media file organization.
Capability Assessment
Purpose & Capability
Name/description, required env vars (QAS_BASE_URL, QAS_TOKEN) and required binaries (curl or python3) are coherent with a remote QAS task-management client. The included Python wrapper performs the expected API calls for listing, adding, running, and deleting tasks.
Instruction Scope
SKILL.md explicitly instructs the agent to call GET /data and 'record Actual configuration values' into TOOLS.md as part of initial analysis. /data can contain API token and other configuration; instructing automatic collection and storage of those values expands scope beyond merely managing tasks and can lead to unintended persistence of secrets. The doc also directs writing to TOOLS.md but does not declare where that file lives or why full config must be stored.
Install Mechanism
No install spec — instruction-only with an included Python script; nothing is downloaded from external URLs during install. This is the lower-risk model for skills.
Credentials
Only QAS_BASE_URL and QAS_TOKEN are required which fits the service. However the instructions to extract and persist configuration (including API token) into TOOLS.md is disproportionate: it elevates local secret storage and retention without justification or safeguards. The skill does not declare TOOLS.md as a required config path nor describe protection of stored secrets.
Persistence & Privilege
The skill asks for persistent recording of user habits and 'Actual configuration values' into a TOOLS.md file (persistence to disk). That creates a lasting artifact containing potentially sensitive data (api_token, crontab, tasklist) even though the skill metadata does not declare such persistent config paths. always:false mitigates forced global inclusion, but the write/persist instruction itself is concerning.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quark-auto-save - After installation, invoke the skill by name or use
/quark-auto-save - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.8.6
- Added SKILL metadata section, including emoji, homepage, environment variable requirements, and binary requirements.
- Now formally documents required environment variables (`QAS_BASE_URL`, `QAS_TOKEN`) and lists Python3 or curl as dependencies.
- Primary environment variable for authentication is explicitly set as `QAS_TOKEN`.
- Minor documentation cleanup and clarification to improve usability and integration.
v0.8.5
quark-auto-save 0.8.4
- Improved the workflow for replacing invalid tasks: now specifies that the shareurl_ban key should be removed after updating the shareurl.
- No code changes detected; documentation updates only.
v0.8.4
No changes detected in this version.
- Version 0.8.4 was released with no file changes or user-facing updates.
- Behavior and documentation remain unchanged from the previous version.
v0.8.7
quark-auto-save v0.8.7
- Initial release of the quark-auto-save skill for managing 夸克自动转存 (QAS) tasks via API.
- Supports adding, analyzing, and organizing Quark cloud drive tasks based on user habits.
- Includes Python client wrapper for API operations.
- Provides clear configuration steps and best practices for token handling.
- Offers detailed workflow guidance for searching, adding, updating, and validating tasks.
Metadata
Frequently Asked Questions
What is Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API.?
Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API. It is an AI Agent Skill for Claude Code / OpenClaw, with 280 downloads so far.
How do I install Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API.?
Run "/install quark-auto-save" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API. free?
Yes, Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API. is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API. support?
Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Manage quark-auto-save(QAS, 夸克自动转存, 夸克转存, 夸克订阅) tasks via API.?
It is built and maintained by Cp0204 (@cp0204); the current version is v0.8.6.
More Skills