classmarker-automation

Automate Classmarker assessment operations and test management through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill classmarker-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: classmarker-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/classmarker-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill classmarker-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing online assessments by providing a direct interface to Classmarker's API, allowing for programmatic test creation and result retrieval.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Classmarker API schemas to ensure compatibility with the latest platform updates.
  • Workflow Automation: Execute multi-step assessment tasks, such as bulk test deployment or result aggregation, using Rube MCP.
  • Use Case: An educator needs to deploy a new quiz to 50 students and export their results to a spreadsheet; this Skill automates the connection, tool discovery, and execution of these actions in one session.

Quick Start

Use the classmarker-automation skill to search for available tools and execute a test deployment workflow.

Frequently Asked Questions about classmarker-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Classmarker to my AI agent?

Connect Classmarker by using the RUBE_MANAGE_CONNECTIONS tool with the 'classmarker' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE before proceeding.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first is mandatory because Classmarker API schemas and tool slugs change frequently. This ensures your agent uses the most current input parameters and avoids execution errors caused by outdated tool definitions.

Can I automate bulk test creation?

Yes, you can automate bulk test creation by using the RUBE_MULTI_EXECUTE_TOOL to trigger multiple Classmarker operations in a single session. Ensure you include the memory parameter to maintain state across your workflow steps.

What should I do if my connection is not active?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command with the 'classmarker' toolkit. Follow the returned authentication link to re-verify your credentials and grant the necessary permissions for the Rube MCP gateway.