Onboard new MyAgentive users, explain capabilities, and help set up integrations. Use when welcoming new users, explaining what MyAgentive can do, checking integration status, or helping configure API keys and services.
Use this skill when onboarding new users, explaining MyAgentive capabilities, or helping users set up integrations.
MyAgentive is your personal AI agent that runs on your machine (or a cloud server) and can perform real tasks autonomously. Unlike chatbots that only provide information, MyAgentive can:
| Capability | Skill | Setup Required |
|---|---|---|
| Phone calls with AI voice |
twilio-phone| Twilio + ElevenLabs |
| SMS messages | twilio-phone | Twilio |
| Email (read/send) | email-himalaya | himalaya CLI |
| Telegram notifications | Core | Already configured |
| Capability | Skill | Setup Required |
|---|---|---|
| Image generation | gemini-imagen | Gemini API key |
| Audio/video transcription | deepgram-transcription | Deepgram API key |
| Voice synthesis | twilio-phone | ElevenLabs API key |
| Capability | Skill | Setup Required |
|---|---|---|
| LinkedIn posts | social-media-poster | LinkedIn API |
| Twitter/X posts | social-media-poster | Twitter API |
| Capability | Skill | Setup Required |
|---|---|---|
| Word documents (.docx) | docx | None |
| Excel spreadsheets (.xlsx) | xlsx | None |
| PowerPoint presentations (.pptx) | pptx | None |
| PDF manipulation | pdf | None |
| Capability | Skill | Setup Required |
|---|---|---|
| Android phone control | android-use | ADB + USB connection |
| Capability | Provider | Setup Required |
|---|---|---|
| Static websites | Cloudflare Pages | Cloudflare account |
| Serverless functions | Cloudflare Workers | Cloudflare account |
| Custom domains | Cloudflare DNS | Cloudflare account |
To see what is configured, check the config file:
# List configured API keys (values hidden)
grep -E "_KEY|_TOKEN|_SECRET|_SID" ~/.myagentive/config | cut -d'=' -f1
# Or use the validation script
python .claude/skills/myagentive/scripts/check_config.py
These are set up during initial MyAgentive installation:
| Integration | Variables | Status |
|---|---|---|
| Telegram | TELEGRAM_BOT_TOKEN, TELEGRAM_USER_ID | Required |
| Web Interface | WEB_PASSWORD, PORT | Required |
Free Credit: $200 for new accounts
What it enables:
Setup:
echo "DEEPGRAM_API_KEY=your_key" >> ~/.myagentive/config
Skill: deepgram-transcription
Free Tier: Limited requests per minute
What it enables:
Setup:
echo "GEMINI_API_KEY=your_key" >> ~/.myagentive/config
Skill: gemini-imagen
Free Tier: 10,000 characters/month
What it enables:
Setup:
echo "ELEVENLABS_API_KEY=your_key" >> ~/.myagentive/config
Skill: twilio-phone
What it enables:
Setup:
brew tap twilio/brew && brew install twiliotwilio loginecho "TWILIO_PHONE_NUMBER=+1234567890" >> ~/.myagentive/config
Note: Twilio uses CLI authentication, not environment variables.
Skill: twilio-phone
What it enables:
Requirement: LinkedIn Company Page
Setup:
cd .claude/skills/social-media-poster
source venv/bin/activate
python scripts/get_token.py
echo "LINKEDIN_CLIENT_ID=your_id" >> ~/.myagentive/config
echo "LINKEDIN_CLIENT_SECRET=your_secret" >> ~/.myagentive/config
echo "LINKEDIN_ACCESS_TOKEN=your_token" >> ~/.myagentive/config
Note: Tokens expire after ~60 days. Re-run get_token.py to refresh.
Skill: social-media-poster
Free Tier: 1,500 tweets/month
What it enables:
Setup:
echo "TWITTER_API_KEY=your_key" >> ~/.myagentive/config
echo "TWITTER_API_SECRET=your_secret" >> ~/.myagentive/config
echo "TWITTER_ACCESS_TOKEN=your_token" >> ~/.myagentive/config
echo "TWITTER_ACCESS_TOKEN_SECRET=your_secret" >> ~/.myagentive/config
echo "TWITTER_BEARER_TOKEN=your_bearer" >> ~/.myagentive/config
Important: After changing permissions, regenerate all tokens.
Skill: social-media-poster
What it enables:
Setup:
brew install himalaya~/.config/himalaya/config.tomlsecurity add-generic-password -s himalaya-gmail -a "[email protected]" -w "your-app-password"
Skill: email-himalaya
What it enables:
Setup:
brew install android-platform-toolsadb devices -lecho "OPENAI_API_KEY=your_key" >> ~/.myagentive/config
Skill: android-use
Free Tier: Generous limits for Pages, Workers, DNS
What it enables:
Setup:
echo "CLOUDFLARE_API_TOKEN=your_token" >> ~/.myagentive/config
echo "CLOUDFLARE_ACCOUNT_ID=your_account_id" >> ~/.myagentive/config
What it enables:
Setup (Analytics):
echo "GOOGLE_ANALYTICS_ID=G-XXXXXXXXXX" >> ~/.myagentive/config
Setup (Search Console):
What it enables:
Setup:
echo "GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json" >> ~/.myagentive/config
echo "GCP_PROJECT_ID=your-project-id" >> ~/.myagentive/config
These skills work out of the box:
| Skill | Description |
|---|---|
docx | Create, edit, and read Word documents |
xlsx | Create, edit, and analyse Excel spreadsheets |
pptx | Create and edit PowerPoint presentations |
pdf | Extract text, merge, split, and fill PDF forms |
Simply ask:
I will guide you through the process step by step.
~/.myagentive/configAsk me: