AI
Pass

AI Bio Writer Skill for AI Agents

Generate platform-specific social media bios using AI Pass API. Ready-to-use skill for any AI agent.

Setup

  1. Create an AI Pass account at aipass.one
  2. Verify your email
  3. Create an API key from Developer Dashboard
  4. Set $AIPASS_API_KEY in your environment

Usage

curl -s -X POST https://aipass.one/apikey/v1/chat/completions \
  -H "Authorization: Bearer $AIPASS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4.1-mini",
    "messages": [
      {"role": "system", "content": "Generate 3 professional LinkedIn bios under 220 characters each. Return bios separated by ---. Include relevant emojis."},
      {"role": "user", "content": "Name: Sarah Chen. UX designer, 8 years experience, startup founder, speaker, dog lover."}
    ]
  }'

Parameters

  • Platform: linkedin, instagram, twitter, tiktok, github, personal
  • Tone: professional, casual, witty, minimal, bold
  • Character limits: linkedin=220, instagram=150, twitter=160, tiktok=80, github=200

Related