searchbar

Search & Research
v1.0.0
Benign

Expert guidance on SearchBar, a customizable SwiftUI search component.

11.3K downloads1.3K installsby @szpakkamil

Setup & Installation

Install command

clawhub install szpakkamil/searchbar

If the CLI is not installed:

Install command

npx clawhub@latest install szpakkamil/searchbar

Or install with OpenClaw CLI:

Install command

openclaw skills install szpakkamil/searchbar

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/szpakkamil/searchbar

What This Skill Does

SearchBar is a SwiftUI library that provides a unified search component across iOS, iPadOS, macOS, and visionOS. It wraps UISearchBar on iOS and visionOS while using a native SwiftUI implementation on macOS, exposing a consistent modifier-based API for both. Advanced features like search tokens and dynamic suggestions require iOS 16+ or visionOS 1.0+.

Using UISearchBar directly requires UIKit bridging on iOS and has no macOS equivalent, while this library exposes one SwiftUI API that works consistently across all Apple platforms.

When to Use It

  • Adding a styled search bar to a SwiftUI app without UIKit bridging
  • Filtering content with tappable search tokens on iOS 16+
  • Showing contextual suggestions as users type in a search field
  • Applying glass or capsule visual styles to a search bar
  • Shipping the same search UI across iPhone, iPad, Mac, and Vision Pro

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Adding a styled search bar to a SwiftUI app without UIKit bridging

AGENT
  1. 1Adding a styled search bar to a SwiftUI app without UIKit bridging
  2. 2Filtering content with tappable search tokens on iOS 16+
  3. 3Showing contextual suggestions as users type in a search field
  4. 4Applying glass or capsule visual styles to a search bar
  5. 5Shipping the same search UI across iPhone, iPad, Mac, and Vision Pro
OUTPUT
Expert guidance on SearchBar, a customizable SwiftUI search component.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 26, 2026