📦 Svn Tool — SVN版本控制

v1.0.0

Subversion 命令行封装,支持 checkout、update、commit、log、branch、diff、merge 等全套操作,一句话搞定 SVN 仓库交互。

1· 63·1 当前·1 累计
下载技能包
最后更新
2026/4/13
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is an instruction-only SVN CLI reference whose requirements and instructions align with its stated purpose; it does not request unexpected credentials, install code, or external endpoints.
评估建议
This skill is a documentation/reference wrapper for using the svn CLI. Before using it: ensure the Subversion client is already installed on your system; avoid passing plaintext passwords on command lines (use credential helpers or interactive auth); review any commit commands before executing because svn commit will modify remote history; verify repository URLs before checkout/switch operations. Because the skill is instruction-only, it won't install code, but any commands it suggests will run ...
详细分析 ▾
用途与能力
名称与描述承诺提供 SVN CLI 操作,SKILL.md 仅包含 svn 命令及 SVN 相关指引,未索要无关服务、二进制文件或凭证。
指令范围
SKILL.md 指示执行标准 svn 命令,并引用常见 SVN 路径(~/.subversion/auth)与环境变量(SVN_AUTH_CACHE、SVN_CONFIG_DIR、SVN_EDITOR)。这些引用符合 SVN 使用场景,但技能未声明必须设置的环境变量,属于信息性说明而非隐藏需求。
安装机制
无安装规范与代码文件,仅为指令集合。不会通过安装器下载或写入任何内容,降低安装阶段风险。
凭证需求
技能本身不请求或索要凭据;仅提及 --username/--password 选项并指向标准 SVN 认证缓存。因建议可使用 --password,用户应避免明文传递密码,优先使用凭证助手或交互式认证。整体环境/凭证范围与其用途相符。
持久化与权限
always 为 false,技能由用户调用,也可被默认自主调用。未请求持久系统级权限,也不修改其他技能或配置。未申请提升后的持久权限。
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/13

svn-tool 1.0.0 初始发布: - 提供完整 SVN 代码版本控制功能,包括检出、更新、提交、日志、状态、分支管理、差异和冲突解决 - 支持常见 SVN 命令及常用参数 - 用户可通过自然语言触发多种 SVN 操作场景 - 提供最佳实践、常见问题与环境变量说明 - 包含常用忽略文件设置与分支操作示例

无害

安装命令

点击复制
官方npx clawhub@latest install svn-tool
镜像加速npx clawhub@latest install svn-tool --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库