docs: add hamalert-cli usage skill#5
Merged
jsvana merged 1 commit intoJul 8, 2026
Conversation
dc1d283 to
644dd6d
Compare
fdd4e0b to
4aebf7c
Compare
4aebf7c to
2bdd7cb
Compare
jsvana
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BLUF: Add a repo-provided skill for safely operating hamalert-cli.
This adds a
skills/hamalert-clipackage that agents can install withnpx skillsafter this PR lands and use as an operator runbook for the CLI. The skill focuses on live-account safety: credential handling, dry-run-first workflows, backup/restore caution, profile operations, and troubleshooting.Details
The skill keeps the entrypoint short and moves command syntax, workflows, data formats, safety rules, and troubleshooting into one-level reference files. It also includes helper scripts to detect whether to invoke
hamalert-clidirectly or throughcargo run --, and to snapshot generated CLI help when exact flags matter.Verification
Validated the skill with
quick_validate.py, confirmednpx skills use . --skill hamalert-cliemits the expected skill prompt, and ran both helper scripts. After this lands onmain, the documented install command isnpx skills add jsvana/hamalert-cli.