quick-search

Solid

Quick web search shortcut that directly dispatches to web_search tool.

Web & Frontend 6 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
27
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Quick Search A shortcut skill that directly dispatches to the `web_search` tool. This skill demonstrates the `tool_dispatch` feature which creates a wrapper tool that inherits the target tool's schema and forwards calls. ## Usage When this skill is active, invoking `skill_quick-search` is equivalent to calling `web_search` directly, with the skill's context added. ## Example ``` skill_quick-search(query="Python 3.12 new features") ``` This is functionally equivalent to: ``` web_search(query="Python 3.12 new features") ```

Details

Author
cipher982
Repository
cipher982/longhouse
Created
1 years ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

example-web-search

A simple demonstration skill that searches the web for information

20 Updated today
systempromptio
Web & Frontend Listed

cmm-web-search

Use this skill as the general web search and page-fetch entry for CMM workflows whenever the user asks to search keywords, find related pages or articles, verify facts, collect background sources, compare competitors, find cases, fetch source pages, or build normalized web source cards. This skill includes a unified CLI, runtime-safe runner, built-in AnySearch API backend, Tavily API backend, multi-engine URL generation, public-page fetching, GitHub README fetching, and normalized source-card output with quality scoring. Do not use for subscription feeds, RSS/media-source collection, daily news push channels, AI HOT queries, publishing, or drafting final content.

2 Updated 1 weeks ago
chemny
AI & Automation Solid

web-search

Search the web and scrape pages using the local tool stack: SearXNG (meta-search), Lightpanda (fast headless fetch), and Agent-Browser (full browser automation). This is your DEFAULT web skill — use it whenever you need to look something up, research a topic, fetch a webpage, extract content from a URL, check current information, find documentation, do competitive research, or answer any question that benefits from live web data. Triggers on any form of: search for, look up, google, find out, research, what's the latest on, fetch this page, scrape this site, check this URL, pull info from, web search, or any task where current web information would improve your answer. Even if the user doesn't explicitly ask you to search — if answering well requires current info you don't have, use this skill. NOT for interactive browser automation like form filling or clicking (use [[agent-browser]] or [[browser-use]]).

222 Updated today
Signet-AI