Token导航 LogoToken导航TokenDH.com
云服务external-servicegithub未标认证来源可访问许可证需确认审计通过

azure-reposAzure repos 部署

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

955

周安装

39

GitHub Stars

519

下载量

309
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-repos

简介

协助 Azure Repos 的版本控制与团队协作流程优化。

  • 适用于 Git 分支策略、Pull Request 审核规则和代码所有权管理。
  • 通过分类索引获取工作流模板与集成扩展使用方法。
  • 执行大规模重写操作前应通知团队成员,防止本地历史与远程冲突。
  • azure-repos 属于云服务类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Azure Repos Skill

This skill provides expert guidance for Azure Repos. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file
IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL36-L49Diagnosing and fixing Git/TFVC issues in Azure Repos: index.lock, push/RPC errors, merge/lock conflicts, undo/recover changes, and troubleshooting CodeQL, dependency, and secret scanning.
Best PracticesL50-L65Git and TFVC best practices: branching, pull requests, merges, large binaries,.gitignore, cross‑platform compatibility, repo health, and workspace cleanup/optimization.
Decision MakingL66-L74Guidance on choosing and migrating version control in Azure Repos: Git vs TFVC, SVN/TFVC-to-Git migration strategies, mixed Git+TFVC use, and local vs server TFVC workspaces.
Architecture & Design PatternsL75-L83Designing and choosing TFVC branching structures/strategies, planning strategic branches, implementing feature isolation, and managing branches for DevOps workflows in Azure Repos.
Limits & QuotasL84-L89Repo size/branch/file limits in Azure Repos Git, and which languages/package managers are supported for GitHub Advanced Security dependency scanning.
SecurityL90-L113Securing Azure Repos and TFVC: auth methods (Entra, PAT, SSH, GCM), repo/branch/PR permissions and policies, branch locking, secure imports, and GitHub Advanced Security setup.
ConfigurationL114-L144Configuring Azure Repos/DevOps Git & TFVC: branch and PR policies, notifications, templates, repo settings, work item keywords, and security/scanning (CodeQL, secrets, dependencies).
Integrations & Coding PatternsL145-L198Integrating Azure Repos with tools (Functions, Node.js, IDEs, Slack/Teams, scanners) and automating workflows via TFVC/tf.exe and Git-specific commands and permissions.

Troubleshooting

TopicURL
Handle Git index.lock issues in Visual Studio and Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/git-index-lock?view=azure-devops
Troubleshoot Git issues in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/howto?view=azure-devops
Troubleshoot and resolve Git merge conflicts in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/merging?view=azure-devops
Fix RPC failure errors when pushing to Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/rpc-failures-http-postbuffer?view=azure-devops
Undo and recover Git changes in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/undo?view=azure-devops
Troubleshoot CodeQL code scanning in Azure DevOpshttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-code-scanning-troubleshoot?view=azure-devops
Troubleshoot dependency scanning in GitHub Advanced Securityhttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-dependency-scanning-troubleshoot?view=azure-devops
Troubleshoot secret scanning issues in GitHub Advanced Securityhttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-secret-scanning-troubleshoot?view=azure-devops
Resolve TFVC file and merge conflicts effectivelyhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/resolve-team-foundation-version-control-conflicts?view=azure-devops
Resolve TFVC locks and undo changes in other workspaceshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/undo-changes-another-user-workspace?view=azure-devops

Best Practices

