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 return a justified recommendation for discovery tasks only.

3,891 stars

Best use case

find-services is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Find and shortlist third-party services using OpenSpend CLI marketplace search. Use when asked to discover providers for a capability, compare options, and return a justified recommendation for discovery tasks only.

Teams using find-services should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/find-services/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/albertpurnama/find-services/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/find-services/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How find-services Compares

Feature / Agentfind-servicesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Find and shortlist third-party services using OpenSpend CLI marketplace search. Use when asked to discover providers for a capability, compare options, and return a justified recommendation for discovery tasks only.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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.

```bash
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:

```bash
openspend auth login -y
```

Only run login after user confirms.

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

3. Run search with a default limit of 5.

```bash
openspend search "<capability 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.

Related Skills

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

unified-find-skills

3891
from openclaw/skills

Helps users discover and install agent skills from skills.sh, clawhub.com, and tessl.io. Use when the user asks to find a skill for a task, extend agent capabilities, or search for tools/workflows.

expert-finder

3891
from openclaw/skills

Find domain experts, thought leaders, and subject-matter authorities on any topic. Searches Twitter and Reddit for people who demonstrate deep knowledge, frequent discussion, and above-average expertise in a specific field. Expert discovery, talent sourcing, researcher identification, and KOL (Key Opinion Leader) mapping.

ReferralCodes Referral & Referrals Finder

3891
from openclaw/skills

## Description

fzf-fuzzy-finder

3891
from openclaw/skills

Command-line fuzzy finder for interactive filtering and selection - integrates with shell, vim, and other tools.

fd-find

3891
from openclaw/skills

A fast and user-friendly alternative to 'find' - simple syntax, smart defaults, respects gitignore.

citation-finder

3891
from openclaw/skills

Academic citation lookup and formatter. Given a fuzzy paper title (Chinese or English), searches CrossRef, Semantic Scholar, Baidu Scholar, and CNKI, then returns GB/T 7714, APA 7th, and MLA 9th formatted citations with source links.

dataset-finder

3891
from openclaw/skills

Use this skill when users need to search for datasets, download data files, or explore data repositories. Triggers include: requests to "find datasets", "search for data", "download dataset from Kaggle", "get data from Hugging Face", "find ML datasets", or mentions of data repositories like Kaggle, UCI ML Repository, Data.gov, or Hugging Face. Also use for previewing dataset statistics, generating data cards, or discovering datasets for machine learning projects. Requires OpenClawCLI installation from clawhub.ai.

everything-find-files

3891
from openclaw/skills

使用Everything SDK快速搜索本地文件

edgefinder-cli

3891
from openclaw/skills

Use the EdgeFinder CLI for NFL and NBA analysis, schedules, standings, Polymarket odds, and portfolio lookups from the terminal.

setup-services

3891
from openclaw/skills

Set up OpenSpend CLI and optional Coinbase payments-mcp for payment-enabled workflows. Use when openspend is missing, command not found, whoami fails, or user asks to install/update/authenticate.

find-stl

3891
from openclaw/skills

Search and download ready-to-print 3D model files (STL/3MF/ZIP) for a concept or specific part by querying Printables (first). Use when an agent needs to find an existing model, capture license/attribution, download the source files, and output a local folder + manifest for quoting/printing.