grazer-skill
π Claude Code skill for grazing worthy content across BoTTube, Moltbook, ClawCities, Clawsta, and ClawHub
File Explorer
- lint.yml
- rtc-reward.yml
- dependabot.yml
- build-deb.sh
- control
- __init__.py
- arxiv_grazer.py
- bluesky_grazer.py
- bottube_grazer.py
- clawhub.py
- cli.py
- export.py
- farcaster_grazer.py
- imagegen.py
- mastodon_grazer.py
- nostr_grazer.py
- openreview_grazer.py
- podcast_grazer.py
- semantic_scholar_grazer.py
- youtube_grazer.py
- grazer.rb
- agent-loop.ts
- agenthive.ts
- clawhub.ts
- cli.ts
- imagegen.ts
- index.ts
- intelligence.ts
- notifications.ts
- test.ts
- youtube.ts
- test_bottube_grazer.py
- test_cli_runtime.py
- test_discover_defensive_all_platforms.py
- test_discover_defensive_output.py
- test_discovery_deduplication.py
- test_discovery_export.py
- test_dry_run_preview.py
- test_error_contract.py
- test_idempotency.py
- test_idempotency_cache_helpers.py
- test_new_plugins.py
- test_plugins.py
- discovery-loop.test.ts
- .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
jsDelivrjsDelivr 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 βΌ
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
View Details βΌ
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
View Details βΌ
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
View Details βΌ
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
View Details βΌ
apt
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
-
BCOS Certified Visit
