grazer-skill

(β˜… 187)

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

File Explorer

ZIP Download
  • .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

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

πŸ”

brew install

View Details β–Ό

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

View Details β–Ό

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

View Details β–Ό

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

View Details β–Ό

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

View Details β–Ό

Package manager for Debian-based distributions.
Intended as a user-friendly alternative to `apt-get` for interactive use.
For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.

sudo apt update

Update the list of available packages and versions (recommended before running other `apt` commands):

apt search {{package}}

Search packages by name or description:

apt list {{package}}

Search packages by name only (supports wildcards like `*`):

# Project Badges

// repository documentation