← Back to Skills Marketplace
Sigmaflow Deploy
by
Vitali Sakalouski
· GitHub ↗
· v1.0.0
· MIT-0
253
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sigmaflow-deploy
Description
Deploy the SigmaFlow SvelteKit trading frontend to the Git repository. Use when building and deploying changes to the SigmaFlow application, including after...
Usage Guidance
This skill appears to perform a legitimate deployment, but it embeds a plaintext Git token (and Git URL) directly in scripts rather than using declared environment variables or secret management. Before installing or running: (1) do not use the embedded token—replace it with a properly scoped token stored in an env var or secret store and update the script/metadata to declare that env var; (2) verify the token's scope and rotate it if you suspect it was leaked; (3) review the repository being cloned and its package.json for untrusted dependencies (npm install runs arbitrary build-time code); (4) avoid running this script on sensitive hosts or under high-privilege accounts; (5) consider running it in an isolated CI runner or container and audit network access to git.homelab. The mismatch between declared requirements (none) and a hardcoded credential is the primary reason to treat this skill with caution.
Capability Analysis
Type: OpenClaw Skill
Name: sigmaflow-deploy
Version: 1.0.0
The skill bundle contains a hardcoded GitLab authentication token (c865b793f09a3b79b65ebdfbd75c5b17395188d2) in both SKILL.md and scripts/deploy.sh. While the documentation explicitly acknowledges this security risk and the script targets a local 'homelab' environment, embedding plaintext credentials and passing them via URLs are high-risk practices that facilitate credential exposure. No clear evidence of intentional malice or exfiltration of the user's local secrets was found.
Capability Assessment
Purpose & Capability
The name, description, SKILL.md, and scripts/deploy.sh are consistent: they clone, build, commit, and push a SvelteKit frontend to a GitLab instance. However, the script contains an embedded repository URL and a long token; the skill metadata declares no required environment variables or credentials — storing credentials in the script instead of declaring them is a mismatch and unnecessary for the stated purpose.
Instruction Scope
The runtime instructions and included script stay within deployment scope: cloning/updating the repo, npm install, npm run build, git add/commit/push. The script does not attempt to read unrelated system files or contact unexpected external endpoints beyond the stated GitLab host. Note: npm install and build will execute code from the repo's dependencies (normal for builds but a supply-chain risk).
Install Mechanism
There is no install spec and the skill is instruction-only with a single shell script. No arbitrary downloads from untrusted URLs are performed by the skill itself. The only network operations are git clone/push to the declared git.homelab host and npm fetches as part of a normal build.
Credentials
The deploy.sh script hardcodes a Git URL and a long secret token (TOKEN) inside the script rather than declaring a required credential or using environment variables. The skill metadata lists no required env vars or primary credential, so the presence of a plaintext credential in code is disproportionate and inconsistent with the metadata. Hardcoded tokens are high-risk (easy to leak or accidentally commit elsewhere).
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false) and does not modify other skills or system-wide agent settings. The agent can invoke it autonomously (default) which is normal, but if allowed to run autonomously it would have network access to the Git host and the embedded token—combine with the credential concern above when deciding permissions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sigmaflow-deploy - After installation, invoke the skill by name or use
/sigmaflow-deploy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Deployment automation for SigmaFlow SvelteKit frontend to GitLab repository
Metadata
Frequently Asked Questions
What is Sigmaflow Deploy?
Deploy the SigmaFlow SvelteKit trading frontend to the Git repository. Use when building and deploying changes to the SigmaFlow application, including after... It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.
How do I install Sigmaflow Deploy?
Run "/install sigmaflow-deploy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sigmaflow Deploy free?
Yes, Sigmaflow Deploy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sigmaflow Deploy support?
Sigmaflow Deploy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sigmaflow Deploy?
It is built and maintained by Vitali Sakalouski (@sirenday); the current version is v1.0.0.
More Skills