Skip to content
OpenSmartRoute
Skillv1.0.0

git-sync

Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.

by sundial-org(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sundial-org/awesome-openclaw-skills (skills/git-sync/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill git-sync. Copyright stays with the author.

Git Sync Skill

Automatically syncs local workspace changes to the remote GitHub repository. Designed to be called by PCEC cycles or after significant changes.

Tools

git_sync

Commit and push changes.

  • message (optional): Commit message. Defaults to "Auto-sync: Routine evolution update".

Safety

  • Uses .gitignore and pre-commit hooks (ADL-compliant) to prevent secret leakage.
  • Checks if there are changes before committing.

Implementation

Wrapper around git add . && git commit && git push.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-git-sync/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sundial-org-awesome-openclaw-skills-git-sync.ocm.jsonjson
{
  "ocm": "1",
  "id": "sundial-org-awesome-openclaw-skills-git-sync",
  "kind": "skill",
  "name": "git-sync",
  "description": "Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.",
  "publisher": "sundial-org",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "git",
      "sync",
      "backup",
      "version-control",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sundial-org/awesome-openclaw-skills",
      "path": "skills/git-sync/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/HEAD/skills/git-sync/SKILL.md",
      "key": "sundial-org/awesome-openclaw-skills/skills/git-sync/SKILL.md"
    }
  },
  "instructions": "# Git Sync Skill\n\nAutomatically syncs local workspace changes to the remote GitHub repository.\nDesigned to be called by PCEC cycles or after significant changes.\n\n## Tools\n\n### git_sync\nCommit and push changes.\n\n- **message** (optional): Commit message. Defaults to \"Auto-sync: Routine evolution update\".\n\n## Safety\n- Uses `.gitignore` and `pre-commit` hooks (ADL-compliant) to prevent secret leakage.\n- Checks if there are changes before committing.\n\n## Implementation\nWrapper around `git add . && git commit && git push`.",
  "cost": {
    "context_tokens": 130
  }
}

Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-git-sync/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.