원클릭으로
git-readonly-sync
Clone or pull public repositories in read-only workflows to gather reference material.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Clone or pull public repositories in read-only workflows to gather reference material.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read a specific note from an Obsidian vault and return the full markdown content.
Search an Obsidian vault (markdown files) and return matching note paths/snippets.
Create, update, and inspect message routing rules and dead-letter queues.
Call the Notion API for searching, reading, and updating pages and databases.
Search the public web for current information and return concise source-backed findings.
Transcribe audio files to text using Groq or OpenAI Whisper.
| name | git-readonly-sync |
| description | Clone or pull public repositories in read-only workflows to gather reference material. |
| metadata | {"cyberagent":{"tool":"git-readonly-sync","timeout_class":"standard"}} |
| input_schema | {"type":"object","properties":{"repo":{"type":"string"},"dest":{"type":"string"},"branch":{"type":"string"},"depth":{"type":"integer"},"token_env":{"type":"string"},"token_username":{"type":"string"}}} |
| output_schema | {"type":"object","properties":{"output":{"type":"string"},"error":{"type":"string"}}} |
Use this skill to retrieve repository content for analysis without pushing changes.
Guidelines:
clone, fetch, pull, show, log).Inputs (CLI args):
--repo: repository URL (https or ssh).--dest: destination directory.--branch: branch name (default: main).--depth: shallow clone depth (default: 1).--token-env: env var name containing a read-only token (optional).--token-username: username for the token (optional, defaults to x-access-token).Notes:
--token-env and ensure the token is supplied via 1Password.