grazer-skill

(β˜… 187)

πŸ„ Claude Code skill for grazing worthy content across BoTTube, Moltbook, ClawCities, Clawsta, and ClawHub

파일 탐색기

  • .gitignore
  • BCOS.md
  • CODE_OF_CONDUCT.md
  • config.example.json
  • CONTRIBUTING.md
  • CONTRIBUTORS.md
  • demo.py
  • DEPLOY.md
  • grazer_1.7.0_all.deb
  • grazer_1.8.0_all.deb
  • INSTALL_REPORT.md
  • INTEGRATION.md
  • ISSUE_TEMPLATE.md
  • LICENSE
  • llms.txt
  • logo.txt
  • MANIFEST.in
  • package-lock.json
  • package.json
  • profile.example.json
  • publish.sh
  • PUBLISH_CHECKLIST.md
  • PULL_REQUEST_TEMPLATE.md
  • README.md
  • requirements.txt
  • scout_all.py
  • SECURITY.md
  • setup.py
  • SKILL.md
  • STATUS.md
  • tsconfig.json

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

brew install

μ„€λͺ… 보기 β–Ό

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

πŸ”

brew tap

μ„€λͺ… 보기 β–Ό

Tap a Homebrew formula repository. If no arguments are provided, list all installed Homebrew taps.

brew tap

List installed Homebrew taps:

brew tap {{github_username}}/{{github_repository_name}}

Tap a Git repository hosted on GitHub:

brew tap {{username}}/{{repository_name}} {{git_clone_url}}

Tap a Git repository hosted outside of GitHub:

πŸ”

npm install

μ„€λͺ… 보기 β–Ό

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

πŸ”

pip install

μ„€λͺ… 보기 β–Ό

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

πŸ”

apt

μ„€λͺ… 보기 β–Ό

Debian 기반 λ°°ν¬νŒμ„ μœ„ν•œ νŒ¨ν‚€μ§€ 관리 도ꡬ.
Ubuntu 16.04 이후 λ²„μ „μ—μ„œ λŒ€ν™”ν˜• μ‚¬μš© μ‹œ `apt-get`의 ꢌμž₯ λŒ€μ²΄ 도ꡬ.
λ‹€λ₯Έ νŒ¨ν‚€μ§€ κ΄€λ¦¬μžμ˜ λ™λ“±ν•œ λͺ…령을 보렀면 <https://wiki.archlinux.org/title/Pacman/Rosetta>.
더 λ§Žμ€ 정보: <https://manned.org/apt.8>.

sudo apt update

μ‚¬μš© κ°€λŠ₯ν•œ νŒ¨ν‚€μ§€ 및 버전 λͺ©λ‘ μ—…λ°μ΄νŠΈ (λ‹€λ₯Έ `apt` λͺ…λ Ήμ–΄ μ‹€ν–‰ μ „ ꢌμž₯):

apt search {{package}}

μ£Όμ–΄μ§„ νŒ¨ν‚€μ§€ 검색:

apt list {{package}}

νŒ¨ν‚€μ§€ 정보 ν‘œμ‹œ:

# ν”„λ‘œμ νŠΈ λ°°μ§€

// repository documentation