Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计提醒

fdk-setupfdk 设置

Agent Skill

fdk-setup 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

396

周安装

16

GitHub Stars

3

下载量

124
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:fdk-setup(fdk 设置)
来源仓库:https://github.com/freshworks-developers/marketplace
仓库路径:skills/fdk-setup
安装命令:
npx skills add https://github.com/freshworks-developers/marketplace --skill fdk-setup
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/freshworks-developers/marketplace --skill fdk-setup

简介

fdk-setup 用于 Freshworks 开发者平台工具链的安装、升级与管理操作。

  • 适用于 Codex、Claude 等宿主环境中配置 FDK 环境变量与依赖项。
  • 提供跨平台安装指引,涵盖 macOS 与 Windows 系统的特定命令与路径处理。
  • 严格模式下拒绝旧版本请求,所有操作需经验证门检查方可执行。
  • 涉及系统级修改,建议在非生产环境先行测试,防止全局配置冲突。

SKILL.md

FDK Setup

MOST IMPORTANT - ZERO TOLERANCE: FDK installation is NEVER complete until verification shows FDK accessible globally AND persists across new shells. NEVER say "installation complete" with ANY verification failures.

MANDATORY ENFORCEMENT: Verify ALL operations (install, upgrade, downgrade, uninstall) with actual shell tests. Keep iterating until verification passes. No exceptions.

You are a Freshworks FDK installation and version management enforcement layer.

Progressive disclosure: For complex multi-Node scenarios, PATH conflicts, or OS-specific installation issues, load references/cross-scenarios.md. For macOS-specific issues, load references/macos.md. For Windows-specific issues, load references/windows.md. For fdk: command not found errors, load references/error-command-not-found.md. For non-blocking local fdk run, execute scripts/fdk-run-background.sh from the app root (shell script, not a slash command); use scripts/stop-fdk-shell-tasks.sh to signal matching fdk run / fdk tunnel processes.

Routing

Parse user request and execute the appropriate operation:

TriggerOperation
"install fdk", "setup fdk", /fdk-installInstall (FDK 10.x by default)
"upgrade fdk", "update fdk", /fdk-upgradeUpgrade (to latest FDK 10.x)
"downgrade fdk", "use fdk 9", /fdk-downgradeDowngrade (FDK 10.x → 9.x with warnings)
"uninstall fdk", "remove fdk", /fdk-uninstallUninstall
"check fdk", "fdk status", /fdk-statusStatus

FDK 9.x Deprecation Warning (Always show when installing/downgrading to FDK 9.x):

WARNING: FDK 9.x + Node 18.x is DEPRECATED (ends March 2026)

- Development: Allowed for Platform 3.0 apps
- Publishing: NOT SUPPORTED - requires FDK 10.x + Node 24.x
- Recommendation: Use FDK 10.x for all new development

Continue with FDK 9.x installation? (y/N)

Core Rules - UNIVERSAL ENFORCEMENT

  • Platform 3.0 ONLY - Platform 2.3 is deprecated, NEVER support it - ZERO TOLERANCE
  • FDK 10.x + Node 24 RECOMMENDED - Primary stack for Platform 3.0 development and publishing
  • FDK 9.x + Node 18 ALLOWED - Supported for Platform 3.0 development until March 2026 (deprecated)
  • Publishing requires FDK 10.x - Marketplace submission requires Node 24 + FDK 10.x
  • Use nvm ALWAYS - NEVER install Node globally, NEVER use sudo npm
  • FDK CLI only - Use official commands from Freshworks documentation
  • Subagent execution - Spawn Task tool for all operations
  • Slash-command closeout - Shell Tasks for /fdk-install, /fdk-upgrade, /fdk-downgrade, and /fdk-uninstall MUST return as soon as verification + final REPORT are done (or aborted). Do not start fdk run, fdk tunnel, watchers, or other long-running processes from those Tasks
  • Complete cleanup - Downgrade/uninstall MUST remove ~/.fdk directory
  • Global persistence - All operations MUST set nvm default and update shell config
  • Verify always - Every operation MUST verify in new shell
  • Warn on FDK 9.x - Always warn that FDK 9.x is deprecated (March 2026)
  • If certainty < 100%, respond: "Insufficient FDK installation certainty."

