Halo cli search
CLI for Halo, Halo for Agents.
npx -y skills add halo-dev/cli --skill halo-cli-searchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when searching public content on a Halo site with Halo CLI. This includes keyword search, site URL based search, result limits, or any search that does not require authenticated console access. Trigger this skill whenever the user wants to search a Halo site from the terminal, even if they do not explicitly mention 'search'.
SKILL.md
1.6 KB, as published. Nobody here has run it
Halo CLI Search
Use this skill for halo search.
This is the main Halo CLI workflow that can run without authenticated console access when --url is provided.
Command
halo search --help
Common Flows
Search with a direct public site URL:
halo search --keyword "halo" --url https://www.halo.run
Search with the active or selected profile:
halo search --keyword "release notes"
halo search --keyword "release notes" --profile production
Limit results and emit JSON:
halo search --keyword "plugin" --limit 5 --json
Rules
--keywordis required.--limitmust be a positive number.--urltargets a public Halo site directly and avoids authenticated console access.- If
--urlis omitted, Halo CLI resolves the base URL from the active or selected profile. - Use
--jsonwhen another tool needs to parse search results.
Related Skills
- Use
halo-cli-authif the task first needs a profile. - Use
halo-cli-contentafter search when the goal shifts to editing posts or pages.