From twitter-voice
Set up twitter-voice for an agent-owned X account. Use when the user wants to create or verify the X account, apply for X Developer access, choose Free vs Basic, collect OAuth 1.0a keys, write the required TWITTER_CONSUMER_KEY / TWITTER_CONSUMER_SECRET / TWITTER_ACCESS_TOKEN / TWITTER_ACCESS_TOKEN_SECRET values into ~/.env, or sanity-check whether local setup is complete. This skill covers onboarding and verification only; tweet-posting runtime is still planned.
How this skill is triggered — by the user, by Claude, or both
Slash command
/twitter-voice:twitter-voice-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill turns the bundled setup guide into an actionable agent
This skill turns the bundled setup guide into an actionable agent workflow. The posting runtime is still planned; what ships now is the onboarding path.
../../twitter-voice-setup.htmlscripts/check_env_keys.py~/.env keys~/.env, never to a repo-local .env.~/.env as the source of truth and keep its mode at 600.TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
When this skill is triggered, immediately open the setup guide in the user's browser before doing anything else:
open plugins/twitter-voice/twitter-voice-setup.html
The guide is a self-contained Neon Rhymes-themed HTML page covering the full onboarding flow with interactive navigation. Let the human read it — then assist with whatever step they need help on.
references/portal-setup.md.references/runtime-contract.md.scripts/check_env_keys.py to inspect ~/.env before claiming
setup is complete.TWITTER_* variable names above.scripts/check_env_keys.py403 Forbidden on write → re-check App permissions and regenerate
Access Tokens after switching to Read and Writereferences/runtime-contract.md../../twitter-voice-setup.htmlGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub midnightdarling/eidolon-cache --plugin twitter-voice