okta

okta is a skill for Claude Code, Codex from iblai/enterprise-agents. It costs 35 tokens per session (577 once invoked), scanned A, original, MIT.

A connection to Okta, an identity and access platform that manages employee sign-in, single sign-on, and application access. It can check employee profiles, groups, MFA enrollment, and assigned applications.

In plain words
What is it for?
Use it to verify an employee, look up roles and group membership, check MFA setup, confirm application assignments, or troubleshoot inactive and locked accounts.
Why use it?
It gives an agent trusted identity and access information for employee support and security-related workflows.

Skill for Claude CodeCodex

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

Good fit Use it to verify an employee, look up roles and group membership, check MFA setup, confirm application assignments, or troubleshoot inactive and locked accounts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iblai/enterprise-agents/okta
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/enterprise-agents --skill okta
Clone the repo
git clone --depth 1 https://github.com/iblai/enterprise-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 okta

README.md
[![agentmods](https://agentmods.dev/badge/skills/iblai/enterprise-agents/okta/github.svg)](https://agentmods.dev/skills/iblai/enterprise-agents/okta)
Your own site
<a href="https://agentmods.dev/skills/iblai/enterprise-agents/okta"><img src="https://agentmods.dev/badge/skills/iblai/enterprise-agents/okta/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 okta

Your own site · 80×15
<a href="https://agentmods.dev/skills/iblai/enterprise-agents/okta"><img src="https://agentmods.dev/badge/skills/iblai/enterprise-agents/okta.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 577 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.00035 $0.00577
Opus 5 $0.00017 $0.00289
Sonnet 5 $0.00007 $0.00115
Haiku 4.5 $0.00003 $0.00058

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

Security

Grade A, and why

okta 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 9d 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/okta/SKILL.md · 38 lines

How it starts

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

Okta

What it is

Okta is the leading workforce identity and access management (IAM) platform used by enterprise organizations to manage employee authentication, SSO, and application access. In this segment, agents use Okta to verify who an employee is before routing sensitive requests, check application assignment status for IT support, and confirm MFA enrollment during onboarding. It provides the authoritative directory for user identity across the enterprise.

When to use this skill

  • Verifying an employee's identity and role before routing a sensitive HR or IT request
  • Looking up a user's group memberships to determine access level or department
  • Checking whether a new hire has completed MFA enrollment during onboarding
  • Confirming which Okta-managed applications a user is assigned to
  • Identifying inactive or locked accounts for IT help desk troubleshooting

Credentials

This skill authenticates using variables from ~/.openclaw/.env (template: .env.example at the config root). Required variables:

  • OKTA_DOMAIN - Okta organization domain (e.g. mycompany.okta.com)
  • OKTA_API_TOKEN - API token from the Okta Admin Console (Security > API > Tokens)

Key operations

  • GET /api/v1/users/{userId} - retrieve a user profile by ID or login
  • GET /api/v1/users?search=profile.email eq "..." - find user by email
  • GET /api/v1/users/{userId}/groups - list groups a user belongs to
  • GET /api/v1/users/{userId}/factors - list enrolled MFA factors
  • GET /api/v1/apps/{appId}/users - list users assigned to an application
  • POST /api/v1/users/{userId}/lifecycle/activate - activate a deprovisioned user

Notes

  • API tokens have the same permissions as the admin who created them; use a dedicated service account.
  • Rate limits: 600 requests/minute for most endpoints; Users API is 600/min, Search is 200/min.
  • Okta recommends the Events API (or Okta System Log) for audit trail queries rather than polling user endpoints.
  • Never expose OKTA_API_TOKEN in logs; it grants admin-level read access to the entire directory.
  • Okta Preview (sandbox) uses a separate domain; set OKTA_DOMAIN to the preview org for non-production testing.

Read the full file on GitHub · 38 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. 9d ago First seen · 38 lines · 35 tokens per session scan A e7bbb2027548

Subscribe to this mod's changes

okta is a skill published in the GitHub repository iblai/enterprise-agents (11 stars, last pushed 3mo ago), licensed MIT. It adds 35 tokens to every session and 577 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-30.

Related

Other skills, from other repositories