TopicURL
Complete, abandon, or revert Azure Repos pull requestshttps://learn.microsoft.com/en-us/azure/devops/repos/git/complete-pull-requests?view=azure-devops
Adopt effective Git branching strategies in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/git-branching-guidance?view=azure-devops
Manage author names and emails for Azure Repos commitshttps://learn.microsoft.com/en-us/azure/devops/repos/git/git-names?view=azure-devops
Configure Git ignore rules for Azure Repos projectshttps://learn.microsoft.com/en-us/azure/devops/repos/git/ignore-files?view=azure-devops
Manage large binary files in Azure Repos Githttps://learn.microsoft.com/en-us/azure/devops/repos/git/manage-large-files?view=azure-devops
Choose merge strategies and use squash merges in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash?view=azure-devops
Ensure cross-platform Git compatibility in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/os-compatibility?view=azure-devops
Remove large binaries from Azure Repos Git historyhttps://learn.microsoft.com/en-us/azure/devops/repos/git/remove-binaries?view=azure-devops
Maintain healthy Git repositories in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/repo-health?view=azure-devops
Review Azure Repos pull requests effectivelyhttps://learn.microsoft.com/en-us/azure/devops/repos/git/review-pull-requests?view=azure-devops
Clean up TFVC workspaces and files when users leavehttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/clean-up-files-when-users-leave?view=azure-devops
Optimize TFVC workspaces for performancehttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/optimize-your-workspace?view=azure-devops

Decision Making

Architecture & Design Patterns

Limits & Quotas

Security

TopicURL
Manage Azure Repos pull requests and permissionshttps://learn.microsoft.com/en-us/azure/devops/repos/git/about-pull-requests?view=azure-devops
Authenticate to Azure Repos Git with Entra, PAT, or SSHhttps://learn.microsoft.com/en-us/azure/devops/repos/git/auth-overview?view=azure-devops
Set Azure Repos Git branch permissions and accesshttps://learn.microsoft.com/en-us/azure/devops/repos/git/branch-permissions?view=azure-devops
Configure Azure Repos Git branch policies securelyhttps://learn.microsoft.com/en-us/azure/devops/repos/git/branch-policies?view=azure-devops
Clone Azure Repos Git repositories with secure authenticationhttps://learn.microsoft.com/en-us/azure/devops/repos/git/clone?view=azure-devops
Secure Azure Repos SSH keys with passphraseshttps://learn.microsoft.com/en-us/azure/devops/repos/git/gcm-ssh-passphrase?view=azure-devops
Securely import external Git repositories into Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/import-git-repository?view=azure-devops
Lock Azure Repos Git branches to prevent updateshttps://learn.microsoft.com/en-us/azure/devops/repos/git/lock-branches?view=azure-devops
Enforce branch folder structure and secure auth in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/require-branch-folders?view=azure-devops
Configure Azure Repos Git repository permissionshttps://learn.microsoft.com/en-us/azure/devops/repos/git/set-git-repository-permissions?view=azure-devops
Use Git Credential Manager to access Azure Repos securelyhttps://learn.microsoft.com/en-us/azure/devops/repos/git/set-up-credential-managers?view=azure-devops
Configure SSH key authentication for Azure Repos Githttps://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops
Configure GitHub Advanced Security in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/security/configure-github-advanced-security-features?view=azure-devops
Set up GitHub Advanced Security code scanning in Azure DevOpshttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-code-scanning?view=azure-devops
Manage permissions for GitHub Advanced Security in Azure DevOpshttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-permissions?view=azure-devops
Control TFVC access with permissions and inheritancehttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/control-access-team-foundation-version-control?view=azure-devops
Permanently destroy TFVC version-controlled files safelyhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/destroy-version-controlled-files?view=azure-devops
Use TFVC permission command to manage ACLshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/permission-command?view=azure-devops
Remove or restrict access to TFVC version-controlled fileshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/remove-access-version-control-files?view=azure-devops
Configure TFVC repository permissions and access controlhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/set-tfvc-repository-permissions?view=azure-devops

Configuration

