sender-profile-architect

sender-profile-architect is a skill for Claude Code, Codex from sentdm/sent-plugin. It costs 60 tokens per session (1,416 once invoked), scanned A, original, MIT.

An architecture guide for Sender Profiles, which are Sent boundaries for a brand, customer, channel setup, billing, credentials, and webhooks. It focuses on systems serving multiple customers or brands.

In plain words
What is it for?
Use it to choose profile boundaries, design API-key access, isolate tenants, and plan sharing, inheritance, or customer removal.
Why use it?
A poor profile layout can mix brands, compliance requirements, billing, rate limits, or webhook ownership.

Skill for Claude CodeCodex

Part of the sent plugin — 19 skills, 1 MCP server 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/sentdm/sent-plugin/sender-profile-architect
Any agent
npx skills add sentdm/sent-plugin --skill sender-profile-architect
Clone the repo
git clone --depth 1 https://github.com/sentdm/sent-plugin

Made for: Claude Code, Codex.

Or install sent, the plugin that ships this one along with the rest of its 19 skills, 1 MCP server.

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 sender-profile-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/sentdm/sent-plugin/sender-profile-architect.svg)](https://agentmods.dev/skills/sentdm/sent-plugin/sender-profile-architect)
Your own site
<a href="https://agentmods.dev/skills/sentdm/sent-plugin/sender-profile-architect"><img src="https://agentmods.dev/badge/skills/sentdm/sent-plugin/sender-profile-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,416 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 $0.00060 $0.01416
Opus 5 $0.00030 $0.00708
Sonnet 5 $0.00012 $0.00283
Haiku 4.5 $0.00006 $0.00142

Measured 5d ago against content hash 1d0f0e09205a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sender-profile-architect 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.

claude-plugins/sent/skills/sender-profile-architect/SKILL.md · 122 lines

How it starts

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

Sender Profile Architect

A Sender Profile is the operational boundary for tenant identity, channel configuration, inherited resources, billing, and credentials. Use this skill before provisioning when a poor boundary would mix brands, compliance posture, rate-limit impact, or webhook ownership.

When tenants require isolation, recommend one Sent organization with one Sender Profile per tenant. A shared profile is appropriate only when the tenants genuinely share one brand, sender resources, compliance posture, billing/rate-limit expectations, and operational blast radius.

Do not recommend pooled-by-default architecture. Make the isolation decision explicit using references/multi-tenancy-patterns.md.

Authentication patterns

Sent v3 supports both:

Pattern Headers Blast radius
Profile-specific API key x-api-key Profile-scoped credentials and rate-limit context. Do not add x-profile-id.
Organization API key acting for a child x-api-key plus x-profile-id: <profile UUID> Organization credential can reach permitted child profiles; rate limits remain in the organization pool.

Only organization keys may send x-profile-id. A profile key that sends it receives 403. A profile outside the organization returns 404. X-Profile-Id can be echoed in scoped responses.

x-sender-id is legacy v1/v2 terminology only. Do not use it for v3 authentication or routing.

Choose profile keys when tenant-level credential isolation and revocation are primary. Choose organization-key scoping for centrally controlled integrations that can protect a broader credential and deliberately accept a shared organization rate-limit pool.

Profile creation model

Create with POST /v3/profiles. name is required. Current optional areas include:

  • identity: icon, description, short_name;
  • sharing: allow_contact_sharing, allow_template_sharing;
  • inheritance: inherit_contacts, inherit_templates, inherit_tcr_brand, inherit_tcr_campaign;
  • billing: billing_model, billing_contact, and ephemeral payment_details;
  • dedicated WABA credentials: whatsapp_business_account with waba_id, optional phone_number_id, and access_token;
  • a dedicated brand: brand.contact, brand.business, and brand.compliance.

Read the full file on GitHub · 122 lines

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. 5d ago First seen · 122 lines · 60 tokens per session scan A 1d0f0e09205a

Subscribe to this mod's changes

sender-profile-architect is a skill published in the GitHub repository sentdm/sent-plugin (51 stars, last pushed 3d ago), licensed MIT. It adds 60 tokens to every session and 1,416 once invoked, about $0.0003 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens