ping-identity-for-ai

ping-identity-for-ai is a skill for Claude Code from pingidentity/agent-plugins. It costs 79 tokens per session (1,205 once invoked), scanned A, original, MIT.

A guidance skill for giving AI agents and automated workflows an identity when they connect to Ping Identity services. It covers agent authentication, trust signals, approval steps, and bot detection.

In plain words
What is it for?
Use it to plan agent-to-API authentication, agent-to-agent security, MCP gateway protection, human approvals, and AI application access patterns on Ping.
Why use it?
It helps you reason about how an AI agent should prove who it is, get permission, and involve a person when needed. It is mainly conceptual and does not create dedicated AI-identity configuration.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ping-identity plugin — 6 skills shipped together

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/pingidentity/agent-plugins/ping-identity-for-ai
Any agent
npx skills add pingidentity/agent-plugins --skill ping-identity-for-ai
Clone the repo
git clone --depth 1 https://github.com/pingidentity/agent-plugins

Made for: Claude Code.

Or install ping-identity, the plugin that ships this one along with the rest of its 6 skills.

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 ping-identity-for-ai

README.md
[![agentmods](https://agentmods.dev/badge/skills/pingidentity/agent-plugins/ping-identity-for-ai.svg)](https://agentmods.dev/skills/pingidentity/agent-plugins/ping-identity-for-ai)
Your own site
<a href="https://agentmods.dev/skills/pingidentity/agent-plugins/ping-identity-for-ai"><img src="https://agentmods.dev/badge/skills/pingidentity/agent-plugins/ping-identity-for-ai.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,205 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.1 $0.00079 $0.01205
Opus 5 $0.00039 $0.00602
Sonnet 5 $0.00016 $0.00241
Haiku 4.5 $0.00008 $0.00120

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

Security

Grade A, and why

ping-identity-for-ai 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 5d 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.

plugins/ping-identity/skills/ping-identity-for-ai/SKILL.md · 91 lines

How it starts

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

ping-identity-for-ai

AI-era identity patterns: Identity for AI, Verified Trust, agent identity, agent security, and AI application authentication.

What this skill does for you: Guides you through architecture, patterns, and design decisions for securing AI agents with Ping. It is currently conceptual rather than executable — there are no dedicated ID4AI MCP tools, so it does not generate ID4AI-specific configuration. For the parts that map to existing platform capabilities (e.g. agent client credentials, PingGateway routes), it hands off to ping-foundation and ping-app-integration, which generate config and code.

Invocation

Invoke explicitly with /ping-identity-for-ai or by saying "use ping-identity-for-ai to...".

When to use this skill

  • "Give my AI agent a verified identity for API access"
  • "Use Verified Trust signals in my MCP server"
  • "Secure agent-to-agent authentication using Ping"
  • "Workforce helpdesk AI — how do I authenticate users for my AI assistant?"
  • "Identity for AI architecture with Ping"
  • "AI app authentication patterns on PingOne"
  • "Agent security and authorization for agentic workflows"
  • "Short-lived tokens or token rotation for an autonomous agent"
  • "Delegated token for an AI assistant acting on behalf of an employee"
  • "Revoke a compromised AI agent's access immediately"

When NOT to use this skill

  • General platform setup or tenant administration: use ping-foundation.
  • Building a journey or DaVinci flow for human authentication (not AI-specific): use ping-orchestration.
  • App SDK integration without AI context: use ping-app-integration.
  • User is orienting or selecting a platform: use ping-quickstart.
  • Using Ping Protect, PingOne Verify, or PingOne Authorize as standalone services without AI agent context: use ping-universal-services.
  • "Automated process", "batch job", "scheduled task", or "service account" without any AI / LLM / agent context — ask a clarifying question to determine whether this involves an AI agent or a conventional machine process before routing here.

Read the full file on GitHub · 91 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. 5d ago First seen · 91 lines · 79 tokens per session scan A f420593387f4

Subscribe to this mod's changes

ping-identity-for-ai is a skill published in the GitHub repository pingidentity/agent-plugins (2 stars, last pushed 1mo ago), licensed MIT. It adds 79 tokens to every session and 1,205 once invoked, about $0.0004 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

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

python-feature-lifecycle

Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.

microsoft/agent-framework · 43 tokens

python-development

Coding standards, conventions, and patterns for developing Python code in the Agent Framework repository. Use this when writing or modifying Python source files in the python/ directory.

microsoft/agent-framework · 35 tokens

workflow-orchestration-patterns

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

wshobson/agents · 49 tokens

session-summaries

What the chat right-panel session summary shows, what it costs, and how to make a session summarize well. Load when the user asks about the session summary panel, why a summary looks wrong or empty, or how to turn it on.

kirodotdev/KiroCrew · 53 tokens

debug

Debug issues in the MCP Gateway Registry using first-principles thinking. Invoke when something is broken, timing out, returning errors, or behaving unexpectedly. Forces structured root-cause analysis before any code change is proposed.

agentic-community/mcp-gateway-registry · 45 tokens