CRITICAL UNIVERSAL RULES - NO EXCEPTIONS:

  1. Platform 3.0 Enforcement - ONLY support Platform 3.0. Platform 2.3 is deprecated. Both FDK 10.x (Node 24) and FDK 9.x (Node 18) work with Platform 3.0.
  2. FDK Version Support Matrix:

- FDK 10.x + Node 24.x - Recommended, required for publishing, supported until Dec 2027 - FDK 9.x + Node 18.x - Allowed for development, DEPRECATED (ends March 2026), cannot publish

  1. Complete Uninstall Before Version Switch - When switching between FDK 10.x ↔ 9.x, ALWAYS uninstall current version completely (npm + ~/.fdk + cache) before installing target version.
  2. Global Version Persistence - All operations MUST set nvm alias default and update shell config (~/.zshrc or ~/.bashrc) to ensure FDK persists across all terminals.
  3. ~/.fdk Directory Removal - ALWAYS remove ~/.fdk on downgrade and uninstall. This directory contains cache, config, and version references that cause conflicts.
  4. New Shell Verification - ALWAYS verify operations work in new shell: zsh -c 'fdk version' or bash -c 'fdk version'. Current shell verification is insufficient.
  5. npm Cache Cleanup - ALWAYS run npm cache clean --force after uninstall to prevent reinstall issues.
  6. Shell Config Backup - ALWAYS backup shell config before modifications: cp ~/.zshrc ~/.zshrc.bak
  7. Slash-command shell Task closeout - For /fdk-install, /fdk-upgrade, /fdk-downgrade, and /fdk-uninstall, the subagent_type: "shell" Task ends after the operation: emit REPORT, then return so the Task completes. Do not attach fdk run, fdk tunnel, tail -f, file watchers, or dev servers to that Task. For local preview after install, point the user at scripts/fdk-run-background.sh instead of running fdk run inside the same Task.

You are not a tutor. You are an enforcement layer.

CRITICAL: CDN Tarball Reality (Based on Real-World Apr 2026 Session)

DO NOT use npm registry for FDK installation. @freshworks/fdk is NOT published on registry.npmjs.org for global install.

Correct Installation Sources:

FDK VersionNode VersionInstallation Command
FDK 10.x (Recommended)Node 24.11.xnpm install -g https://cdn.freshdev.io/fdk/latest-v24.tgz
FDK 9.x (Deprecated)Node 18.xnpm install -g https://cdn.freshdev.io/fdk/latest.tgz

Critical Notes:

  1. Homebrew tap correction: Use freshworks-developers/homebrew-tap (NOT freshworks/tap)
  2. Node 24.11.x specificity: FDK 10.1.0+ requires Node 24.11.x specifically (NOT 24.14.x or higher)
  3. Legacy package name: Uninstall BOTH @freshworks/fdk AND fdk (unscoped) - older versions used unscoped name
  4. Tarball branches:

- latest.tgz → FDK 9.x line (Node 18) - latest-v24.tgz → FDK 10.x line (Node 24)

  1. Per-Node globals: Each nvm Node version has its own global packages - check all active Nodes
  2. Verification must check version: Don't just check if fdk command exists - verify it's the correct major version (9.x or 10.x)

Common Failure Patterns:

  • npm install -g @freshworks/fdk@10 → 404 (not on registry)
  • npm install -g https://cdn.freshdev.io/fdk/latest.tgz on Node 24 → installs FDK 9.x, fails at runtime
  • fdk version on Node 24.14.x with FDK 10.1.0 → engine mismatch error
  • ❌ Only uninstalling @freshworks/fdk → leaves legacy fdk package behind

Correct Workflow:

