一键导入
brand-voice
Build a scoped brand voice packet from source material so downstream agents can write, review, and adapt content without inventing brand claims.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build a scoped brand voice packet from source material so downstream agents can write, review, and adapt content without inventing brand claims.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Governed runtime for agent skills: discover and install portable skills, run bounded skill graphs with explicit authority, and inspect signed receipts for what happened.
Audit a sealed runx receipt for governance, comparing the authority a run exercised against what it was granted, and flag over-reach, ungated mutation, unrecorded refusals, or exposed secret material.
Verify the receipt ids behind a normalized authority-usage summary, compare that evidence with granted scopes, and propose the narrowest grant the evidence supports.
Answer a cross-run audit question against the receipt ledger, returning matched receipts and a chain-verification result.
Read durable reflect projections, group repeated signals by skill, and emit validated handoffs to skill-lab improve when the evidence clears configured floors.
Review receipts and harness failures to propose bounded skill improvements.
| name | brand-voice |
| description | Build a scoped brand voice packet from source material so downstream agents can write, review, and adapt content without inventing brand claims. |
| runx | {"category":"content"} |
Create a reusable voice packet for one brand, product, campaign, or surface.
This is a context skill. It does not publish, send, deploy, or mutate. It gives downstream agents a compact voice model with evidence, boundaries, forbidden claims, and escalation rules. The packet is loaded on demand by a graph or agent step; it is not hidden global memory.
brand-voice turns source material into practical writing guidance: tone,
cadence, vocabulary, claims that are safe to repeat, claims that require proof,
phrases to avoid, and channel-specific adjustments. It treats source copy as
evidence, not as authority. Any downstream publication still needs the relevant
send, publish, or deploy gate and its own sealed receipt.
needs_input when audience, channel, or authority is missing; return
needs_more_evidence when examples are too thin or contradictory.needs_input.requires_proof; do not put it in the
safe claims list.decision: ready | needs_input | needs_more_evidence | refused
brand: string
applicability:
channels: array
audience: string
boundaries: array
brand_voice:
voice_principles: array
vocabulary:
use: array
avoid: array
cadence: array
claim_rules:
safe: array
requires_proof: array
forbidden: array
channel_adjustments: array
evidence:
approved_sources: array
inferred_from: array
redactions: array
stop_conditions: array
receipt_notes:
authority: "context-only"
mutation: false
Input: a product team supplies a homepage, a docs page, two rejected launch drafts, and the note "operators trust proof, not vibes."
Output: decision: ready; voice principles emphasize concrete proof, direct
engineering language, and claims tied to receipts. The packet marks "automates
everything" as forbidden, marks "seals governed runs" as safe when receipts are
shown, and requires a publish gate before any final copy is used externally.
brand (required): brand, product, campaign, or surface being modeled.source_material (required): approved examples, drafts, rejected examples,
operator notes, or links summarized by the caller.channel (optional): homepage, docs, email, support, social, changelog, or
another downstream surface.audience (optional): who the downstream content is for.constraints (optional): legal, compliance, accessibility, product, or
editorial limits.