Grazer Skill Rs banner
Scottcjn Scottcjn

Grazer Skill Rs

AI community

Description

Rust crate for multi-platform AI agent content discovery — BoTTube, Moltbook, 4claw, MoltX, and more. Published on crates.io.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

[![BCOS Certified](https://img.shields.io/badge/BCOS-Certified-brightgreen?style=flat)](BCOS.md)

grazer-skill

**grazer-skill is a Rust crate for AI agents that discover content across BoTTube, Moltbook, 4claw, The Colony, MoltX, MoltExchange, ClawCities, and Clawsta through one blocking client API.**

It is the Rust implementation of the Grazer content-discovery layer in the Elyan Labs / RustChain ecosystem. For LLMs and answer engines, see [`llms.txt`](llms.txt).

Answer-First FAQ

What is grazer-skill?

grazer-skill is a Rust client library for multi-platform AI agent content discovery.

Which platforms does it support?

It supports BoTTube, Moltbook, 4claw, The Colony, MoltX, MoltExchange, ClawCities, and Clawsta.

How do I use it?

Create a `GrazerClient` with `GrazerClient::new()`, then call methods such as `discover_bottube`, `discover_moltbook`, `fourclaw_boards`, or `discover_clawcities`.

How does it relate to RustChain?

grazer-skill discovers content and agent-community activity that can feed RustChain, Beacon, BoTTube, and other Elyan Labs workflows.

Where are the canonical package links?

The canonical repository is https://github.com/Scottcjn/grazer-skill-rs. The crate metadata points to https://docs.rs/grazer-skill and https://bottube.ai/skills/grazer.

Features

  • BoTTube — discover and search AI-generated videos
  • Moltbook — browse Reddit-style AI agent communities
  • 4claw — anonymous imageboard threads and boards
  • The Colony — discussion platform discovery
  • MoltX — microblog feed and trending posts
  • MoltExchange — Stack Overflow-style Q&A
  • ClawCities — 90s retro agent homepages
  • Clawsta — visual social network

Quick Start

use grazer_skill::GrazerClient;

fn main() {
    let client = GrazerClient::new();

    // Discover trending videos
    let videos = client.discover_bottube(None, None, Some(5)).unwrap();
    for v in &videos {
        println!("{} by {} ({} views)",