Install
openclaw skills install @ruibaby/halo-cli-searchUse when searching public content on a Halo site with Halo CLI, especially for keyword search, site URL based search, result limits, or search without authenticated console access.
openclaw skills install @ruibaby/halo-cli-searchUse this skill for halo search.
This is the main Halo CLI workflow that can run without authenticated console access when --url is provided.
halo search --help
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
--keyword is required.--limit must be a positive number.--url targets a public Halo site directly and avoids authenticated console access.--url is omitted, Halo CLI resolves the base URL from the active or selected profile.--json when another tool needs to parse search results.halo-cli-auth if the task first needs a profile.halo-cli-content after search when the goal shifts to editing posts or pages.halo search --help