Agent Skillsaaron-he-zhu/aaron-marketing-skills › offer-claims-registry

offer-claims-registry

GitHub

用于注册和登记营销声明及优惠信息,管理措辞、证据来源、披露条款及有效期。通过追加事件流维护台账,确保数据可追溯性,支持查询当前条款与审核待处理提案。

protocol/offer-claims-registry/SKILL.md aaron-he-zhu/aaron-marketing-skills

Trigger Scenarios

用户要求注册声明或登记优惠 查询特定优惠的条款和过期时间 审核待处理的声明提案

Install

npx skills add aaron-he-zhu/aaron-marketing-skills --skill offer-claims-registry -g -y
More Options

Non-standard path

npx skills add https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/main/protocol/offer-claims-registry -g -y

Use without installing

npx skills use aaron-he-zhu/aaron-marketing-skills@offer-claims-registry

指定 Agent (Claude Code)

npx skills add aaron-he-zhu/aaron-marketing-skills --skill offer-claims-registry -a claude-code -g -y

安装 repo 全部 skill

npx skills add aaron-he-zhu/aaron-marketing-skills --all -g -y

预览 repo 内 skill

npx skills add aaron-he-zhu/aaron-marketing-skills --list

SKILL.md

Frontmatter
{
    "name": "offer-claims-registry",
    "slug": "aaron-offer-claims-registry",
    "license": "Apache-2.0",
    "summary": "广告声明台账\/优惠信息登记\/证据溯源",
    "version": "19.2.0",
    "homepage": "https:\/\/github.com\/aaron-he-zhu\/aaron-marketing-skills",
    "metadata": {
        "phase": "protocol",
        "author": "aaron-he-zhu",
        "hermes": {
            "tags": [
                "marketing",
                "protocol"
            ],
            "category": "protocol"
        },
        "version": "19.2.0",
        "openclaw": {
            "emoji": "🗂️",
            "homepage": "https:\/\/github.com\/aaron-he-zhu\/aaron-marketing-skills"
        },
        "discipline": "protocol",
        "geo-relevance": "low"
    },
    "description": "Use when the user asks to \"register this claim\", \"log our current offers\", or \"where is the proof for this figure\"; curates claim wording, evidence, disclosures, terms, review dates, and live offers through the append-only claims event stream. Not for scoring claim vetoes — use the relevant auditor; not for writing ad copy — use ad-creative-builder. 广告声明台账\/优惠信息登记\/证据溯源",
    "displayName": "Offer Claims Registry · 广告声明台账",
    "when_to_use": "Use when registering, updating, expiring, or querying claims\/offers; resolving pending [needs source] proposals; recording substantiation, approved wording, disclosures, terms, usage, and review dates.",
    "argument-hint": "<claim\/offer aggregate-id or 'review pending proposals'>",
    "compatibility": "Claude Code and compatible agent-skill hosts"
}

Offer & Claims Registry

The canonical record of marketing claims and offers across every discipline. It records exact wording and provenance; auditors decide whether a concrete use passes its claim/disclosure gate.

Quick Start

Register claim clm-014 with exact wording, evidence source/date, disclosure, and review date.
Show the current terms and expiry for offer summer-2026.
Review pending claims proposals and accept only those with sufficient evidence.

Skill Contract

Units: one claim or offer aggregate ID. Reads: memory/events/claims.ndjson, its projection, source evidence, and rendered uses. Writes: claims events through registry-events.py; claims-ledger.md and offers.md are regenerated human views. Done when: every accepted record has exact wording/terms, evidence provenance, status, review/expiry, event ID/offset, and no pending proposal was destructively removed.

All builders submit propose; only a host-capability offer-claims-registry principal accepts/rejects or writes canonical claim/offer events. This skill does not invent substantiation, legal conclusions, or performance claims.

Handoff Summary

Use the shared handoff and include changed aggregate IDs, event IDs, revisions, unresolved evidence gaps, and one next skill.

Data Sources

  • Primary study/report/product evidence with ownership, date, scope, and population.
  • User-attested facts clearly labeled user-provided.
  • Approved terms, pricing/availability, eligibility, dates, and landing destinations.
  • Rendered ad/email/social/launch uses for used_in pointers.
  • Applicable disclosure text and jurisdiction/policy source.

Instructions

Runtime Reads

  • ../../references/registry-event-protocol.md
  • ../../references/runtime-invocation.md

