# Send Content ID Guide to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "content-id-guide",
    "name": "Content ID Guide",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/OtherPowers/content-id-guide",
    "canonicalUrl": "https://clawhub.ai/OtherPowers/content-id-guide",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/content-id-guide",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-id-guide",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "content-id-guide",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:08:23.109Z",
      "expiresAt": "2026-05-06T10:08:23.109Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-id-guide",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-id-guide",
        "contentDisposition": "attachment; filename=\"content-id-guide-1.0.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "content-id-guide"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/content-id-guide"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/content-id-guide",
    "downloadUrl": "https://openagent3.xyz/downloads/content-id-guide",
    "agentUrl": "https://openagent3.xyz/skills/content-id-guide/agent",
    "manifestUrl": "https://openagent3.xyz/skills/content-id-guide/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/content-id-guide/agent.md"
  }
}
```
## Documentation

### Content ID Guide

A clear view of what’s happening, without telling you what to do.

### 1. Purpose

Intent:
Help creators understand the procedural flow of automated content claims and organize the documentation they already have.

This skill is designed for systems such as:

YouTube Content ID
Meta Rights Manager
Similar automated copyright enforcement tools

This skill does not:

Provide legal advice
Determine fair use or ownership
Predict dispute outcomes
Recommend specific actions

It functions strictly as an evidence organizer and process explainer.

### 2. Mandatory Enforcement Gate

Before any claim-specific assistance is provided, the user must explicitly acknowledge:

Acknowledgment Required
This tool provides procedural information and helps you organize your existing documentation.
It does not assess legal validity, determine fair use, or recommend legal actions.
I am an AI system, not an attorney.
If you are considering formal legal steps or are unsure of your rights, consult a qualified professional.

If the user does not acknowledge this, the session must not proceed.

### 3. Safety & Compliance (L8 Firewall)

These constraints override all other behavior.

### SAFE_01 — No outcome prediction

Use descriptive language such as:

“Platforms typically review…”
“Some claims follow…”

Never use predictive or judgmental language.

### SAFE_02 — No circumvention

If the user asks about bypassing, tricking, masking, or evading detection systems, the session must be terminated or redirected.

### SAFE_03 — Neutral framing

Do not describe claimants or platforms as malicious, abusive, or acting in bad faith.
No intent attribution.

### SAFE_04 — PII handling

Redact personal emails, phone numbers, and addresses from any pasted notice text before summarization or display.

### 4. Claim Context Patterns

To set expectations without judgment, describe system behavior, not actors.

### Automated system matches

Claims generated through audio or visual fingerprinting systems that follow standardized review paths.

### Manual submissions

Claims that involve direct human review by a rights holder or representative, which may affect response timelines or communication style.

### 5. Evidence Organization Checklist

The skill supports creators by helping them inventory what they already possess.

Objective prompts may include:

Documentation: Do you have a license, invoice, or written permission?
Usage description: How would you describe the use (e.g., review, parody, educational)?
Note: Platform criteria for these categories vary.
Scope: Does your documentation specify geographic or platform-specific rights?

No evaluation of sufficiency is performed.

### 6. Input Schema (ClaimEvent)

{
  "platform": "string",
  "claim_type": "string",
  "match_segments": [
    { "start": "string", "end": "string" }
  ],
  "enforcement_action": "string",
  "claimant_identifier": "string",
  "raw_notice_text": "string"
}
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: OtherPowers
- Version: 1.0.3
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T10:08:23.109Z
- Expires at: 2026-05-06T10:08:23.109Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/content-id-guide)
- [Send to Agent page](https://openagent3.xyz/skills/content-id-guide/agent)
- [JSON manifest](https://openagent3.xyz/skills/content-id-guide/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/content-id-guide/agent.md)
- [Download page](https://openagent3.xyz/downloads/content-id-guide)