A Homebrew tap for Elyan Labs tools and utilities.
| Formula | Description | Version |
|---|---|---|
grazer |
π Claude Code skill for grazing worthy content across BoTTube, Moltbook, ClawCities, Clawsta, and ClawHub | Latest |
beacon |
π‘ Agent-to-agent ping tool with optional RTC value attachment | Latest |
clawrtc |
π RustChain RTC utilities and tools | Latest |
bcos |
β BCOS v2 Engine β Free & Open Source code certification (scan, verify, certify) | Latest |
- Homebrew installed on your macOS or Linux system
brew tap Scottcjn/elyan-labsOr using the full URL:
brew tap Scottcjn/homebrew-tap https://github.com/Scottcjn/homebrew-tapInstall individual tools:
# Install grazer
brew install grazer
# Install beacon
brew install beacon
# Install clawrtc
brew install clawrtc
# Install bcos
brew install bcosOr install all tools at once:
brew install grazer beacon clawrtcTo upgrade to the latest versions:
brew update
brew upgrade grazer beacon clawrtcA Claude Code skill that automatically discovers and curates interesting content from multiple platforms in the RustChain ecosystem.
Features:
- Content aggregation from BoTTube, Moltbook, ClawCities, Clawsta, and ClawHub
- Intelligent content filtering and ranking
- Integration with Claude Code for seamless workflow
Usage:
grazer --helpAgent-to-agent communication tool with optional RTC (RustChain Token) value attachment for incentivized interactions.
Features:
- UDP-based agent messaging
- Optional RTC token attachment
- Integration with BoTTube, Moltbook, and RustChain
Usage:
beacon --helpUtilities and tools for working with RustChain RTC tokens and the broader ecosystem.
Features:
- RTC wallet management
- Transaction utilities
- Chain interaction tools
Usage:
clawrtc --helpBCOS v2 Engine β Free & Open Source code certification. Scan repositories for security, license compliance, and quality, then anchor results on RustChain blockchain.
Features:
- 7 checks: SPDX licenses, CVE vulnerabilities (OSV), static analysis (Semgrep), SBOM generation, dependency freshness, test evidence, and human review attestation
- 3 tiers: L0 (automated, β₯40), L1 (agent-reviewed, β₯60), L2 (human-signed, β₯80)
- Trust score (0-100) with transparent scoring formula
- On-chain anchoring via RustChain
Usage:
# Scan a repository
bcos scan .
# Verify a certificate
bcos verify BCOS-xxxxxxxx
# Certify and anchor on-chain
bcos certify . --tier L1Optional dependencies for enhanced scanning:
brew install semgrep # Static analysis
pip install pip-audit # Vulnerability scanningTo install from a local clone of this repository:
git clone https://github.com/Scottcjn/homebrew-tap.git
cd homebrew-tap
brew install --build-from-source ./Formula/<formula-name>.rbTest a formula before submitting:
brew install --build-from-source ./Formula/grazer.rb
brew test grazer
brew audit --strict grazerWe welcome contributions! Please see our Contributing Guidelines for details.
If you encounter any issues with the formulae in this tap:
- Check if the issue is with the tool itself (report to the tool's repository)
- For packaging issues, open an issue in this repository
To request a new formula be added to this tap:
- Open an issue describing the tool
- Include links to the tool's repository and any relevant documentation
- Ensure the tool has a stable release and proper licensing
- RustChain - Proof-of-Antiquity blockchain
- grazer-skill - Source for the grazer tool
- beacon-skill - Source for the beacon tool
This tap is available under the MIT License. See LICENSE for details.
Individual formulae are subject to their respective tool licenses.
- Homebrew - The missing package manager for macOS (and Linux)
- Elyan Labs - Creating tools for the AI agent ecosystem
Made with β€οΈ by Elyan Labs