Svn Tool

v1.0.0

Subversion (SVN) 代码版本控制工具。使用 svn CLI 进行检入、检出、更新、提交、查看日志等操作。当用户需要与 SVN 仓库交互时触发此技能。

1· 56·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise Subversion CLI operations and the SKILL.md contains only svn CLI commands and SVN-related guidance. Nothing in the bundle asks for unrelated services, binaries, or credentials.
Instruction Scope
SKILL.md directs the agent to run standard svn commands and references common SVN file paths (~/.subversion/auth) and environment variables (SVN_AUTH_CACHE, SVN_CONFIG_DIR, SVN_EDITOR). These references are appropriate for SVN usage, but the skill does not declare required env vars — this is informational rather than a hidden requirement.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by an installer, which minimizes install-time risk.
Credentials
The skill does not require or request credentials or secrets; it mentions options for --username/--password and points to the standard SVN auth cache. Because it suggests using --password, users should avoid passing plaintext passwords to commands and prefer credential helpers or interactive auth. Overall, the env/credential scope is proportionate to its purpose.
Persistence & Privilege
always is false, the skill is user-invocable and can be called autonomously (default). It does not request persistent system-level privileges or modify other skills/config. No elevated persistence is requested.
Assessment
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 locally — grant it permission only when you intend it to operate on your working copy or credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk975ae6n3fva0k59hv34xs482n84sbtx

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments