← 返回 Skills 市场
🔌

Linkup

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

Linkup

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

Category: AI, Data & Analytics. Exposes 5 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Linkup. 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 "linkup" --action "\x3Caction_name>"

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

oo connector run "linkup" --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

  • fetch_webpage — Fetch one webpage with Linkup and return markdown plus optional raw HTML and images.
  • get_credits_balance — Get the current Linkup credits balance for the connected API key.
  • search_answer — Search the web with Linkup and return a sourced natural-language answer.
  • search_results — Search the web with Linkup and return raw grounded search results.
  • search_structured_data — Search the web with Linkup and return data normalized to the provided JSON schema.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change Linkup 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 — Linkup 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=linkup
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

安全使用建议
Install only if you are comfortable trusting OOMOL's oo CLI and connecting a Linkup API key through OOMOL. Prefer reviewing the official installer or using an official package manager route if available before running the one-line install command.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is to operate Linkup through OOMOL, and the documented actions are read/search-oriented: webpage fetch, search answers, search results, structured search, and credit balance.
Instruction Scope
Instructions are scoped to inspecting live action schemas and running specific Linkup connector actions. The broad 'ANY Linkup request' wording is bounded to Linkup use rather than unrelated agent control.
Install Mechanism
First-time setup includes curl|bash and PowerShell iex installer commands for the oo CLI. This is disclosed and conditional on the CLI being missing, but users should treat it as a supply-chain trust decision.
Credentials
Network and credential use are proportionate to a hosted search/data connector. The skill says credentials are injected server-side and does not ask the agent to read local secrets or profile stores.
Persistence & Privilege
No background agents, persistence, cron jobs, privilege escalation, destructive file operations, or local indexing behavior were found in the artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oo-linkup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oo-linkup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Adds the initial `oo-linkup` skill for operating Linkup through an OOMOL-connected account via the `oo` CLI, without exposing raw API tokens. - Provides web search workflows for sourced natural-language answers, raw grounded search results, and schema-normalized structured data. - Adds webpage fetching support that returns markdown, with optional raw HTML and image data depending on the live action schema. - Includes a credits balance action for checking the connected Linkup API key's available credits. - Documents a schema-first execution flow so agents inspect each action contract before constructing payloads, with fallback guidance for authentication, connection, and billing errors.
元数据
Slug oo-linkup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Linkup 是什么?

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

如何安装 Linkup?

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

Linkup 是免费的吗?

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

Linkup 支持哪些平台?

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

谁开发了 Linkup?

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

💬 留言讨论