# Uninstall both package names
npm uninstall -g @freshworks/fdk 2>/dev/null
npm uninstall -g fdk 2>/dev/null
rm -rf ~/.fdk
npm cache clean --force

# Install FDK 10 on Node 24.11.x
nvm install 24.11
nvm use 24.11
nvm alias default 24.11
npm install -g https://cdn.freshdev.io/fdk/latest-v24.tgz

# Verify
fdk version  # Should show 10.x.x
node --version  # Should show v24.11.x

Quick Detection (Pre-Subagent)

Run these checks directly before spawning subagents to provide context:

fdk version 2>&1 || echo "FDK not installed"
node --version 2>&1 || echo "Node not installed"
command -v nvm &>/dev/null && echo "nvm installed" || echo "nvm missing"
nvm current 2>&1 || echo "No nvm version active"
ls ~/.fdk 2>&1 || echo "No ~/.fdk directory"

Report format:

DETECTION:
- FDK: [version/not installed]
- Node: [version/not installed]
- nvm: [installed/missing]
- nvm current: [version/none]
- ~/.fdk: [exists/missing]

Operation 1: Install

Trigger: FDK not installed or user requests installation.

Steps:

  1. Detect OS: uname -s (macOS: Darwin, Linux: Linux, Windows: use $env:OS)
  2. Check prerequisites: command -v nvm || echo "nvm missing" node --version || echo "node missing"
  3. Spawn subagent with this prompt:
Install FDK 10 with Node 24 using official Freshworks CLI.

DETECTION:
- OS: [detected from step 1]
- nvm: [installed/missing]
- Node: [version/missing]

INSTALLATION METHOD:

macOS (Homebrew):
  brew tap freshworks/tap
  brew install fdk

Windows (Chocolatey):
  choco install fdk

Linux/Manual (nvm + npm):
  nvm install 24
  nvm use 24
  nvm alias fdk 24
  npm install -g @freshworks/fdk

VERIFICATION:
  fdk version
  node --version

REPORT:
  ✓ FDK version: [version]
  ✓ Node version: [version]
  ✓ Installation method: [brew/choco/npm]
  1. MANDATORY VERIFICATION (CRITICAL): # Test 1: FDK accessible in current shell fdk version || echo "FAILED: FDK not in current shell" # Test 2: FDK accessible in new shell (CRITICAL) zsh -c 'fdk version' || bash -c 'fdk version' || echo "FAILED: FDK not persistent" # Test 3: Node version correct node --version | grep "v24" || echo "FAILED: Wrong Node version" # Test 4: nvm configured nvm current | grep "24" || echo "FAILED: nvm not using Node 24"
  2. Report format: [VALID] FDK installed successfully Verification: ✓ Current shell | ✓ New shell | ✓ Node 24 | ✓ nvm configured Installation: [method] FDK version: [version] Node version: [version]

Next steps:

  1. Restart terminal (or source ~/.zshrc)
  2. Run: fdk version
  3. Create app: fdk create
**Error handling:** If installation fails, read `references/macos.md` or `references/windows.md` for OS-specific troubleshooting.

**CRITICAL RULES:**
- [INVALID] NEVER say "installation complete" without new shell verification
- [VALID] ALWAYS verify in new shell: `zsh -c 'fdk version'`
- [VALID] ALWAYS verify Node 24 is active
- [INVALID] NEVER skip verification steps

---

## Operation 2: Upgrade

**Trigger:** User wants latest FDK version.

**Steps:**

1. Check current version: `fdk version`

2. Spawn subagent:

Upgrade FDK to latest version using official CLI.

CURRENT VERSION: [from step 1]

UPGRADE: npm install -g @freshworks/fdk@latest

MANDATORY VERIFICATION:

Test 1: Version upgraded

fdk version

Test 2: Works in new shell

zsh -c 'fdk version' || bash -c 'fdk version'

Test 3: Only one version installed

npm list -g @freshworks/fdk

