Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

grad-pls-sem毕业生请扫描电镜

Agent Skill

grad-pls-sem 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

380

周安装

16

GitHub Stars

125

下载量

133
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:grad-pls-sem(毕业生请扫描电镜)
来源仓库:https://github.com/asgard-ai-platform/skills
仓库路径:skills/grad-pls-sem
安装命令:
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-pls-sem
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-pls-sem

简介

grad-pls-sem 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于偏最小二乘结构方程模型(PLS-SEM)研究或潜变量分析支持。
  • 通过 npx skills add 命令从 GitHub 仓库安装,具体用法可参考原始 README。
  • 安装前需确认权限范围和维护状态,注意是否触发联网或文件读写操作。
  • 建议结合来源仓库进一步核验功能细节和使用边界。

SKILL.md

PLS-SEM 偏最小平方法結構方程模型

Overview

PLS-SEM (Wold, 1982; Hair et al., 2017) is a variance-based approach to structural equation modeling that estimates composite-based path models. Unlike CB-SEM, it maximizes explained variance in endogenous constructs and readily handles both reflective and formative measurement models.

When to Use

  • Formative measurement models are part of the research design
  • Sample size is small (PLS works with N ≥ 10× the largest number of paths pointing to any construct)
  • Research goal is prediction and variance explanation rather than theory confirmation
  • The structural model is complex with many constructs and indicators

When NOT to Use

  • Research goal is strict theory testing and model fit assessment
  • All constructs are reflective and sample size is adequate for CB-SEM
  • You need global model fit indices (chi-square, CFI, RMSEA)
  • Circular relationships (non-recursive models) are hypothesized

Assumptions

IRON LAW: PLS-SEM maximizes VARIANCE EXPLAINED, not model fit — it does NOT
test overall model fit like CB-SEM. A high R² does not mean the model
structure is correct.

Key assumptions:

  1. Predictor specification — each construct must be correctly specified as reflective or formative
  2. No circular (non-recursive) relationships in the structural model
  3. Observations are independent (no nested structure without extensions)
  4. Data need not be normally distributed (PLS is distribution-free)

Methodology

Step 1 — Specify Measurement Models

Classify each construct as reflective (arrows from construct to indicators) or formative (arrows from indicators to construct). Formative constructs require at minimum two indicators and a theoretical rationale.

Step 2 — Assess Reflective Measurement

Evaluate indicator reliability (loadings ≥ 0.70), internal consistency (CR ≥ 0.70), convergent validity (AVE ≥ 0.50), and discriminant validity (HTMT < 0.90).

Step 3 — Assess Formative Measurement

Check indicator weights for significance via bootstrapping. Examine VIF among indicators (VIF < 5.0). Assess content validity — dropping a formative indicator changes the construct meaning.

Step 4 — Evaluate Structural Model

Report path coefficients, R², f² effect sizes, Q² predictive relevance (via blindfolding), and bootstrapped confidence intervals. See references/ for algorithm details.

Output Format

## PLS-SEM Analysis: [Study Title]

### Reflective Measurement Assessment
| Construct | Indicator | Loading | CR | AVE | HTMT |
|-----------|-----------|---------|-----|-----|------|
| [name] | [item] | x.xx | x.xx | x.xx | x.xx |

### Formative Measurement Assessment
| Construct | Indicator | Weight | VIF | p-value |
|-----------|-----------|--------|-----|---------|
| [name] | [item] | x.xx | x.xx | x.xx |

### Structural Model
| Path | β | t-value | p-value | f² | Supported? |
|------|---|---------|---------|-----|------------|
| X → Y | x.xx | x.xx | x.xx | x.xx | [Yes/No] |

### Model Quality
| Endogenous Construct | R² | Q² |
|---------------------|-----|-----|
| [name] | x.xx | x.xx |

### Limitations
- [Note any assumption violations]

Gotchas

  • PLS-SEM is NOT a silver bullet for small samples — it still requires adequate statistical power
  • Misspecifying reflective as formative (or vice versa) fundamentally changes results
  • HTMT is preferred over Fornell-Larcker for discriminant validity in PLS-SEM
  • PLS overestimates loadings and underestimates path coefficients (consistency at large corrects this)
  • Blindfolding Q² > 0 shows predictive relevance but does not validate the model structure
  • Reporting PLS results using CB-SEM criteria (CFI, RMSEA) is methodologically incorrect

References

  • Hair, J. F., Hult, G. T. M., Ringle, C. M., & Sarstedt, M. (2017). *A Primer on Partial Least Squares Structural Equation Modeling* (2nd ed.). Sage.
  • Henseler, J., Ringle, C. M., & Sarstedt, M. (2015). A new criterion for assessing discriminant validity. *Journal of the Academy of Marketing Science*, 43(1), 115-135.
  • Hair, J. F., Risher, J. J., Sarstedt, M., & Ringle, C. M. (2019). When to use and how to report PLS-SEM. *European Business Review*, 31(1), 2-24.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.37%
按下载量换算50

Claude

29.28%
按下载量换算39

Cursor

19.61%
按下载量换算26

Gemini CLI

10.4%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills