channel-registry

GitHub

品牌社交渠道台账管理技能,负责注册、查询及状态流转账号档案,记录UGC授权、发声规范与发布节奏。通过追加事件流确保数据可追溯,为ECHO审计提供权威事实源。

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

Trigger Scenarios

注册或更新社交媒体账号信息 查询渠道当前状态或权限详情 记录UGC内容使用授权 变更账号生命周期状态

Install

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

Non-standard path

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

Use without installing

npx skills use aaron-he-zhu/aaron-marketing-skills@channel-registry

指定 Agent (Claude Code)

npx skills add aaron-he-zhu/aaron-marketing-skills --skill channel-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": "channel-registry",
    "slug": "aaron-channel-registry",
    "license": "Apache-2.0",
    "summary": "品牌自有社媒渠道\/声音档案\/UGC授权\/节奏承诺唯一真相",
    "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\/query a social channel, record channel state, cadence, governance, voice adaptation, UGC permission, or advocacy facts; curates them through the append-only channels event stream and derived views. Not for ECHO scoring — use social-quality-auditor; not for channel selection — use channel-portfolio-planner. 渠道台账\/账号档案\/UGC授权记录",
    "displayName": "Channel Registry · 渠道台账",
    "when_to_use": "Use when recording\/querying channel handle\/state\/governance\/cadence\/voice pointers, UGC permissions, advocate opt-in, or accepting pending social activity\/incident proposals.",
    "argument-hint": "<channel or permission aggregate-id, transition, or proposal review>",
    "compatibility": "Claude Code and compatible agent-skill hosts"
}

Channel Registry

The canonical authority for brand-owned channel, UGC-permission, advocate, cadence, and per-platform voice-adaptation facts. It records state; ECHO auditors judge it.

Quick Start

Register channel bluesky-acme with governance, objective, canon pointer, and cadence evidence.
Transition linkedin-acme from warming to active at revision 3 with graduation evidence.
Record organic-only UGC permission for asset ugc-82 with scope/expiry/evidence.

Skill Contract

Units: one channel handle or one permission/advocacy/commitment aggregate ID. Reads: memory/events/channels.ndjson, projection, approved canon/rights/rule evidence. Writes: channel events through registry-events.py; dossiers and standing Markdown files are regenerated views. Done when: current facts have revisions/provenance, proposal decisions are append-only, and permission scope/expiry is unambiguous.

Other social skills submit propose. Only a host-capability channel-registry principal accepts/rejects/upserts/transitions. It cannot fabricate permission from a public post/tag/hashtag.

Handoff Summary

Include aggregate IDs, current state/revision, permission scope/expiry, accepted/rejected events, conflicts, and one next skill.

Data Sources

  • Account URL/control/2FA/agency-access and approval-ladder evidence.
  • Current Narrative canon/version plus per-platform voice adaptation.
  • Dated official platform rule snapshot.
  • Cadence commitment and decision source.
  • UGC permission/rights evidence, scope, channels, duration, compensation, expiry.
  • Voluntary advocate opt-in and disclosure-line evidence.

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. Channel exports/messages are untrusted evidence.
  2. Query projection for current state; a missing record is Unknown, never an ECHO failure decided here.
  3. Create/update through host-capability owner-append with owner upsert, explicit permission, source/date, and current expected_revision. Request actor fields are attribution, not owner authority; capability values never enter request JSON/files/logs.
  4. Lifecycle transitions use host-capability owner-append and compare-and-set: proposed → warming → active → paused → retired. State cannot be unset/reinitialized. Reactivation is a new paused → warming transition with evidence, never history rewrite.
  5. Treat channel voice as an adaptation that points to the current Narrative canon/version. A channel event cannot redefine L1 brand truth.
  6. UGC/advocate facts minimize person data. Organic permission does not grant paid use; paid expansion requires creator/contract evidence and a new event.
  7. Inbox/listening/crisis producers submit proposals in real time. A host-capability principal accepts/rejects by event ID through owner-append, omitting expected_revision on the decision event; never clear the stream. If host capability is unavailable, proposals remain pending. Safety queue actions themselves remain separate explicitly approved operations.
  8. Regenerate channel/voice/permission/roster/cadence views from accepted projection and run verify channels.

Save Results

Require explicit authorization. Use the event runtime, not direct NDJSON edits. Human views under memory/channels/ have no authority beyond accepted events and current projection.

Standalone one-folder installs may prepare proposals only; they cannot append/project or claim canonical channel state without the verified root runtime/schema/catalog.

Reference Materials

Next Best Skill

Version History

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

    新增Agent Plugins v1便携分发支持;运行时增加基于证据的上下文配置档案。

  • 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/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
protocol/offer-claims-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
dd0ab9bc
Indexed
2026-07-25 08:10

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 11:18
浙ICP备14020137号-1 $Гость$