creator-registry

Manage creator profiles via an append-only event stream.

2.5k|345|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/aaron-he-zhu/aaron-marketing-skills --skill creator-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creator-registry
Source: https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/main/protocol/creator-registry
Command: npx skills add https://github.com/aaron-he-zhu/aaron-marketing-skills --skill creator-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages and updates creator profiles, providing detailed facts and provenance without calculating scores or reviewing content.

Core Features & Use Cases

  • Creator Profile Management: Curates creator identity, rates, rights, exclusivity, compliance events, and performance facts.
  • Event Stream Integration: Works with an append-only creators event stream.
  • Pending Proposals Handling: Accepts or rejects pending creator proposals.
  • Deduplication and Record Keeping: Ensures creator handle deduplication and maintains closed-cycle rates, rights, exclusivity, compliance events, and performance baselines.

Quick Start

Query the current state of a creator profile with the ID 'creator-7f42' using the creator-registry skill.

Frequently Asked Questions about creator-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage creator profiles with an append-only event stream?

Creator profile management uses an append-only event stream to record detailed facts and provenance. This approach ensures a verifiable history of creator identity, rates, rights, exclusivity, and compliance events without altering past records.

What is the best way to deduplicate creator handles in a registry?

Deduplicating creator handles is handled automatically during profile maintenance. The registry checks existing records to prevent duplicate handles, ensuring each creator state remains unique and consistent across the append-only event stream.

How do I accept or reject pending creator proposals?

Pending creator proposals are processed through the registry to accept or reject new profile submissions. This workflow validates incoming creator data against existing records before committing any new facts to the event stream.

Does the creator-registry skill calculate performance scores or review content?

The creator-registry skill does not calculate scores or review content. It strictly manages creator profiles by recording performance facts and compliance events with detailed provenance, leaving evaluation to other processes.

Can I use creator-registry with Claude Code and agent-skill hosts?

Yes, creator-registry is fully compatible with Claude Code and agent-skill hosts. This allows you to query the current state of creator profiles and maintain records directly within your existing agent workflows.

Why do I need provenance tracking for creator compliance events?

Provenance tracking for compliance events provides an immutable audit trail of when and how a creator's status changed. Using an append-only event stream guarantees that all recorded facts are verifiable and historically accurate.