← Back to Skills Marketplace
vinlic

UniFuncs Search

by UniFuncs · GitHub ↗ · v0.0.2 · MIT-0
cross-platform ⚠ suspicious
509
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install unifuncs-search
Description
Use unifuncs-search for real-time web search. Use this skill when users want to search the web, find articles, look up information, get the latest news, disc...
Usage Guidance
This skill's code matches its stated purpose (web search) and only needs an API key, but the registry metadata failing to declare that env var and the lack of a homepage/source are red flags. Before installing: (1) confirm you trust unifuncs.com (review its privacy and API docs), (2) only provide a dedicated API key with limited scope/billing controls (do not reuse high-privilege keys), (3) avoid sending sensitive secrets in search queries because queries go to the remote service, (4) ask the publisher to correct the registry metadata to declare UNIFUNCS_API_KEY, and (5) if you need higher assurance, review or run the bundled search.py locally to inspect network behavior and logs before granting the key.
Capability Analysis
Type: OpenClaw Skill Name: unifuncs-search Version: 0.0.2 The skill bundle is a standard API client for the UniFuncs web search service. The Python script (search.py) uses the standard library to make authenticated POST requests to a legitimate-looking API endpoint (api.unifuncs.com) and contains no evidence of data exfiltration, obfuscation, or unauthorized execution. While SKILL.md mentions a 'useStockQuery' parameter not present in the code, this appears to be a documentation discrepancy rather than a malicious instruction.
Capability Assessment
Purpose & Capability
Name/description (real-time web search) match the included code and runtime behavior: the script calls https://api.unifuncs.com/api/web-search/search and formats results. No unrelated services or capabilities are requested by the code.
Instruction Scope
SKILL.md instructs the agent to set UNIFUNCS_API_KEY and run the bundled search.py. The instructions and code only read that environment variable and perform network calls to the stated API; they do not read arbitrary files or exfiltrate data to unexpected endpoints.
Install Mechanism
There is no external install spec; the skill is instruction-only with a bundled Python script. Nothing is downloaded from third-party URLs or installed at runtime beyond running the included script.
Credentials
The code and SKILL.md require UNIFUNCS_API_KEY, but the registry metadata lists no required environment variables (discrepancy). The single API key is proportionate to the skill's purpose, but the metadata omission is a transparency issue and could confuse permission audits.
Persistence & Privilege
The skill does not request 'always' presence and contains no mechanism for modifying other skills or system-wide settings. It will perform network calls when invoked (normal for a search client).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unifuncs-search
  3. After installation, invoke the skill by name or use /unifuncs-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
- Initial release of unifuncs-search skill for real-time web search. - Supports full search engine syntax, including site filters and exact-match queries. - Options for result freshness, images, pagination, and output formats. - Special support for market data queries with useStockQuery. - Designed for discovering up-to-date information, articles, and news.
v0.0.1
- Initial release of unifuncs-search skill. - Enables real-time web and news search via the UniFuncs API. - Supports searches for both global and China-specific content. - Requires user to provide an API key and set it as an environment variable. - Includes command-line usage examples for quick start.
Metadata
Slug unifuncs-search
Version 0.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is UniFuncs Search?

Use unifuncs-search for real-time web search. Use this skill when users want to search the web, find articles, look up information, get the latest news, disc... It is an AI Agent Skill for Claude Code / OpenClaw, with 509 downloads so far.

How do I install UniFuncs Search?

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

Is UniFuncs Search free?

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

Which platforms does UniFuncs Search support?

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

Who created UniFuncs Search?

It is built and maintained by UniFuncs (@vinlic); the current version is v0.0.2.

💬 Comments