Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ooai-skills
ooai-skills
  • End-to-end loop
  • Concepts and layout
  • Commands reference
  • Curated repo list
  • MinIO registry
  • Deep Agents integration
  • Security notes
  • API Reference
    • ooai_skills
      • ooai_skills.cli
      • ooai_skills.curated
      • ooai_skills.data
      • ooai_skills.direct
      • ooai_skills.discover
      • ooai_skills.frontmatter
      • ooai_skills.git
      • ooai_skills.hashing
      • ooai_skills.ingest_zip
      • ooai_skills.init
      • ooai_skills.local
      • ooai_skills.mcp_server
      • ooai_skills.mirror
      • ooai_skills.models
      • ooai_skills.push_local
      • ooai_skills.remote_tools
      • ooai_skills.s3
      • ooai_skills.settings
      • ooai_skills.sources
      • ooai_skills.sync
  • Troubleshooting
  • FAQ
Back to top
View this page
Edit this page

ooai_skills.git¶

Functions¶

is_git_available()

clone_repo(repo, ref, dest)

Module Contents¶

ooai_skills.git.is_git_available()¶
Return type:

bool

ooai_skills.git.clone_repo(repo, ref, dest)¶
Parameters:
  • repo (str)

  • ref (str)

  • dest (pathlib.Path)

Return type:

str

Next
ooai_skills.hashing
Previous
ooai_skills.frontmatter
Copyright © 2025, William R. Astley
Made with Sphinx and @pradyunsg's Furo
On this page
  • ooai_skills.git
    • Functions
    • Module Contents
      • is_git_available()
      • clone_repo()