Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
learn-with-coursera logo

learn-with-coursera

claude-plugins-official

learningClaude Codeby Coursera

Summary

Turn any learning intent into a personalized Coursera experience. Asks three quick questions (topic, familiarity, preferred format), searches Coursera's catalog, and delivers the right next step — a course, hands-on project, short video, or live roleplay — then maps a path forward. Requires the Coursera connector for catalog tools.

Install to Claude Code

/plugin install learn-with-coursera@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

Coursera Agent Skills

This repository contains Agent Skills for Coursera MCP-powered learning experiences. Skills are plain Markdown instruction packages that compatible agents can load when a user request matches the skill description.

The repository is intentionally skills-only. It does not include a Claude plugin manifest, Cursor plugin metadata, MCP server manifest, or MCP server code. The MCP app that consumes this repository is responsible for exposing the Coursera tools described by each skill.

Available Skills

learn-with-coursera

learn-with-coursera turns a learner's intent into a guided Coursera experience. It diagnoses the learner's topic, familiarity, and preferred modality, then routes to a course, project, video, or roleplay experience and follows up with a recommended path forward.

Skill package:

skills/learn-with-coursera/
+-- SKILL.md
+-- DIAGNOSE.md
+-- SEARCH-DELIVER.md
`-- PATH-FINDER.md

Install Or Consume

For local agent use, copy the skill folder into the skills directory supported by your agent:

cp -R skills/learn-with-coursera ~/.claude/skills/learn-with-coursera

Other Agent Skills-compatible tools use similar layouts, usually a top-level skills directory containing one folder per skill. The portable unit is the folder that contains SKILL.md and any supporting files beside it.

For an MCP app, keep this repository as the source of truth for skill instructions and package or sync skills/learn-with-coursera/ into the app's skill bundle during release. The MCP app should provide the tools listed below; the skill only describes when and how an agent should call them.

Skill Contract

learn-with-coursera expects the consuming MCP app or agent runtime to provide these tools:

| Tool | Purpose | | ---------------------------- | ------------------------------------------------------------- | | AskUserQuestion | Collect learner choices for diagnosis and roleplay refinement | | search_courses | Find Coursera courses for the learner's topic and context | | search_videos | Find a targeted short video | | search_hands_on_learning | Find guided projects or hands-on learning experiences | | coursera_roleplay_practice | Start a live roleplay practice session | | get_course_materials | Retrieve curriculum details for a selected course |

Tool schemas live in the consuming MCP app. Keep the skill prose aligned with those schemas when tool names, parameter names, or result shapes change.

Validation

Run the repository validator before publishing changes:

node scripts/validate-skills.mjs

The validator checks that every direct child of skills/ is a skill package, that each package has a valid SKILL.md frontmatter block, and that any Markdown files referenced from SKILL.md exist beside it.

Contributing

See CONTRIBUTING.md for the editing checklist and validation expectations.

Related plugins

Browse all →