← 返回 Skills 市场
albertpurnama

Find stable, reliable, and secure service for your agents

作者 Albert Putra Purnama · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
440
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install find-services
功能描述
Find and shortlist third-party services using OpenSpend CLI marketplace search. Use when asked to discover providers for a capability, compare options, and r...
使用说明 (SKILL.md)

find-services

Use OpenSpend CLI to discover external services. This skill is discovery-only and does not set up payments, install tooling, or perform purchases.

Scope and safety boundaries

  1. Do not run install or update commands as part of this skill.
  2. Do not configure @coinbase/payments-mcp in this skill.
  3. Do not request or store API keys, wallet secrets, or session tokens.
  4. If authentication is required to execute search, ask the user before running login commands.
  5. If the user asks for payment setup or paid invocation flows, hand off to setup-services.

Credentials and environment

  1. Preferred path: run search with existing CLI session only.
  2. Optional credentialed path: OpenSpend user login via openspend auth login with explicit user confirmation.
  3. Required environment variables: none for discovery by default.

Workflow

  1. Verify CLI availability and session state without changing system configuration.
command -v openspend
openspend version
openspend whoami

If openspend is missing or whoami fails:

  1. Stop search flow.
  2. Ask the user for confirmation before setup/login.
  3. Hand off setup/auth steps to setup-services.

If user confirms login only, run:

openspend auth login -y

Only run login after user confirms.

  1. Translate user intent into a precise search query with explicit capability terms.

  2. Run search with a default limit of 5.

openspend search "\x3Ccapability query>" --limit 5 --json

Output shape

When asked to "find a reliable service", produce:

  1. Up to 5 services in returned order
  2. A concise explanation of why each service matches the requested capability
  3. No additional ranking commentary

Recommended service usage

After presenting service options, include a short "recommended way to use" note with:

  1. Start with a small validation call before scaling usage
  2. Capture request/response examples and expected success criteria
  3. If paid calls are needed, request explicit user approval before moving to payment setup via setup-services

If payment is needed, do not perform payment configuration in this skill.

安全使用建议
This skill appears coherent for searching marketplaces via the OpenSpend CLI. Before using it, confirm you trust the OpenSpend CLI and understand that the agent will run local commands (e.g., openspend whoami and openspend search) which may contact external services. The skill will only run 'openspend auth login' after you explicitly approve — avoid providing credentials or running the login if you don't want locally persisted session tokens. If you prefer, run the searches yourself and paste results to the agent rather than allowing the agent to perform login or networked searches.
功能分析
Type: OpenClaw Skill Name: find-services Version: 1.0.1 The find-services skill is a discovery tool designed to search for third-party services using the openspend CLI. The SKILL.md instructions include strong safety boundaries, explicitly prohibiting the installation of software, the handling of sensitive credentials/secrets, and requiring user confirmation before performing authentication tasks. The workflow is limited to search and reporting, with no evidence of malicious intent or high-risk execution patterns.
能力评估
Purpose & Capability
Name/description match the instructions: the skill performs marketplace searches with the OpenSpend CLI. It does not request unrelated binaries, environment variables, or access beyond the CLI session, which is proportionate for the stated task.
Instruction Scope
Instructions stay within discovery scope: verify CLI presence, check session (openspend whoami), run search, and only perform login after explicit user confirmation. Minor note: the recommended login command (openspend auth login -y) may create persistent local credentials/tokens; the SKILL.md requires explicit user confirmation before running it, which mitigates risk.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing will be written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials and explicitly forbids requesting or storing API keys, wallet secrets, or session tokens as part of discovery. The optional auth path is limited to CLI login after user approval.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It may cause the OpenSpend CLI to create local session tokens if the user consents to login, which is expected for the optional authenticated path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install find-services
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /find-services 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Restricts the skill to discovery tasks only; payment setup, installation, and purchases are now explicitly out of scope. - Requires explicit user confirmation before running any authentication or login commands. - Clarifies that CLI/tooling configuration and credential handling are not performed by this skill. - Updates workflow to halt and refer setup or authentication steps to `setup-services` when needed. - Expands recommended usage guidance to emphasize explicit user approval and separation from paid/purchase flows.
v1.0.0
- Initial release of the "find-services" skill. - Enables users to discover and shortlist third-party services using the OpenSpend CLI marketplace. - Assumes account login and spending reliability guardrails are handled automatically. - Provides clear workflow instructions and recommendations for safe service usage. - Integrates with `setup-services` for setup and payment management via `@coinbase/payments-mcp`.
元数据
Slug find-services
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Find stable, reliable, and secure service for your agents 是什么?

Find and shortlist third-party services using OpenSpend CLI marketplace search. Use when asked to discover providers for a capability, compare options, and r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 440 次。

如何安装 Find stable, reliable, and secure service for your agents?

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

Find stable, reliable, and secure service for your agents 是免费的吗?

是的,Find stable, reliable, and secure service for your agents 完全免费(开源免费),可自由下载、安装和使用。

Find stable, reliable, and secure service for your agents 支持哪些平台?

Find stable, reliable, and secure service for your agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Find stable, reliable, and secure service for your agents?

由 Albert Putra Purnama(@albertpurnama)开发并维护,当前版本 v1.0.1。

💬 留言讨论