---
title: Skills | Keycard
description: Claude Code skills that ship with the Keycard plugin — inspect credentials, query policy, and update keycard.toml by talking to Claude.
---

Skills are Claude Code commands that ship with the [Keycard plugin](/cli/#install-plugin/index.md). Claude routes prompts to a skill based on intent — you talk to Claude, the skill runs the right Keycard CLI behavior behind the scenes.

## Inspect

INSPECT

Read-only skills. Ask what’s loaded, what’s allowed, and why a tool was blocked.

[`/keycard-credentials`Show which credentials, tokens, and services are loaded in the current Keycard session.](/skills/keycard-credentials/index.md)[`/keycard-query-policy`Explain the active Cedar policy and diagnose why a tool call was blocked.](/skills/keycard-query-policy/index.md)

## Change

CHANGE

Write skills. Discover entities, edit `keycard.toml`, and propose policy updates.

[`/keycard-discover-entities`Find available credential entities via the Management API and wire them into `keycard.toml`.](/skills/keycard-discover-entities/index.md)[`/keycard-upsert-config`Set or change a field in `keycard.toml` — reads the current value, writes a targeted update.](/skills/keycard-upsert-config/index.md)[`/keycard-upsert-policy`Propose, confirm, and apply a Cedar policy change — propose, confirm, write, verify.](/skills/keycard-upsert-policy/index.md)

[CLI Reference](/cli/index.md)
