Recipe Create Classroom Course

🌐Community
by googleworkspace · vlatest · Repository

Generates engaging classroom cooking lessons and recipes tailored to student age and dietary needs.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add recipe-create-classroom-course npx -- -y @trustedskills/recipe-create-classroom-course
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "recipe-create-classroom-course": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/recipe-create-classroom-course"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to programmatically create new courses within Google Classroom using the official API. It automates the setup of course structures, allowing for rapid deployment of educational content without manual interface interaction.

When to use it

  • Automating the onboarding process for new semester classes across multiple sections simultaneously.
  • Triggering course creation as part of a larger workflow that syncs curriculum data from an external Learning Management System (LMS).
  • Setting up standardized course templates with pre-defined settings and privacy rules via script.

Key capabilities

  • Creates new courses directly within the Google Classroom environment.
  • Integrates seamlessly with the Google Workspace CLI for command-line execution.
  • Supports programmatic management of educational resources through API calls.

Example prompts

  • "Create a new 'Introduction to Python' course in our school's Google Classroom using the available recipe."
  • "Automate the setup of five new math sections for the upcoming fall semester via the classroom API."
  • "Generate a course entry with specific privacy settings and enroll initial student groups programmatically."

Tips & gotchas

Ensure your AI agent has valid OAuth credentials and appropriate administrative permissions to access the Google Classroom API before attempting creation. This skill requires the googleworkspace/cli environment to be properly configured and authenticated.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
165

🌐 Community

Passed automated security scans.