iblai-api-course-create

iblai-api-course-create is a skill for Claude Code, Codex from iblai/api. It costs 61 tokens per session (934 once invoked), scanned A, original, MIT.

An API workflow for creating, editing, and publishing online courses in ibl.ai. An API is a way for software to send instructions to another service.

In plain words
What is it for?
Use it to create course outlines, run course-generation tasks, check their status, read course structures, and review draft unit content.
Why use it?
It turns course creation into a repeatable sequence: start a task, generate an outline, run the creation process, and inspect the resulting course.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/iblai/api/iblai-api-course-create
Any agent
npx skills add iblai/api --skill iblai-api-course-create
Clone the repo
git clone --depth 1 https://github.com/iblai/api

Made for: Claude Code, Codex.

Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 934 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00061 $0.00934
Opus 5 $0.00030 $0.00467
Sonnet 5 $0.00012 $0.00187
Haiku 4.5 $0.00006 $0.00093

Measured 3d ago against content hash 6c4b2d49af49, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

iblai-api-course-create scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST \
skills/iblai-api-course-create/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

iblai-api-course-create

Generate, edit, and publish courses through the ibl.ai Course Creation API: spin up a task, let AI generate a course outline, run the full creation pipeline, then read the resulting outline, full structure, and draft unit content. Host root for every endpoint below is …/dm/api/ai-mentor/orgs/{org}/users/{username}/course-creation/.

Auth & conventions

  • Base URL: https://api.iblai.app
  • Header: Authorization: Api-Token $IBLAI_API_KEY on every request.
  • Path vars: {org} = $IBLAI_ORG, {username} = $IBLAI_USERNAME, {task_id} = a course-creation task's id, {course_id} = a created course's id.
  • Host root: …/dm/api/ai-mentor/orgs/{org}/users/{username}/course-creation/.
  • Not connected yet? Run /iblai-api-login first to populate IBLAI_ORG, IBLAI_USERNAME, and IBLAI_API_KEY.

Reads

Tasks

  • GET …/course-creation/tasks/ — list tasks.
  • GET …/course-creation/tasks/{task_id}/ — task detail / status (status flows PendingScheduled).
  • GET …/course-creation/tasks/{task_id}/start/ — start the full creation pipeline.
  • GET …/course-creation/tasks/{task_id}/cancel/ — cancel the pipeline.

Courses

  • GET …/course-creation/course/ — list courses (filter by task with ?task={task_id}).
  • GET …/course-creation/course/{course_id}/ — course detail.
  • GET …/course-creation/course/{course_id}/outline/ — outline (no component content).
  • GET …/course-creation/course/{course_id}/full-structure/ — full structure (add ?include_content=true for HTML).
  • GET …/course-creation/course/{course_id}/draft-content-for-all-units/ — draft content for all units.

Writes

Tasks

  • POST …/course-creation/tasks/ — create a task.
  • DELETE …/course-creation/tasks/{task_id}/ — delete a task. Destructive — confirm with the user first.
  • POST …/course-creation/tasks/{task_id}/create-course/ — create the course on the LMS.
  • POST …/course-creation/tasks/{task_id}/create-course-outline/ — generate the outline with AI.

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 74 lines · 61 tokens per session scan A 6c4b2d49af49

Subscribe to this mod's changes

iblai-api-course-create is a skill published in the GitHub repository iblai/api (15 stars, last pushed 5d ago), licensed MIT. It adds 61 tokens to every session and 934 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

lesson

Produce or continue a deep-dive learning-track lesson (a focused mini-course on a hard subject the project needs), or review the user's track exercise work. Use when the user asks for the next lesson, help with a track exercise, or to start a new track.

ahamedzoha/atelier · 56 tokens

slack-docs

Use when answering a conceptual or how-to question about Slack platform features, or when asked to look up, fetch, or summarize a docs.slack.dev page, including a pasted docs.slack.dev link. Covers finding and reading official Slack docs as clean markdown.

slackapi/slack-skills-plugin · 57 tokens

microsoft-build

Your companion for Microsoft Build 2026. Helps you find sessions relevant to your project, discover what's new for your tech stack, scaffold projects from sessions, and plan your event schedule. Activate when users mention sessions, schedule, what's new, Build, Ignite, AI Tour, Microsoft event, conference, or…

microsoft/Build-CLI · 109 tokens

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

marswaveai/skills · 56 tokens

vindicate

Use when the user wants to write, add, fix, stabilize (flaky), refactor, run, or audit Playwright browser tests, draft requirements/stories from a recording (no tests), find test-coverage gaps, scaffold a Playwright project, or set up Playwright CI. Vindicate's guided workflow for grounded, conformant Playwright test…

OpenEvident/vindicate · 77 tokens

tdmcp-implementation-learning

Study a merged or shipped tdmcp implementation and extract reusable learnings: code improvements, runtime/UX lessons, test gaps, docs updates, roadmap items, and harness changes. Use when the user asks to learn from a completed feature/project/PR/build, analyze what can be improved from an implementation, or turn a…

Pantani/tdmcp · 113 tokens