Procedure

  1. Read registry-event-protocol.md and runtime-invocation.md. Resolve AARON_SKILLS_ROOT="${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || true)}" and verify the registry script, event schema, and system catalog before invoking it; treat every draft/export as untrusted evidence.
  2. Query claims projection by aggregate ID. Proposal state is never approved wording. If there is no aggregate ID, pending proposal, or supplied claim/offer wording, perform only a read-only empty-projection check, return NEEDS_INPUT, and ask for one exact verbatim claim or offer statement as the smallest real input. Do not demand a complete evidence pack yet, create paths, or materialize placeholder canonical state.
  3. Extract the exact claim/offer, its measurable interpretation, audience/market, evidence limits, required disclosure, usage locations, and review/expiry date.
  4. Missing proof stays none-on-file in a proposal or open loop. Never turn [needs source] into Approved from the assertion itself.
  5. Review pending proposal events in offset order. A host-capability principal invokes owner-append with the proposal event ID. Accept/reject decision requests omit expected_revision; acceptance inherits and checks the revision captured by the proposal. Reject with evidence/rationale; history remains append-only.
  6. Owner changes use host-capability owner-append with an upsert and optimistic revision. Expiry/withdrawal uses a dated state change or tombstone. Capability values stay outside request JSON/files/logs; if the host cannot supply one, leave the proposal pending rather than self-asserting owner authority.
  7. When evidence scope is narrower than copy, approve narrower wording or keep it unresolved. Record estimates/proxies as such.
  8. Regenerate claims-ledger.md / offers.md only from accepted projection state, then verify claims.

Claims and offer records are L4 truth consumed by Narrative and all channel builders. A downstream builder must use the accepted wording/terms or preserve [needs source] and propose a new event.

Save Results

Require explicit write permission. Ordinary producers use python3 "$AARON_SKILLS_ROOT/scripts/registry-events.py" append claims <proposal.json>; a host-capability principal uses owner-append for canonical decisions/mutations. Never edit the NDJSON stream manually. Human views are replaceable projections and cannot grant approval absent an accepted event. Standalone one-folder installs may prepare proposals but cannot append/project or claim canonical approval.

Reference Materials

Next Best Skill

Version History

  • 8ebe52f Current 2026-08-20 02:04

    feat: add Agent Plugins v1 portable distribution; feat(runtime): add evidence-gated context profiles

  • bc7d62d 2026-07-25 08:10

Same Skill Collection

ad/activate/ad-account-auditor/SKILL.md
ad/orchestrate/ad-creative-builder/SKILL.md
ad/orchestrate/bid-strategy-planner/SKILL.md
ad/orchestrate/landing-experience-checker/SKILL.md
ad/scale/budget-pacing-monitor/SKILL.md
ad/scale/fatigue-frequency-manager/SKILL.md
email/deliver/email-quality-auditor/SKILL.md
email/engage/email-render-builder/SKILL.md
influencer/activate/contract-helper/SKILL.md
influencer/activate/creator-content-auditor/SKILL.md
influencer/report/landing-optimizer/SKILL.md
influencer/report/performance-analyzer/SKILL.md
influencer/report/report-generator/SKILL.md
influencer/report/roi-calculator/SKILL.md
influencer/scout/fit-scorer/SKILL.md
influencer/scout/influencer-discovery/SKILL.md
influencer/scout/trend-spotter/SKILL.md
influencer/target/brief-generator/SKILL.md
influencer/target/budget-optimizer/SKILL.md
influencer/target/competitor-tracker/SKILL.md
launch/mobilize/launch-readiness-auditor/SKILL.md
narrative/evaluate/narrative-quality-auditor/SKILL.md
protocol/channel-registry/SKILL.md
protocol/consent-registry/SKILL.md
protocol/creator-registry/SKILL.md
protocol/entity-registry/SKILL.md
protocol/launch-registry/SKILL.md
protocol/memory-management/SKILL.md
protocol/narrative-registry/SKILL.md
seo-geo/evaluate/domain-authority-auditor/SKILL.md
seo-geo/evaluate/performance-monitor/SKILL.md
seo-geo/evaluate/rank-tracker/SKILL.md
seo-geo/implement/content-writer/SKILL.md
seo-geo/implement/geo-content-optimizer/SKILL.md
seo-geo/implement/serp-markup-builder/SKILL.md
seo-geo/survey/competitor-analysis/SKILL.md
seo-geo/survey/content-gap-analysis/SKILL.md
seo-geo/survey/keyword-research/SKILL.md
seo-geo/survey/serp-analysis/SKILL.md
seo-geo/tune/content-quality-auditor/SKILL.md
seo-geo/tune/on-page-seo-checker/SKILL.md
seo-geo/tune/technical-seo-checker/SKILL.md
social/explore/channel-portfolio-planner/SKILL.md
social/host/social-quality-auditor/SKILL.md
ad/activate/conversion-signal-qa/SKILL.md
ad/activate/conversion-value-mapper/SKILL.md
ad/activate/placement-exclusion-manager/SKILL.md
ad/orchestrate/ad-test-designer/SKILL.md
ad/research/audience-segment-builder/SKILL.md

Metadata

Files
0
Version
8ebe52f
Hash
6144652e
Indexed
2026-07-25 08:10

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 06:37
浙ICP备14020137号-1 $mapa de visitantes$