Authoring and student-evaluation plugins for the Beau voice tutoring platform
npx claudepluginhub beau-education/beau-pluginCreate educational lessons and evaluate student performance with images, quizzes, and courses for voice delivery to students
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A Claude Code plugin for creating educational resources on the Beau platform. This plugin gives Claude the knowledge and tools to author resources, upload images, create quizzes, and organize courses - all delivered by voice to students.
create-resource skill teaches Claude how to structure educational resources with proper markdown syntax for embedding images and quizzesevaluate-student skill helps analyse student performance across coursesIn Claude Code:
/install-plugin dselman/beaubot-plugin
Once installed, invoke the skills:
/beaubot:create-resource
/beaubot:evaluate-student
Claude will guide you through creating a resource by asking about the topic, audience, delivery mode, and learning objectives. It then uses the MCP tools to create the resource, upload images, create quizzes, and embed everything into the content.
conversation (two-way voice) or presentation (one-way narration)| Tool | Description |
|---|---|
list_resources | List resources with optional tag filtering |
get_resource | Fetch a resource by ID |
create_resource | Create a new resource |
update_resource | Update an existing resource |
create_image | Upload an image (base64) to a resource |
upload_image_from_url | Upload an image from URL to a resource |
create_quiz | Create a quiz for a resource |
list_tags | List available tags |
export_resource | Export a resource as a ZIP archive |
import_resource | Import a resource from a ZIP archive |
create_course | Create a course |
list_courses | List courses |
add_resource_to_course | Add a resource to a course |
The MCP server uses OAuth 2.1 with Auth0. When you first use a tool, you'll be prompted to authenticate with your Beau account.
MIT