← Back to Skills Marketplace
jpengcheng523-netizen

iFlytek Web Search

by jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
125
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install xfyun-search
Description
Search the web using iFlytek ONE SEARCH API (万搜/聚合搜索). Returns titles, summaries, URLs, and full text from web pages. Good for Chinese-language web search.
Usage Guidance
This skill appears to be a straightforward client for iFlytek ONE SEARCH and only needs one secret: XFYUN_API_PASSWORD. Before installing: (1) Verify the skill's provenance — there is no homepage or publisher information in the registry entry; prefer skills from known publishers. (2) Confirm the registry metadata is updated to declare XFYUN_API_PASSWORD as a required credential (and a primary credential) so you know what you'll be exposing. (3) Provide an API password scoped for search usage (least privilege) and monitor its usage/quota. (4) Be aware that using --raw returns full page text (which may contain PII or sensitive data) — avoid sending sensitive queries. (5) If you are concerned about network calls or secrets, run the script in an isolated environment or review network logs to ensure it's calling only the documented Xfyun endpoint.
Capability Analysis
Type: OpenClaw Skill Name: xfyun-search Version: 1.0.0 The skill is a legitimate search tool for the iFlytek ONE SEARCH API. The Python script (scripts/search.py) uses standard libraries to perform authenticated POST requests to a verified iFlytek endpoint and contains no evidence of data exfiltration, command injection, or malicious intent.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included script all consistently implement an iFlytek (Xfyun) ONE SEARCH client that posts queries to the documented API endpoint and returns titles/summaries/full text. The requested functionality matches the stated purpose (Chinese web search).
Instruction Scope
Runtime instructions and the provided script stay within the expected scope: they only read one environment variable (XFYUN_API_PASSWORD), construct a JSON payload, POST to the documented Xfyun endpoint, and print results. The script does not access other files, system state, or external endpoints beyond the API URL. However, the SKILL.md requires an environment variable that the registry metadata did not declare (see environment_proportionality).
Install Mechanism
No install spec is provided (instruction-only with an included Python script). Nothing is downloaded or written to disk by an installer. This is low-risk from an install-mechanism perspective.
Credentials
The SKILL.md and script require the secret environment variable XFYUN_API_PASSWORD to authenticate to the Xfyun API. However, the registry metadata lists 'Required env vars: none' and 'Primary credential: none', an inconsistency that could mislead users. Requesting a single API password for the stated API is proportionate, but the metadata omission and lack of a declared primary credential reduce transparency and are a concern.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-level privileges or modify other skills/config. Autonomous invocation is allowed (the platform default) but not combined with other high-risk behaviors.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xfyun-search
  3. After installation, invoke the skill by name or use /xfyun-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish - iFlytek ONE SEARCH API
Metadata
Slug xfyun-search
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is iFlytek Web Search?

Search the web using iFlytek ONE SEARCH API (万搜/聚合搜索). Returns titles, summaries, URLs, and full text from web pages. Good for Chinese-language web search. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install iFlytek Web Search?

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

Is iFlytek Web Search free?

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

Which platforms does iFlytek Web Search support?

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

Who created iFlytek Web Search?

It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.

💬 Comments