# Send Influencer 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": "influencer",
    "name": "Influencer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/influencer",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/influencer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/influencer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=influencer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "compliance.md",
      "content.md",
      "image-gen.md",
      "monetization.md",
      "persona.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "influencer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T22:38:18.387Z",
      "expiresAt": "2026-05-08T22:38:18.387Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=influencer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=influencer",
        "contentDisposition": "attachment; filename=\"influencer-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "influencer"
      },
      "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/influencer"
    },
    "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/influencer",
    "downloadUrl": "https://openagent3.xyz/downloads/influencer",
    "agentUrl": "https://openagent3.xyz/skills/influencer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/influencer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/influencer/agent.md"
  }
}
```
## Documentation

### Workspace Structure

Each influencer lives in a dedicated folder:

~/influencers/
├── {persona-slug}/
│   ├── identity.md        # Name, niche, voice, personality
│   ├── reference/         # Base images for consistency
│   │   ├── face-ref-1.png
│   │   └── style-guide.md
│   ├── content/
│   │   ├── photos/        # Generated images by date
│   │   └── videos/        # Generated videos by date
│   ├── captions.md        # Caption templates, hashtags
│   ├── schedule.md        # Posting schedule
│   └── analytics.md       # Performance tracking
└── tools.md               # Configured generation tools

### Quick Reference

TaskLoadCreate new persona (identity, niche, aesthetics)persona.mdGenerate consistent photosimage-gen.mdGenerate videos (talking head, lifestyle)video-gen.mdVoice and audio (TTS, voice cloning)voice.mdContent strategy and captionscontent.mdPlatform optimization (IG, TikTok, YT)platforms.mdMonetization (brand deals, affiliates)monetization.mdLegal and disclosure requirementscompliance.md

### Persona Creation Checklist

Before generating any content:

Define niche (fitness, lifestyle, tech, fashion, etc.)
 Create identity document (name, age, location, backstory)
 Generate 5-10 reference images for face consistency
 Define visual style (lighting, colors, settings)
 Create voice profile (if using TTS/videos)
 Draft personality guidelines for captions

### Character Consistency Rules

Maintaining the same face/body across all content is CRITICAL.

For photos:

Generate base reference set first (5-10 images, multiple angles)
Use IP-Adapter or InstantID for every generation
Same seed + similar prompt structure = more consistency
Quality check EVERY image before posting

For videos:

Use face-swap on real footage OR
Generate with character LoRA if trained OR
Talking head tools (HeyGen, D-ID) with reference image

### Content Generation Flow

Plan — Check schedule.md for what's needed today
Generate — Use appropriate tool (see image-gen.md or video-gen.md)
Review — Verify character consistency, quality
Caption — Write engaging copy matching persona voice
Schedule — Queue for optimal posting time
Track — Log in analytics.md after posting

### Common Patterns

User saysAgent does"Create new influencer"Run persona creation flow, set up workspace"Generate photos for today"Check schedule, generate with consistency refs"Make a TikTok video"Generate 9:16 video with talking head or lifestyle footage"Write captions for these"Draft captions matching persona voice + niche hashtags"How is she performing?"Summarize analytics.md, suggest improvements"Add brand deal content"Generate sponsored content with disclosure

### Tool Configuration

Store active tools in ~/influencers/tools.md:

## Active Tools
- Image: Nano Banana Pro (Gemini)
- Video: Kling / Runway
- Voice: ElevenLabs (voice_id: xxx)
- Lip Sync: HeyGen

Update when switching providers. All generation scripts read from here.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## 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-05-01T22:38:18.387Z
- Expires at: 2026-05-08T22:38:18.387Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/influencer)
- [Send to Agent page](https://openagent3.xyz/skills/influencer/agent)
- [JSON manifest](https://openagent3.xyz/skills/influencer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/influencer/agent.md)
- [Download page](https://openagent3.xyz/downloads/influencer)