cline/skills

knowledge-catalog-discovery

Use these skills when you need to discover and explore data assets in the Knowledge Catalog.

소스 보기
원본 Skill 문서

원본 저장소의 제목, 예시, 코드, 표, 링크, 이미지를 유지해 표시합니다.

Usage

All scripts can be executed using Node.js. Replace <param_name> and <param_value> with actual values.

Bash: node <skill_dir>/scripts/<script_name>.js '{"<param_name>": "<param_value>"}'

PowerShell: node <skill_dir>/scripts/<script_name>.js '{\"<param_name>\": \"<param_value>\"}'

Note: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence.

Scripts

lookup_context

Retrieves rich metadata regarding one or more data assets along with their relationships.

Parameters

NameTypeDescriptionRequiredDefault
resourcesarrayRequired. A list of up to 10 resource names. Resources may belong to different projects, but all must belong to the same location.Yes

lookup_entry

Retrieves a specific metadata regarding a data asset (e.g. table/dataset/view) from Catalog

Parameters

NameTypeDescriptionRequiredDefault
entrystringRequired. The resource name of the Entry in the following form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.Yes
viewinteger

Argument: view

Type: Integer

Description: Optional. Specifies the parts of the entry and its aspects to return.

Possible Values:

  • 1 (BASIC): Returns entry without aspects.
  • 2 (FULL): Return all required aspects and the keys of non-required aspects. (Default)
  • 3 (CUSTOM): Return the entry and aspects requested in aspecttypes field (at most 100 aspects). Always use this view when aspecttypes is not empty.
  • 4 (ALL): Return the entry and both required and optional aspects (at most 100 aspects)

| No | 2 | | aspectTypes | array | Optional. Limits the aspects returned to the provided aspect types. It only works when used together with CUSTOM view. | No | [] |


searchaspecttypes

Search aspect types relevant to the query.

Parameters

NameTypeDescriptionRequiredDefault
querystringThe query against which aspect type should be matched.Yes
pageSizeintegerNumber of returned aspect types in the search page.No5
orderBystringSpecifies the ordering of results. Supported values are: relevance, lastmodifiedtimestamp, lastmodifiedtimestamp ascNorelevance

search_entries

Searches for data assets (eg. table/dataset/view) in Catalog based on the provided search query.

Parameters

NameTypeDescriptionRequiredDefault
querystringA query string for searching entries, following Dataplex search syntax. Supports logical operators (AND, OR, NOT) and grouping. For example, to find a table that might have been renamed, you could use 'type:table (name:books OR fiction)'. This can be more efficient than multiple separate calls.Warning: Performing broad searches without specific filters (e.g., type:table) can be slow and consume significant resources. When performing exploratory searches, always use the pageSize parameter to limit the number of results returned.Yes
scopestringA scope limits the search space to a particular project or organization. It must be in the format: organizations/<orgid> or projects/<projectid> or projects/<project_number>.No
pageSizeintegerNumber of results in the search page.No5
orderBystringSpecifies the ordering of results. Supported values are: relevance, lastmodifiedtimestamp, lastmodifiedtimestamp ascNorelevance

같은 저장소의 Skills

더 많은 Skills

모든 Skills
cline
커뮤니티

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

설치 수
2
GitHub Stars
23
업데이트
7월 21일
cline
커뮤니티

data-analyst

Act as an interactive data analyst for ClickHouse-backed analytics. Use when the user asks questions about internal data, metrics, dashboards, telemetry, active users, revenue, funnels, trends, distributions, or wants an analyst-style conversation, ad hoc SQL, charts, or a data export against ClickHouse (local or ClickHouse Cloud).

설치 수
1
GitHub Stars
23
업데이트
7월 21일
cline
커뮤니티

endor-setup

Use when user asks to setup endorctl, install endorctl, run endorctl scan, scan for vulnerabilities, run endor scan or run Endor Labs scan or when any endorctl command fails with 'command not found', 'no such file or directory', authentication errors, 'unauthorized', '403', 'tenant not found', EOF error, or namespace/access errors.

설치 수
1
GitHub Stars
23
업데이트
7월 21일
cline
커뮤니티

exa-search

Deep research powered by Exa. Use for lead generation, literature reviews, deep dives, competitive analysis, or any query where one search falls short, including phrases like 'research this', 'find everything about', 'find me all', or 'deep dive on'.

설치 수
1
GitHub Stars
23
업데이트
7월 21일