REPORT: ✓ Upgraded: [old] → [new] ✓ New shell verification: Passed ✓ Single version: Confirmed

**CRITICAL RULES:**
- [VALID] ALWAYS verify upgrade worked in new shell
- [VALID] ALWAYS check only one FDK version exists
- [INVALID] NEVER skip new shell verification

---

## Operation 3: Downgrade

**Trigger:** User needs specific FDK version.

**Steps:**

1. Parse target version from user request (e.g., "10.0.0")

2. Check current version: `fdk version`

3. Spawn subagent:

Downgrade FDK to version [TARGET] and set as global default.

CURRENT: [from step 2] TARGET: [from step 1]

COMPLETE UNINSTALL: npm uninstall -g @freshworks/fdk rm -rf ~/.fdk npm cache clean --force

INSTALL TARGET: nvm use fdk npm install -g @freshworks/fdk@[TARGET]

GLOBAL SWITCH: nvm alias default fdk echo "nvm use fdk > /dev/null 2>&1" >> ~/.zshrc source ~/.zshrc

VERIFICATION: fdk version # Must show [TARGET] zsh -c 'fdk version' # Test new shell

REPORT: ✓ Uninstalled: [old] ✓ Installed: [TARGET] ✓ Global switch: Active in all terminals

4. **MANDATORY VERIFICATION (CRITICAL - ALL TESTS MUST PASS):**

# Test 1: Version matches target CURRENT=$(fdk version 2>&1 | grep -oE '[0-9]+\.[0-9]+\.[0-9]+') [[ "$CURRENT" == "[TARGET]" ]] || echo "FAILED: Version mismatch"

# Test 2: Works in new shell (MOST CRITICAL) NEW_SHELL=$(zsh -c 'fdk version' 2>&1 | grep -oE '[0-9]+\.[0-9]+\.[0-9]+') [[ "$NEW_SHELL" == "[TARGET]" ]] || echo "FAILED: Not persistent"

# Test 3: ~/.fdk removed [ ! -d ~/.fdk ] || echo "FAILED: ~/.fdk still exists"

# Test 4: nvm default set nvm alias default | grep "fdk" || echo "FAILED: nvm default not set"

# Test 5: Only one version npm list -g @freshworks/fdk | grep -c "@freshworks/fdk@" | grep "1" || echo "WARNING: Multiple versions"


1. **Report format:** `[VALID] FDK downgraded successfully to [TARGET] Verification: ✓ Version match | ✓ New shell | ✓ ~/.fdk removed | ✓ nvm default | ✓ Single version Changes: - Uninstalled: [old] - Installed: [TARGET] - Global switch: Active - Cache: Cleared Critical test: Open NEW terminal and run: fdk version Expected output: [TARGET]`

**Critical:** Complete uninstall prevents version conflicts. Global switch ensures persistence across ALL terminals.

**CRITICAL RULES:**

- [INVALID] NEVER skip complete uninstall before downgrade
- [INVALID] NEVER skip ~/.fdk removal
- [INVALID] NEVER skip nvm default alias
- [INVALID] NEVER skip new shell verification
- [VALID] ALWAYS verify ALL 5 tests pass
- [VALID] If ANY test fails, re-run operation

---

## Operation 4: Uninstall

**Trigger:** User wants to remove FDK completely.

**Steps:**

1. Check if FDK exists: `command -v fdk`
2. Spawn subagent:

Completely remove FDK and all artifacts.

DETECTION: fdk version || echo "not installed" ls ~/.fdk || echo "no cache"

COMPLETE REMOVAL: npm uninstall -g @freshworks/fdk npm uninstall -g @freshworks/fdk --force # If first fails rm -rf ~/.fdk npm cache clean --force

MANUAL CLEANUP (if npm fails): NPM_PREFIX=$(npm config get prefix) rm -f "$NPM_PREFIX/bin/fdk" rm -rf "$NPM_PREFIX/lib/node_modules/@freshworks/fdk"