TopicURL
Configure Azure Repos Git branch policies for code qualityhttps://learn.microsoft.com/en-us/azure/devops/repos/git/branch-policies-overview?view=azure-devops
Use Visual Studio Git commands and Azure DevOps integrationhttps://learn.microsoft.com/en-us/azure/devops/repos/git/command-prompt?view=azure-devops
Configure Git preferences and config files in Visual Studiohttps://learn.microsoft.com/en-us/azure/devops/repos/git/git-config?view=azure-devops
Configure Azure Repos branch policy for external status serviceshttps://learn.microsoft.com/en-us/azure/devops/repos/git/pr-status-policy?view=azure-devops
Configure Azure Repos pull request notification subscriptionshttps://learn.microsoft.com/en-us/azure/devops/repos/git/pull-request-notifications?view=azure-devops
Configure custom pull request target branches in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/pull-request-targets?view=azure-devops
Configure pull request templates in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/pull-request-templates?view=azure-devops
Configure Azure Repos Git repository-level settingshttps://learn.microsoft.com/en-us/azure/devops/repos/git/repository-settings?view=azure-devops
Configure commit message keywords to close Azure Boards work itemshttps://learn.microsoft.com/en-us/azure/devops/repos/git/resolution-mentions?view=azure-devops
Configure custom CodeQL queries in Azure DevOpshttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-code-scanning-queries?view=azure-devops
Configure dependency scanning for GitHub Advanced Security in Azure DevOpshttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-dependency-scanning?view=azure-devops
Understand secret scanning patterns in GitHub Advanced Securityhttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-secret-scan-patterns?view=azure-devops
Configure secret scanning for GitHub Advanced Security in Azure DevOpshttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-secret-scanning?view=azure-devops
Configure TFVC check-in policies in Visual Studiohttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/add-check-policies?view=azure-devops
Configure external diff tools for TFVC file typeshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/associate-file-type-file-comparison-tool?view=azure-devops
Configure TFVC check-in notes requirementshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/configure-check-notes?view=azure-devops
Configure TFVC check-out behavior in Visual Studiohttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/configure-check-out-settings?view=azure-devops
Configure TFVC project settings with the configure commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/configure-command?view=azure-devops
Create and configure TFVC workspaceshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/create-work-workspaces?view=azure-devops
Edit TFVC check-in policy settingshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/edit-check-policies?view=azure-devops
Enable or disable TFVC check-in policieshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/enable-disable-check-policies?view=azure-devops
Configure TFVC folder comparison filters in Visual Studiohttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/folder-comparison-filters?view=azure-devops
Configure TFVC proxy command for server accesshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/proxy-command?view=azure-devops
Remove check-in policies from TFVC projectshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/remove-check-policies?view=azure-devops
Configure TFVC check-in policies and quality gateshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/set-enforce-quality-gates?view=azure-devops
Configure Test Impact for partially mapped TFVC reposhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/test-impact-for-partially-mapped-tfvc-repositories?view=azure-devops
Migrate custom TFVC check-in policy implementationshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/tfvc-check-in-policy-migrate-guide?view=azure-devops

Integrations & Coding Patterns

