← 返回 Skills 市场
278
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install stardots-backup-skill
功能描述
Automatically upload images to Stardots.io cloud storage, manage files, and obtain secure access links using API authentication.
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stardots-backup-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/stardots-backup-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Backup image to StarDots 是什么?
Automatically upload images to Stardots.io cloud storage, manage files, and obtain secure access links using API authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。
如何安装 Backup image to StarDots?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stardots-backup-skill」即可一键安装,无需额外配置。
Backup image to StarDots 是免费的吗?
是的,Backup image to StarDots 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Backup image to StarDots 支持哪些平台?
Backup image to StarDots 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Backup image to StarDots?
由 keepchen(@keepchen)开发并维护,当前版本 v1.0.1。
推荐 Skills