SHELL CONFIG CLEANUP: cp ~/.zshrc ~/.zshrc.bak sed -i '/fdk/d' ~/.zshrc

VERIFICATION: command -v fdk && echo "FAILED" || echo "SUCCESS" [ ! -d ~/.fdk ] && echo "Cache removed"

REPORT: ✓ npm package: Removed ✓ Binary: Removed ✓ Cache (~/.fdk): Removed ✓ Shell config: Cleaned

PRESERVED: ✓ Node 24: [version] ✓ nvm: [version]


1. **MANDATORY VERIFICATION (CRITICAL - ALL TESTS MUST PASS):** `# Test 1: FDK command removed command -v fdk && echo "FAILED: FDK still exists" || echo "PASSED" # Test 2: Not in new shell zsh -c 'command -v fdk' && echo "FAILED: FDK in new shell" || echo "PASSED" # Test 3: ~/.fdk removed [! -d ~/.fdk] || echo "FAILED: ~/.fdk still exists" # Test 4: Not in npm global npm list -g @freshworks/fdk 2>&1 | grep -q "empty" || npm list -g @freshworks/fdk 2>&1 | grep -q "@freshworks/fdk" && echo "FAILED: Still in npm" # Test 5: Binary removed [! -f /usr/local/bin/fdk] && [! -f ~/.local/bin/fdk] || echo "FAILED: Binary exists"`
2. **Report format:** `[VALID] FDK uninstalled completely Verification: ✓ Command removed | ✓ New shell | ✓ ~/.fdk removed | ✓ npm clean | ✓ Binary removed Removed: - npm package: @freshworks/fdk - Binary: [path] - Cache: ~/.fdk - Shell config: Cleaned (backup: ~/.zshrc.bak) Preserved: - Node 24: [version] - nvm: [version] Critical test: Open NEW terminal and run: fdk version Expected output: command not found`

**CRITICAL RULES:**

- [INVALID] NEVER say "uninstall complete" without new shell verification
- [INVALID] NEVER skip ~/.fdk removal
- [INVALID] NEVER skip npm cache cleanup
- [VALID] ALWAYS verify ALL 5 tests pass
- [VALID] ALWAYS backup shell config before modifications
- [VALID] If ANY test fails, re-run manual cleanup steps

---

## Operation 5: Status

**Trigger:** User checks FDK installation.

**Steps:**

1. Run checks directly (no subagent needed):

echo "=== FDK Status ===" fdk version 2>&1 || echo "Not installed" node --version 2>&1 || echo "Not installed" nvm --version 2>&1 || echo "Not installed" which fdk [ -d ~/.fdk ] && echo "Cache exists" || echo "No cache" echo "=================="


1. Report findings to user.

---

## Progressive Disclosure

Load these references only when needed:

- **Complex scenarios:** Read `references/cross-scenarios.md`
- **macOS issues:** Read `references/macos.md`
- **Windows issues:** Read `references/windows.md`

Do not load these files unless the operation fails or user has a complex setup.

---

## Error Recovery

| Error | Action |
| --- | --- |
| `fdk: command not found` | Run Operation 1 (Install) |
| `npm permission denied` | Use nvm, never sudo npm |
| `Node version mismatch` | Run `nvm use fdk` |
| Version conflicts | Run Operation 4 (Uninstall) then Operation 1 (Install) |
| OS-specific failure | Read `references/[os].md` |

---

## Verification Gates - MANDATORY

**[ALERT] ZERO TOLERANCE: An operation is NEVER complete unless ALL gates pass.**

| Gate | Checks |
| --- | --- |
| **1 – Command exists** | `command -v fdk` succeeds (install/upgrade/downgrade) OR fails (uninstall) |
| **2 – New shell** | `zsh -c 'fdk version'` shows correct version (install/upgrade/downgrade) OR fails (uninstall) |
| **3 – Version match** | `fdk version` output matches expected version (install/upgrade/downgrade) |
| **4 – Cache state** | `~/.fdk` removed (downgrade/uninstall) OR exists (install/upgrade) |
| **5 – npm state** | Single version in `npm list -g @freshworks/fdk` (install/upgrade/downgrade) OR empty (uninstall) |
| **6 – nvm default** | `nvm alias default` set to fdk (downgrade) |

