— No reviews yet
0 installs
9 views
0.0% view→install
Install
$ agentstack add skill-halo-dev-cli-halo-cli-operations ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Halo Cli Operations? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Halo CLI Operations
Use this skill for halo theme, halo plugin, halo attachment, halo backup, and halo moment.
Commands
halo theme --help
halo plugin --help
halo attachment --help
halo backup --help
halo moment --help
Themes
halo theme list
halo theme current
halo theme get
halo theme install --file ./theme.zip
halo theme install --url https://example.com/theme.zip
halo theme activate
halo theme reload
halo theme upgrade
halo theme upgrade --online
halo theme upgrade --all --online --yes
halo theme delete --force
Rules:
theme listmarks the active theme in table output.- Local theme install uses
--file. theme install --urlandtheme upgrade --urlprompt for confirmation when the remote host is notwww.halo.run; use--yesto bypass that prompt in automation or other non-interactive runs.- App Store upgrades use
--online.upgrade --all --online --yesupgrades all themes from the App Store without prompting.
Plugins
halo plugin list
halo plugin get
halo plugin install --file ./plugin.jar
halo plugin install --url https://example.com/plugin.jar
halo plugin install --app-id app-SnwWD
halo plugin enable
halo plugin disable --force
halo plugin upgrade
halo plugin upgrade --online
halo plugin upgrade --all --online --yes
halo plugin uninstall --force
Rules:
- Install from the Halo App Store with
--app-id. - App Store upgrades use
--online.upgrade --all --online --yesupgrades all plugins from the App Store without prompting. plugin install --urlandplugin upgrade --urlprompt for confirmation when the remote host is notwww.halo.run; use--yesto bypass that prompt in automation or other non-interactive runs.- Treat
disable,upgrade, anduninstallas mutating operations.
Attachments
halo attachment list
halo attachment get
halo attachment upload --file ./image.png
halo attachment upload --url https://example.com/image.png
halo attachment download --output ./downloads/image.png
halo attachment delete --force
Rules:
- Use exactly one upload source:
--fileor--url. - Upload and download show progress in TTY mode unless
--jsonis enabled.
Backups
halo backup list
halo backup get
halo backup create
halo backup create my-backup
halo backup create --wait
halo backup create --wait --wait-timeout 300
halo backup create --format zip --expires-at "2026-12-31T23:59:59Z"
halo backup download --output ./backup.zip
halo backup delete --force
Rules:
backup create [name]accepts an optional backup name.backup create --waitpolls until completion or timeout.--formatsets the backup format (default:zip).--expires-atsets an expiration time in ISO-8601 format.
Moments
halo moment list
halo moment get
halo moment create --content "Hello from Halo CLI"
halo moment create --content "Hello Halo" --visible PUBLIC --tags life,cli --approved true
halo moment update --content "Updated content"
halo moment update --visible PRIVATE --tags updated
halo moment delete --force
Rules:
--visibleacceptsPUBLICorPRIVATE.--tagsis comma-separated.--release-timeaccepts ISO-8601 datetime.--approvedacceptstrueorfalse.
Safety And Automation
- Use
--profilefor the intended environment. - Use
--jsonwhen another tool needs structured output. - Use
--forcefor destructive non-interactive actions. - Prefer
listorgetbefore batch or destructive maintenance.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: halo-dev
- Source: halo-dev/cli
- License: MIT
- Homepage: https://www.npmjs.com/package/@halo-dev/cli
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.