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.
npx skills add iblai/government-agents --skill cornerstone-ondemandgit clone --depth 1 https://github.com/iblai/government-agentsWrote 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.
[](https://agentmods.dev/skills/iblai/government-agents/cornerstone-ondemand)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 consoleCSOD_CLIENT_SECRET- OAuth 2.0 client secretCSOD_CORP_NAME- Cornerstone corporation (tenant) name used in API paths
Key operations
POST /services/api/oauth2/token— obtain access token using client-credentials flowGET /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 requirementGET /services/api/x/odata/api/views/vw_rpt_catalog— browse learning object catalogPOST /services/api/x/course/enrollment— enroll a user in a learning object by user ID and LO IDGET /services/api/x/odata/api/views/vw_rpt_certification— retrieve certification and credential records
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.
- 12d ago First seen · 40 lines · 36 tokens per session scan A 193e178d7ecc
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.
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.
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.
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.
foundations-grounding-communication
Grounding-theory primitives for human-AI and agent handoffs, common ground, acceptance evidence, repair, and ambiguity. Use when coordinating meaning.
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.
read-papers
Finds the latest research papers on a specific topic, summarizes their core contributions, and explains complex methodology in plain English.