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.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/find-services/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How find-services Compares
| Feature / Agent | find-services | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
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
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.
unified-find-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
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
## Description
fzf-fuzzy-finder
Command-line fuzzy finder for interactive filtering and selection - integrates with shell, vim, and other tools.
fd-find
A fast and user-friendly alternative to 'find' - simple syntax, smart defaults, respects gitignore.
citation-finder
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
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
使用Everything SDK快速搜索本地文件
edgefinder-cli
Use the EdgeFinder CLI for NFL and NBA analysis, schedules, standings, Polymarket odds, and portfolio lookups from the terminal.
setup-services
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
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.