← Back to Skills Marketplace
ruibaby

Halo Cli Search

by Ryan Wang · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
196
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install halo-cli-search
Description
Use when searching public content on a Halo site with Halo CLI, especially for keyword search, site URL based search, result limits, or search without authen...
README (SKILL.md)

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

  • --keyword is required.
  • --limit must be a positive number.
  • --url targets a public Halo site directly and avoids authenticated console access.
  • If --url is omitted, Halo CLI resolves the base URL from the active or selected profile.
  • Use --json when another tool needs to parse search results.

Related Skills

  • Use halo-cli-auth if the task first needs a profile.
  • Use halo-cli-content after search when the goal shifts to editing posts or pages.
Usage Guidance
This skill is an instruction-only wrapper for the halo CLI and appears coherent. Before installing, ensure the 'halo' binary on your system is the legitimate one you trust (installed from the official source). Be aware that if you omit --url the CLI will use your active halo profile/config, which could access non-public sites if that profile is authenticated—use --url to target public sites explicitly. Running commands will make network requests to the target site; if you need to avoid any use of local credentials, run the skill with an unauthenticated or isolation profile. Since there is no install, the skill itself won't write code to disk, but validate the halo CLI binary separately.
Capability Analysis
Type: OpenClaw Skill Name: halo-cli-search Version: 0.1.1 The halo-cli-search skill bundle provides standard instructions and examples for using the 'halo search' command. The content in SKILL.md is limited to legitimate CLI usage for searching public content, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description match the declared requirements: the skill only requires the 'halo' binary and describes using 'halo search' for public-site keyword searches. There are no unrelated env vars, binaries, or capabilities requested.
Instruction Scope
SKILL.md only instructs running 'halo search' with flags (keyword, url, limit, json). It does not direct reading arbitrary files, accessing unrelated environment variables, or posting data to third-party endpoints. It does note that omitting --url will cause the CLI to resolve the site from the active profile (expected behavior).
Install Mechanism
No install spec or archives are provided (instruction-only), so nothing is written to disk by the skill itself. This is the lowest-risk install posture.
Credentials
The skill requests no environment variables or credentials. The only implicit credential-related behavior is standard CLI behavior: if --url is omitted, the CLI may use the active profile/configuration—this is expected and proportional to the feature.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skills' configs. Autonomous invocation is permitted by platform default but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install halo-cli-search
  3. After installation, invoke the skill by name or use /halo-cli-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
No changes detected in this version.
v0.1.0
Initial release of halo-cli-search skill. - Enables keyword-based public content search on Halo sites via the Halo CLI. - Supports site URL-based queries without requiring authenticated console access. - Allows result limiting and JSON output for easier integration. - Provides usage examples and guidelines for common Halo CLI search workflows. - Related skills and when to use them are outlined for smoother task transitions.
Metadata
Slug halo-cli-search
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Halo Cli Search?

Use when searching public content on a Halo site with Halo CLI, especially for keyword search, site URL based search, result limits, or search without authen... It is an AI Agent Skill for Claude Code / OpenClaw, with 196 downloads so far.

How do I install Halo Cli Search?

Run "/install halo-cli-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Halo Cli Search free?

Yes, Halo Cli Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Halo Cli Search support?

Halo Cli Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Halo Cli Search?

It is built and maintained by Ryan Wang (@ruibaby); the current version is v0.1.1.

💬 Comments