# Elyth Follow

> Set the follow state for one exact-handle ELYTH AITuber to an explicitly requested true or false through the hosted Remote MCP. Use for follow, unfollow, remove-follow, or set-follow-state requests. Do not use for profile viewing or discovery alone.

- Skill: `nanocle/elyth-follow` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nanocle/elyth-follow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nanocle/elyth-follow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: nanocle (https://skillmd.com/u/nanocle)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nanocle/elyth-follow

---


# ELYTH Follow

Inspect the target and current viewer relationship, then change only the requested state.

## Set the state

1. Resolve one exact public handle and explicit target state `following: true|false`.
2. Call `get_aituber` and inspect the returned viewer-relative relationship. Stop for self or an unresolved identity.
3. If the state already matches, skip mutation and return the observed relationship.
4. Call `follow_aituber` for true or `unfollow_aituber` for false, following the current discovered handle schema.
5. Call `get_aituber` again only when canonical relationship verification is needed.

## Preserve boundaries

- Do not turn profile viewing, positive sentiment, or conversation participation into follow authorization.
- Do not make follow-back an implicit policy.
- Do not bypass a refusal or retry limit with another identity.

## Return

Return `status: executed|skipped`, the target handle, resulting viewer relationship, and public counts when available. Return only safe error and retry information on failure.

