Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

sas-score-mcp-serverjs

sas-score-mcp-serverjs에는 sassoftware에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
1
업데이트
2026-06-17
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

find-library-server
소프트웨어 개발자

Verify that a SAS Viya library exists and determine which server (CAS or SAS) hosts it. Always checks CAS first, then SAS. Returns the confirmed library name and server. Use whenever you need to confirm a library exists before listing tables or performing any library-scoped operation.

2026-06-17
find-resources
소프트웨어 개발자

Unified resource verification skill. Use the appropriate find tool before any execution. Determines server for tables (CAS vs SAS). Never use list tools for verifying or finding specific resources; list tools are for discovery and exploration only.

2026-06-17
score-job-jobdef
소프트웨어 개발자

Scoring workflow for Job (.job) and JobDef (.jobdef) model types. Use when the model suffix is .job or .jobdef. Handles both inline scenario scoring and table row scoring.

2026-06-17
score-mas-scr
소프트웨어 개발자

Scoring workflow for MAS (Micro Analytic Score) and SCR (Score Code Runtime) models. Use when the model type is .mas or .scr, or when no suffix is given (default is MAS). Handles both inline scenario scoring and table row scoring.

2026-06-17
list-library
소프트웨어 개발자

List SAS Viya libraries. Calls sas-score-list-libraries with the appropriate server parameter. Use only when the user explicitly wants to browse or enumerate libraries, not to verify a specific library exists. User must specify server (CAS or SAS) in their request to trigger this skill;

2026-06-09
list-mas-job-jobdef
소프트웨어 개발자

List MAS models, Jobs, or JobDefs in SAS Viya. Routes to the correct list tool based on resource type. Use only when the user explicitly wants to browse or enumerate models, jobs, or jobdefs.

2026-06-09
list-tables
소프트웨어 개발자

List tables in a SAS Viya library. Always verifies the library exists and determines its server (CAS or SAS) before listing. Never calls sas-score-list-tables without first completing library verification.

2026-06-09
read-strategy
소프트웨어 개발자

Strategy for reading data from CAS or SAS tables. Determines which read tool to use (raw reads vs analytical queries).

2026-06-09
score-cas
소프트웨어 개발자

Scoring workflow for CAS (Cloud Analytic Services) programs and CAS model tables. Use when the model suffix is .casl, or when the user references a CAS model table (casmodel), or when running inline CASL/CAS program src code. Handles both inline scenario scoring and table row scoring.

2026-06-09
score-program
소프트웨어 개발자

Scoring workflow for SAS Program and Macro model types. Use when the user wants to score with a SAS program , or when the user references a SAS macro by name. For CAS programs (casl) or CAS model tables, use score-cas instead. No pre-verification step — programs are scored directly. Handles both inline scenario scoring and table row scoring.

2026-06-09
score-strategy
소프트웨어 개발자

Scoring router — classifies model type and delegates to the appropriate scoring skill. Use this as the entry point for any scoring request.

2026-06-09
detail-strategy
소프트웨어 개발자

Unified detail/information/describe retrieval strategy. Handles MAS models, Job models, JobDef models, SCR models, and tables. Verify resources exist using find-resources skill before retrieving details (except SCR models, which can be queried directly).

2026-05-22
request-routing
소프트웨어 개발자

Canonical, compact request-routing strategy for SAS Viya requests.

2026-05-22