orchardcore-crestapps-users

orchardcore-crestapps-users is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 166 tokens per session (2,053 once invoked), scanned A, original, MIT.

An Orchard Core extension for richer user profiles and user selection. It supports configurable display names, name-based searching, picker labels, and media-backed avatars, which are profile pictures.

In plain words
What is it for?
Use it to store first, middle, last, and display names, configure how names appear, improve user searches and pickers, and add avatars.
Why use it?
It keeps name formatting and user-label logic in one place instead of repeating it across views. It also makes users easier to find and recognize in the administration interface.

Skill for Claude CodeCodex

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/crestapps/crestapps.agentskills/orchardcore-crestapps-users
Any agent
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-crestapps-users
Clone the repo
git clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkills

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 orchardcore-crestapps-users

README.md
[![agentmods](https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-crestapps-users.svg)](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-crestapps-users)
Your own site
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-crestapps-users"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-crestapps-users.svg" alt="Measured on agentmods" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,053 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.00166 $0.02053
Opus 5 $0.00083 $0.01026
Sonnet 5 $0.00033 $0.00411
Haiku 4.5 $0.00017 $0.00205

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

Security

Grade A, and why

orchardcore-crestapps-users 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 2d 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/crestapps-orchardcore/skills/orchardcore-crestapps-users/SKILL.md · 198 lines

How it starts

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

CrestApps Users

Configure enhanced user experiences

You are an Orchard Core expert. Use CrestApps Users to add cached user components, configurable display names, user-name-aware searching and picker labels, and media-backed user avatars. Treat the core feature as an internal dependency feature and enable the specific Display Name or Avatar capability required by the tenant.

Guidelines

  • Install CrestApps.OrchardCore.Users in the web or startup project.
  • CrestApps.OrchardCore.Users is enabled by dependency only. Enable the exact public feature IDs CrestApps.OrchardCore.Users.DisplayName and or CrestApps.OrchardCore.Users.Avatars.
  • Display Name depends on OrchardCore.ContentFields and the CrestApps Users core feature.
  • Avatars depend on OrchardCore.Media and the CrestApps Users core feature.
  • UserFullNamePart stores DisplayName, FirstName, MiddleName, and LastName on the Orchard Core User.
  • Resolve a user label through IDisplayNameProvider.GetAsync() rather than reproducing name-format logic in every view.
  • The display-name provider falls back to UserName when the user is not an Orchard Core User, the full-name part is absent, or no configured name can be generated.
  • Configure display-name format under Settings → User Display Name. Its custom format option uses Liquid and must validate before it is saved.
  • With OrchardCore.Liquid enabled, use the display_name Liquid filter to resolve the configured display name.
  • The Display Name feature replaces the default user-picker result provider and extends the users admin list search to display name and full-name fields.
  • The avatar editor requires MediaPermissions.ManageMedia. It restricts allowed media types to image extensions from Orchard Core media options.
  • Use IndexUsers to resave users in batches when user indexes must be refreshed. The handler caps a positive requested batch size at 1000.
  • Enable CrestApps Recipes when you need UserFullNamePart schema support in content recipes.

Read the full file on GitHub · 198 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. 2d ago First seen · 198 lines · 166 tokens per session scan A 00014340ebc7

Subscribe to this mod's changes

orchardcore-crestapps-users is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 7d ago), licensed MIT. It adds 166 tokens to every session and 2,053 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

prepare-release

Prepare a new release for the C# MCP SDK. Assesses Semantic Versioning level (PATCH/MINOR/MAJOR), bumps the version, runs ApiCompat and ApiDiff, reviews documentation, updates changelogs, drafts release notes, and creates a pull request with all release artifacts. Use when asked to prepare a release, start a release…

modelcontextprotocol/csharp-sdk · 88 tokens

publish-release

Publish a GitHub release for the C# MCP SDK after a prepare-release PR has been merged. Refreshes release notes to include any PRs merged since preparation, warns about version or breaking change impacts from late-arriving PRs, and creates a draft GitHub release. Use when asked to publish a release, finalize a…

modelcontextprotocol/csharp-sdk · 87 tokens

verify-release

Verify a published release of the C# MCP SDK. Monitors the Release and Publish Docs workflows triggered by publishing a GitHub release, confirms the packages are listed on NuGet.org, and confirms the versioned documentation site reflects the release. Use when asked to verify a release, check whether a release…

modelcontextprotocol/csharp-sdk · 87 tokens

bump-version

Assess and bump the SDK version using Semantic Versioning 2.0.0. Evaluates queued changes to recommend PATCH/MINOR/MAJOR, updates src/Directory.Build.props, and creates a pull request. Owns the SemVer assessment logic shared by prepare-release and publish-release. Use when asked to bump the version, assess the…

modelcontextprotocol/csharp-sdk · 84 tokens

breaking-changes

Audit pull requests for breaking changes in the C# MCP SDK. Examines PR descriptions, review comments, and diffs to identify API and behavioral breaking changes, then reconciles labels with user confirmation. Use when asked to audit breaking changes, check for breaking changes, or review a set of PRs for breaking…

modelcontextprotocol/csharp-sdk · 68 tokens

run-conformance-from-branch

Run MCP conformance tests in the C# SDK against a conformance branch (including forks) instead of the published npm version, then restore pinned dependencies.

modelcontextprotocol/csharp-sdk · 38 tokens