TopicURL
Create Azure Functions-based custom branch policy for PRshttps://learn.microsoft.com/en-us/azure/devops/repos/git/create-pr-status-server-with-azure-functions?view=azure-devops
Build a Node.js pull request status server for Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/create-pr-status-server?view=azure-devops
Use Azure DevOps IntelliJ plugin with Git repositorieshttps://learn.microsoft.com/en-us/azure/devops/repos/git/create-repo-intellij?view=azure-devops
Authenticate Go install with Azure Repos Githttps://learn.microsoft.com/en-us/azure/devops/repos/git/go-install?view=azure-devops
Extend Azure Repos pull request workflow with status and policyhttps://learn.microsoft.com/en-us/azure/devops/repos/git/pull-request-status?view=azure-devops
Use Azure CLI and Git to share code in Azure Reposhttps://learn.microsoft.com/en-us/azure/devops/repos/git/share-your-code-in-git-cmdline?view=azure-devops
Share Eclipse projects to Azure Repos Githttps://learn.microsoft.com/en-us/azure/devops/repos/git/share-your-code-in-git-eclipse?view=azure-devops
Connect Xcode projects to Azure Repos with modern authhttps://learn.microsoft.com/en-us/azure/devops/repos/git/share-your-code-in-git-xcode?view=azure-devops
Connect Azure Repos notifications to Slack channelshttps://learn.microsoft.com/en-us/azure/devops/repos/integrations/repos-slack?view=azure-devops
Monitor Azure Repos activity in Microsoft Teamshttps://learn.microsoft.com/en-us/azure/devops/repos/integrations/repos-teams?view=azure-devops
Integrate third-party scanners via SARIF in Azure DevOpshttps://learn.microsoft.com/en-us/azure/devops/repos/security/github-advanced-security-code-scanning-third-party?view=azure-devops
Use the TFVC add command to track new fileshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/add-command?view=azure-devops
Create TFVC branches using the branch commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/branch-command?view=azure-devops
View TFVC branch history with the branches commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/branches-command?view=azure-devops
Inspect and edit TFVC changesets using the changeset commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/changeset-command?view=azure-devops
Check in TFVC pending changes with the checkin commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/checkin-command?view=azure-devops
Check out and edit TFVC files using checkout/edit commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/checkout-or-edit-command?view=azure-devops
Delete TFVC items using the delete commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/delete-command-team-foundation-version-control?view=azure-devops
Permanently destroy TFVC items using the destroy commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/destroy-command-team-foundation-version-control?view=azure-devops
Compare TFVC files and folders with the difference commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/difference-command?view=azure-devops
List TFVC server items using the dir commandhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/dir-command?view=azure-devops
Use TFVC folderdiff command to compare foldershttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/folderdiff-command?view=azure-devops
Use TFVC get command to download versionshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/get-command?view=azure-devops
Manage Azure Repos Git permissions with tf git permissionhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/git-permission-command?view=azure-devops
View Azure Repos Git files using tf git viewhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/git-view-command?view=azure-devops
Use TFVC help command for CLI syntaxhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/help-command-team-foundation-version-control?view=azure-devops
Use TFVC history command to view revisionshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/history-command?view=azure-devops
Use TFVC label command to manage labelshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/label-command-team-foundation-version-control?view=azure-devops
Use TFVC labels command to list labelshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/labels-command?view=azure-devops
Use TFVC localversions command in workspaceshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/localversions-command?view=azure-devops
Use TFVC lock command to control editshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/lock-command?view=azure-devops
Use TFVC merge command to integrate brancheshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/merge-command?view=azure-devops
Use TFVC merges command to inspect merge historyhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/merges-command?view=azure-devops
Use TFVC msdn command to open docshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/msdn-command?view=azure-devops
Use TFVC info command to inspect itemshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/properties-or-info-command?view=azure-devops
Use TFVC reconcile command to sync workspacehttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/reconcile-command?view=azure-devops
Use TFVC rename command to move itemshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/rename-command-team-foundation-version-control?view=azure-devops
Use TFVC resolve command to handle conflictshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/resolve-command?view=azure-devops
Use TFVC rollback command to revert changesetshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/rollback-command-team-foundation-version-control?view=azure-devops
Use TFVC shelve command to store changeshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/shelve-command?view=azure-devops
Use TFVC shelvesets command to list shelveshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/shelvesets-command?view=azure-devops
Use TFVC status command to view pending changeshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/status-command?view=azure-devops
Use TFVC undelete command to restore itemshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/undelete-command?view=azure-devops
Use TFVC undo command to discard changeshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/undo-command?view=azure-devops
Use TFVC unlabel command to remove labelshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/unlabel-command?view=azure-devops
Use TFVC unshelve command to restore shelvesetshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/unshelve-command?view=azure-devops
Use TFVC command-line (tf.exe) for version control automationhttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/use-team-foundation-version-control-commands?view=azure-devops
Use TFVC view command to retrieve file versionshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/view-command?view=azure-devops
Use TFVC workfold command to map foldershttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/workfold-command?view=azure-devops
Use TFVC workspace command to manage workspaceshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/workspace-command?view=azure-devops
Use TFVC workspaces command to list workspaceshttps://learn.microsoft.com/en-us/azure/devops/repos/tfvc/workspaces-command?view=azure-devops

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

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

平台分布

Codex

33.86%
按下载量换算105

Claude

31.47%
按下载量换算97

Cursor

18.23%
按下载量换算56

Gemini CLI

8.82%
按下载量换算27

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills