← 返回 Skills 市场
🔌

Serply

作者 OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
28
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oo-serply
功能描述
Serply (serply.io). Use this skill for ANY Serply request — searching and reading data. Whenever a task involves Serply, use this skill instead of calling th...
使用说明 (SKILL.md)

Serply

Operate Serply through your OOMOL-connected account. This skill calls the serply connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Data & Analytics. Exposes 4 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Serply. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "serply" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "serply" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • google_news_search — Search Google News through Serply and return feed-style article results.
  • google_scholar_search — Search Google Scholar through Serply and return academic result entries.
  • google_search — Search Google through Serply and return web search results in JSON format.
  • google_video_search — Search Google Video through Serply and return video search results.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change Serply state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Serply is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=serply
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

安全使用建议
Install only if you intend to use Serply through an OOMOL-connected account. Search queries and results will flow through the oo CLI/OOMOL/Serply path and may consume service quota; avoid sending sensitive queries unless that is acceptable for your account.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is to run Serply Google, News, Scholar, and Video searches, and the artifact only documents those read/search actions through the oo connector.
Instruction Scope
It grants Bash access for `oo *` commands and tells the agent to inspect live schemas before running Serply actions; this is broad within the oo CLI but aligned with the connector purpose.
Install Mechanism
The skill includes a curl/PowerShell one-line installer for the oo CLI, but only as a first-time fallback when `oo` is missing; there are no bundled executable files.
Credentials
Network use, Serply/OOMOL account access, and API-key-backed credentials are expected for a Serply connector and are disclosed in the metadata and setup text.
Persistence & Privilege
The artifact does not request background execution, local indexing, file persistence, privilege escalation, deletion, or unrelated system access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oo-serply
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oo-serply 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Adds the `oo-serply` skill for running Serply searches through an OOMOL-connected account, without handling raw API tokens. - Supports Google web search via `google_search`, returning JSON-formatted search results. - Supports Google News search via `google_news_search`, returning feed-style article results. - Supports Google Scholar search via `google_scholar_search`, returning academic result entries. - Supports Google Video search via `google_video_search`, returning video search results. - Includes action references and `oo connector schema` guidance so payloads can be built from the live Serply connector contract.
元数据
Slug oo-serply
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Serply 是什么?

Serply (serply.io). Use this skill for ANY Serply request — searching and reading data. Whenever a task involves Serply, use this skill instead of calling th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 28 次。

如何安装 Serply?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install oo-serply」即可一键安装,无需额外配置。

Serply 是免费的吗?

是的,Serply 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Serply 支持哪些平台?

Serply 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Serply?

由 OOMOL(@oomol)开发并维护,当前版本 v1.0.0。

💬 留言讨论