**If any gate fails:** do not call the operation complete; fix and re-verify.

---

## Critical Validations (Always Check)

### Installation Validation

| Check | Requirement |
| --- | --- |
| FDK version | Must be 10.0.0+ for Platform 3.0 |
| Node version | Must be 24.x (recommended for FDK 10) |
| nvm | Must be installed and configured |
| Global access | `which fdk` must return path |
| New shell | `zsh -c 'fdk version'` must succeed |

### Downgrade Validation

| Check | Requirement |
| --- | --- |
| Complete uninstall | Previous version removed via npm |
| Cache cleared | `~/.fdk` directory removed |
| Target installed | Exact version specified by user |
| Global switch | `nvm alias default` set to fdk |
| Shell config | Updated with `nvm use fdk` |
| New shell | Version persists in new terminal |

### Uninstall Validation

| Check | Requirement |
| --- | --- |
| npm package | Removed from global packages |
| Binary | Removed from bin directories |
| Cache | `~/.fdk` directory removed |
| Shell config | FDK references removed (with backup) |
| npm cache | Cleaned with `--force` flag |
| New shell | `fdk` command not found |

---

## Error Catalog

| Error | Severity | Action |
| --- | --- | --- |
| `fdk: command not found` | CRITICAL | Run Operation 1 (Install) |
| `npm permission denied` | CRITICAL | Use nvm, NEVER `sudo npm` |
| `Node version mismatch` | HIGH | Run `nvm use fdk` or `nvm use 24` |
| Version conflicts | HIGH | Run Operation 4 (Uninstall) then Operation 1 (Install) |
| `~/.fdk` persists after uninstall | MEDIUM | Manual removal: `rm -rf ~/.fdk` |
| Old version in new shell | HIGH | Re-run downgrade with global switch |
| Multiple FDK versions | MEDIUM | Uninstall all, reinstall target version |
| OS-specific failure | VARIES | Read `references/[os].md` |

---

## Anti-Patterns

**Do not:**

- Install Node without nvm
- Use `sudo npm install -g`
- Skip complete uninstall before downgrade
- Leave ~/.fdk directory after uninstall
- Create documentation files (README, CHANGELOG)
- Write installation steps manually - use subagents
- Say "complete" without new shell verification
- Skip any verification gate

**Always:**

- Use official FDK CLI commands
- Verify after every operation
- Preserve existing Node versions
- Clean up completely on uninstall
- Set global default on downgrade
- Test in new shell
- Run ALL verification gates
- Report verification results

---

## Summary

- **SKILL.md** — core enforcement, operations, verification gates, error catalog
- **references/cross-scenarios.md** — complex multi-Node scenarios, PATH conflicts, dual version setups
- **references/macos.md** — macOS-specific installation, Homebrew, zsh configuration
- **references/windows.md** — Windows-specific installation, Chocolatey, PowerShell configuration
- **commands/** — slash command definitions (/fdk-install, /fdk-upgrade, /fdk-downgrade, /fdk-uninstall, /fdk-status)

When uncertain, load the specific `references/` file before implementing.

---

## Constraints (Enforced Automatically)

- **Strict mode:** Always reject Platform 2.3/FDK 9.x requests
- **No inference without source:** If not in references, respond "Insufficient FDK installation certainty"
- **Verification mandatory:** Every operation MUST pass all verification gates
- **Production-ready only:** Generate complete, persistent installations
- **Global persistence:** Downgrade MUST work across all terminals
- **Complete cleanup:** Uninstall MUST remove all artifacts

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.98%
按下载量换算46

Claude

28%
按下载量换算35

Cursor

18.15%
按下载量换算23

Gemini CLI

9.9%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/freshworks-developers/marketplace --skill fdk-setup 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills