deeplink-catalog-search

Retrieve top deeplink candidates matching user intent and app name.

22|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/MadeAgents/TopoClaw --skill deeplink-catalog-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deeplink-catalog-search
Source: https://github.com/MadeAgents/TopoClaw/tree/main/TopoClaw/topoclaw/skills/deeplink-catalog-search
Command: npx skills add https://github.com/MadeAgents/TopoClaw --skill deeplink-catalog-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly identify which mobile deeplink can achieve a specific user intent, without manually hunting through app documentation or guessing parameters.

Core Features & Use Cases

  • Top candidate retrieval: Returns ranked deeplink options based on the intent query and optional app filtering.
  • Actionable selection: Provides a clear match rationale plus the required call method and parameters so you can execute confidently.
  • Use case: For example, when you want to perform a “collect payment QR” flow in a specific app, the skill surfaces the best deeplink candidates and explains why.

Quick Start

Ask TopoClaw: “Which deeplink can implement paying with Alipay QR, and suggest the best 2–3 options?”

Frequently Asked Questions about deeplink-catalog-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right mobile deeplink for a specific app intent?

To find the right mobile deeplink, query a catalog with your target intent and optional app name to retrieve ranked candidates. This search returns matching deeplinks, call methods, required parameters, and a match rationale, eliminating manual documentation hunting.

What is the best way to get deeplink parameters and call methods for an app automation flow?

The best way to get deeplink parameters and call methods is to search a ranked deeplink catalog by feature or intent. It directly surfaces the deeplink, call_method, and parameters needed to execute your app automation flow confidently without guessing.

Can I filter deeplink candidates by app name when searching for mobile integration options?

Yes, you can filter deeplink candidates by app name during a mobile integration search. By providing an app_name parameter alongside your intent query, the catalog search narrows the ranked results to only match deeplinks within that specific application.

How does a deeplink search return ranked candidates for a user intent?

A deeplink search returns ranked candidates by matching a user-specified intent query against synced catalog data. It ranks the matches and explains why each deeplink fits, providing a match_reason so you can evaluate the best option for your scenario.

Does mobile deeplink catalog search work for desktop-synced app data?

Yes, mobile deeplink catalog search works specifically with desktop-synced catalog data. It retrieves ranked deeplink candidates by matching your intent query and optional app name filters against this synchronized data to return actionable deeplink options.

Why does my deeplink search return a match_reason with the results?

Your deeplink search returns a match_reason to provide actionable selection context. It explains why each ranked candidate matches your specific intent query, app scenario, or feature formulation, helping you choose the correct deeplink and parameters confidently.