← Back to Skills Marketplace
keepchen

Backup image to StarDots

by keepchen · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
278
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install stardots-backup-skill
Description
Automatically upload images to Stardots.io cloud storage, manage files, and obtain secure access links using API authentication.
Usage Guidance
This skill appears to do exactly what it says: read image files you point it at and upload them to Stardots.io using the configured API key/secret and space. Before installing, verify you trust stardots.io and the skill author (skill author/email are shown in skill.yaml). Be cautious about file paths you pass — the skill will attempt to read and upload any path matching an image extension, so avoid uploading sensitive files (or files renamed with image extensions). Use limited-scope API credentials if Stardots supports them, and confirm credential storage/policies in OpenClaw. If you need stronger assurance, review the included source or run in a sandboxed environment first.
Capability Analysis
Type: OpenClaw Skill Name: stardots-backup-skill Version: 1.0.1 The StarDots Backup skill is a legitimate utility designed to upload image files to the stardots.io cloud platform. The code (index.ts and stardots-client.ts) implements a standard authenticated API client using HMAC-style request signing (MD5 hash of timestamp, secret, and nonce) and correctly restricts file access to common image extensions via regex. The requested permissions (filesystem:read and network:api.stardots.io) are strictly aligned with the stated functionality, and no evidence of data exfiltration, obfuscation, or malicious intent was found.
Capability Assessment
Purpose & Capability
Name, description, skill.yaml permissions, config.schema.json, and source code consistently implement an image backup client for https://api.stardots.io. Requested config items (apiKey, apiSecret, space) are appropriate for the described API integration.
Instruction Scope
The SKILL.md and code instruct the agent to read local files and upload them to Stardots. This is in-scope for a backup/upload skill, but the skill will read any file path the user supplies that matches the image-extension regex — a file with an image extension (even if it contains secrets) could be uploaded if the user or a prompt instructs it. The skill does not access other system files, env vars, or external endpoints beyond stardots.io.
Install Mechanism
No install spec that downloads arbitrary artifacts; packaged JS source and package.json are included in the skill bundle. There are no external download URLs or extract steps in the manifest. Dependencies are standard (axios, form-data).
Credentials
Requested configuration is limited to Stardots credentials (apiKey, apiSecret) and a space name, which are proportional to the stated functionality. The skill requires filesystem read permission and network access to api.stardots.io, both declared in skill.yaml.
Persistence & Privilege
The skill is not marked always:true and uses the platform's normal autonomous invocation settings. It does not attempt to modify other skills or system-wide settings. It stores credentials via the skill config (declared secure in the manifest).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stardots-backup-skill
  3. After installation, invoke the skill by name or use /stardots-backup-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 更新配置说明:space 参数现为必填项,不再是可选项 - 其余内容保持不变
v1.0.0
StarDots Backup skill initial release. - Upload images to Stardots.io cloud storage with a single command. - List and manage uploaded files across multiple spaces. - Secure API-based authentication and encrypted credential storage. - Supports multiple image formats and cross-platform use. - Easy configuration via API key and secret. - User-friendly commands for uploading, listing files, and troubleshooting.
Metadata
Slug stardots-backup-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Backup image to StarDots?

Automatically upload images to Stardots.io cloud storage, manage files, and obtain secure access links using API authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.

How do I install Backup image to StarDots?

Run "/install stardots-backup-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Backup image to StarDots free?

Yes, Backup image to StarDots is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Backup image to StarDots support?

Backup image to StarDots is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Backup image to StarDots?

It is built and maintained by keepchen (@keepchen); the current version is v1.0.1.

💬 Comments