← Back to Skills Marketplace
0
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install workspace-git-setup
Description
One-command Git tracking setup for any working directory, with a security-focused .gitignore (credentials, TLS/SSH private keys, tokens, runtime caches & PID...
Usage Guidance
Install only if you want a tool that may initialize Git and locally commit your workspace. Run --dry-run or --audit first, inspect .gitignore and git status, and remember that local commits can still capture files not covered by the ignore rules even though the tool does not push to a remote.
Capability Assessment
Purpose & Capability
The stated purpose is Git setup and repo auditing, and the artifacts implement that with bash and git: initializing a repo, writing or reviewing .gitignore, setting Git config, scanning tracked/untracked files, and making a local commit.
Instruction Scope
The trigger phrases are broad, but they are still framed around version tracking, backup/history, repo health, or secret-leak checks. The mutating default flow is clearly documented, with --audit and --dry-run disclosed as non-mutating alternatives.
Install Mechanism
The package contains README.md, SKILL.md, and scripts/setup.sh. There is no hidden installer, package manager bootstrap, background service, or automatic dependency installation.
Credentials
The script operates on the chosen workspace, reads Git identity from environment or git config, scans filenames and file sizes, and mutates local Git state. That scope is broad but proportionate for a Git setup tool.
Persistence & Privilege
It creates persistent local Git state, .gitignore content, Git config, and commits. It does not add remotes, push data, install persistence mechanisms, or request elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workspace-git-setup - After installation, invoke the skill by name or use
/workspace-git-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
UGLIC fixes: realpath fallback for macOS, Author/Repo/License in SKILL.md, better dry-run hint
v1.0.2
frontmatter aligned with vercel-labs/agent-skills format; fixes npx skills add compatibility
v1.0.1
i18n: bilingual SKILL.md description + bilingual README
v1.0.0
Initial release on clawhub
Metadata
Frequently Asked Questions
What is Workspace Git Setup?
One-command Git tracking setup for any working directory, with a security-focused .gitignore (credentials, TLS/SSH private keys, tokens, runtime caches & PID... It is an AI Agent Skill for Claude Code / OpenClaw, with 0 downloads so far.
How do I install Workspace Git Setup?
Run "/install workspace-git-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workspace Git Setup free?
Yes, Workspace Git Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Workspace Git Setup support?
Workspace Git Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workspace Git Setup?
It is built and maintained by Evan Song (@songhonglei); the current version is v1.0.3.
More Skills