cornerstone-ondemand

cornerstone-ondemand is a skill for Claude Code, Codex from iblai/government-agents. It costs 36 tokens per session (689 once invoked), scanned A, original, MIT.

A workplace training system used to manage employee courses, training records, and required compliance training. It is authorized for use by U.S. government agencies.

In plain words
What is it for?
Checking employee transcripts, confirming mandatory training status, finding courses, reviewing overdue training by department, and enrolling employees in courses or curricula.
Why use it?
It removes the need to check training completion and overdue requirements across separate records. It also helps identify and assign the right courses.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Checking employee transcripts, confirming mandatory training status, finding courses, reviewing overdue training by department, and enrolling employees in courses or curricula.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iblai/government-agents/cornerstone-ondemand
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.

Any agent
npx skills add iblai/government-agents --skill cornerstone-ondemand
Clone the repo
git clone --depth 1 https://github.com/iblai/government-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cornerstone-ondemand

README.md
[![agentmods](https://agentmods.dev/badge/skills/iblai/government-agents/cornerstone-ondemand/github.svg)](https://agentmods.dev/skills/iblai/government-agents/cornerstone-ondemand)
Your own site
<a href="https://agentmods.dev/skills/iblai/government-agents/cornerstone-ondemand"><img src="https://agentmods.dev/badge/skills/iblai/government-agents/cornerstone-ondemand/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cornerstone-ondemand

Your own site · 80×15
<a href="https://agentmods.dev/skills/iblai/government-agents/cornerstone-ondemand"><img src="https://agentmods.dev/badge/skills/iblai/government-agents/cornerstone-ondemand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 689 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00036 $0.00689
Opus 5 $0.00018 $0.00345
Sonnet 5 $0.00007 $0.00138
Haiku 4.5 $0.00004 $0.00069

Measured 12d ago against content hash 193e178d7ecc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cornerstone-ondemand scanned grade A with 0 findings 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cornerstone-ondemand/SKILL.md · 40 lines

How it starts

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

Cornerstone OnDemand

What it is

Cornerstone OnDemand is a FedRAMP-authorized Learning Management System (LMS) widely used by federal agencies for mandatory and developmental training management. It tracks employee training transcripts, manages compliance requirements (e.g., annual cybersecurity awareness, ethics, EEO), and hosts blended online and instructor-led course catalogs. It is the primary LMS for many civilian agencies under OPM training policy.

When to use this skill

  • Checking whether a specific employee has completed mandatory training by a given deadline
  • Retrieving a training transcript for an employee showing all completions, scores, and certificate URLs
  • Querying agency-wide compliance dashboards for overdue mandatory training by org unit
  • Browsing the course catalog to identify training relevant to an employee's development goals
  • Enrolling an employee in a course or curriculum and notifying their supervisor of the enrollment

Credentials

This skill authenticates using variables from the OpenClaw daemon env file ~/.openclaw/.env (template: .env.example). Required variables:

  • CSOD_BASE_URL - Cornerstone tenant base URL (e.g., https://agency.csod.com)
  • CSOD_CLIENT_ID - OAuth 2.0 client ID registered in the Cornerstone API Management console
  • CSOD_CLIENT_SECRET - OAuth 2.0 client secret
  • CSOD_CORP_NAME - Cornerstone corporation (tenant) name used in API paths

Key operations

  • POST /services/api/oauth2/token — obtain access token using client-credentials flow
  • GET /services/api/x/odata/api/views/vw_rpt_transcript — query transcript data with OData filters (user, course, status, date range)
  • GET /services/api/x/odata/api/views/vw_rpt_user_comp_status — retrieve compliance status per user per requirement
  • GET /services/api/x/odata/api/views/vw_rpt_catalog — browse learning object catalog
  • POST /services/api/x/course/enrollment — enroll a user in a learning object by user ID and LO ID
  • GET /services/api/x/odata/api/views/vw_rpt_certification — retrieve certification and credential records

Read the full file on GitHub · 40 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. 12d ago First seen · 40 lines · 36 tokens per session scan A 193e178d7ecc

Subscribe to this mod's changes

cornerstone-ondemand is a skill published in the GitHub repository iblai/government-agents (10 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 689 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

foundations-behavioral-economics

16 behavioral-economics primitives for ethical pricing, choice design, and retention. Use when framing, defaults, habits, dark patterns, AI-agent nudging, or nudge ethics apply.

vasilyu1983/AI-Agents-public · 48 tokens

foundations-consumer-neuroscience

Consumer-neuroscience primitives for attention, arousal, bonding, narrative, memory, and reward. Use when shaping ethical UX, neuro study design, or DMCC/AI Act gates.

vasilyu1983/AI-Agents-public · 46 tokens

continuum-quickstart

Get a Continuum agent up and running — Python 3.13 venv, infra via continuum up, smallest possible BaseAgent + AgentRunner example. Invoke when the user asks "how do I start", "set up Continuum", "run my first agent", or is at the very beginning of a project.

shyftlabs/continuum · 72 tokens

foundations-grounding-communication

Grounding-theory primitives for human-AI and agent handoffs, common ground, acceptance evidence, repair, and ambiguity. Use when coordinating meaning.

vasilyu1983/AI-Agents-public · 37 tokens

eli5

Explain a topic like I'm a 5 year old — restate my last output, or a named topic, in plain words without dropping a single fact. Use when the user types /eli5 [topic], or says an answer was too technical, too long, or unclear about what he now has to do.

Kanevry/session-orchestrator · 66 tokens

read-papers

Finds the latest research papers on a specific topic, summarizes their core contributions, and explains complex methodology in plain English.

hoangsonww/AI-News-Briefing · 28 tokens