nist-ai-rmf

nist-ai-rmf is a skill for Claude Code, Codex from lawve-ai/awesome-legal-skills. It costs 168 tokens per session (6,482 once invoked), scanned A, original, no licence file.

An advisor for the NIST AI Risk Management Framework, a framework for managing risks and trustworthiness in artificial-intelligence systems.

In plain words
What is it for?
Use it for questions about AI risk management, trustworthiness, framework functions, profiles, and implementation guidance.
Why use it?
It helps structure AI risk work across governance, mapping, measurement, and management.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for questions about AI risk management, trustworthiness, framework functions, profiles, and implementation guidance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lawve-ai/awesome-legal-skills/nist-ai-rmf-tanaji-hemant-naik
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 lawve-ai/awesome-legal-skills --skill nist-ai-rmf-tanaji-hemant-naik
Clone the repo
git clone --depth 1 https://github.com/lawve-ai/awesome-legal-skills

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 nist-ai-rmf

README.md
[![agentmods](https://agentmods.dev/badge/skills/lawve-ai/awesome-legal-skills/nist-ai-rmf-tanaji-hemant-naik/github.svg)](https://agentmods.dev/skills/lawve-ai/awesome-legal-skills/nist-ai-rmf-tanaji-hemant-naik)
Your own site
<a href="https://agentmods.dev/skills/lawve-ai/awesome-legal-skills/nist-ai-rmf-tanaji-hemant-naik"><img src="https://agentmods.dev/badge/skills/lawve-ai/awesome-legal-skills/nist-ai-rmf-tanaji-hemant-naik/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 nist-ai-rmf

Your own site · 80×15
<a href="https://agentmods.dev/skills/lawve-ai/awesome-legal-skills/nist-ai-rmf-tanaji-hemant-naik"><img src="https://agentmods.dev/badge/skills/lawve-ai/awesome-legal-skills/nist-ai-rmf-tanaji-hemant-naik.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,482 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 unknown 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.00168 $0.06482
Opus 5 $0.00084 $0.03241
Sonnet 5 $0.00034 $0.01296
Haiku 4.5 $0.00017 $0.00648

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

Security

Grade A, and why

nist-ai-rmf 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/nist-ai-rmf-tanaji-hemant-naik/SKILL.md · 260 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 260 lines · 168 tokens per session scan A 075b50852a5e

Subscribe to this mod's changes

nist-ai-rmf is a skill published in the GitHub repository lawve-ai/awesome-legal-skills (689 stars, last pushed 8d ago), with no licence file. It adds 168 tokens to every session and 6,482 once invoked, about $0.0008 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-09-03.

Related

Other skills, from other repositories

polymorph

This spell is about representation change, not: Naming changes (same structure, different identifiers) Execution changes (same code, different runtime) Architecture changes (new system design) Duplication (same thing, different place) The key test: Can you point to a source artifact and a target artifact where the…

Hmbown/Wizards-of-the-Ghosts · 85 tokens

locate-object

In D&D, Locate Object senses the direction to a specific object within range. The real-world version is artifact search: finding that config file you know exists somewhere, locating a document someone mentioned but did not link, tracking down the source of a data value through a pipeline, or finding where a specific…

Hmbown/Wizards-of-the-Ghosts · 72 tokens

cwicr-data-loader

Load and parse DDC CWICR construction cost database from multiple formats: Parquet, Excel, CSV, Qdrant snapshots. Foundation for all CWICR operations.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 41 tokens

llm-document-extraction

Extract structured data from construction documents using LLMs. Process RFIs, submittals, contracts, specifications. Convert unstructured PDFs to structured JSON/Excel.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 39 tokens

astica-ai-automation

Automate Astica AI tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/awesome-claude-skills · 28 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens