myagentive-onboarding
MyAgentiveの新規ユーザー向けに、機能説明や連携設定のサポートを行い、スムーズな利用開始を支援するSkill。
📜 元の英語説明(参考)
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.
🇯🇵 日本人クリエイター向け解説
MyAgentiveの新規ユーザー向けに、機能説明や連携設定のサポートを行い、スムーズな利用開始を支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o myagentive-onboarding.zip https://jpskill.com/download/10172.zip && unzip -o myagentive-onboarding.zip && rm myagentive-onboarding.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10172.zip -OutFile "$d\myagentive-onboarding.zip"; Expand-Archive "$d\myagentive-onboarding.zip" -DestinationPath $d -Force; ri "$d\myagentive-onboarding.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
myagentive-onboarding.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
myagentive-onboardingフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[Skill 名] myagentive-onboarding
MyAgentive オンボーディング
新規ユーザーのオンボーディング、MyAgentive の機能の説明、またはユーザーが統合を設定する際にこのスキルを使用してください。
MyAgentive とは?
MyAgentive は、あなたのマシン(またはクラウドサーバー)上で動作し、自律的に実際のタスクを実行できる、あなたの個人的な AI エージェントです。情報を提供するだけのチャットボットとは異なり、MyAgentive は次のことができます。
- ウェブサイトの作成とデプロイ
- ソーシャルメディアへの投稿
- 画像、音声、動画の生成
- 音声/動画コンテンツの文字起こし
- 電話の発信と SMS の送信
- 電子メールの読み書き
- ドキュメントの作成と編集 (Word, Excel, PowerPoint, PDF)
- Android スマートフォンのリモート制御
- オンラインプレゼンスの管理
- 反復タスクの自動化
機能カテゴリ
1. コミュニケーション
| 機能 | Skill | セットアップ必須 |
|---|---|---|
| AI 音声による電話 | twilio-phone |
Twilio + ElevenLabs |
| SMS メッセージ | twilio-phone |
Twilio |
| メール (読み/書き) | email-himalaya |
himalaya CLI |
| Telegram 通知 | Core | 既に設定済み |
2. コンテンツ作成
| 機能 | Skill | セットアップ必須 |
|---|---|---|
| 画像生成 | gemini-imagen |
Gemini API キー |
| 音声/動画の文字起こし | deepgram-transcription |
Deepgram API キー |
| 音声合成 | twilio-phone |
ElevenLabs API キー |
3. ソーシャルメディア
| 機能 | Skill | セットアップ必須 |
|---|---|---|
| LinkedIn 投稿 | social-media-poster |
LinkedIn API |
| Twitter/X 投稿 | social-media-poster |
Twitter API |
4. ドキュメント
| 機能 | Skill | セットアップ必須 |
|---|---|---|
| Word ドキュメント (.docx) | docx |
なし |
| Excel スプレッドシート (.xlsx) | xlsx |
なし |
| PowerPoint プレゼンテーション (.pptx) | pptx |
なし |
| PDF 操作 | pdf |
なし |
5. デバイス制御
| 機能 | Skill | セットアップ必須 |
|---|---|---|
| Android スマートフォンの制御 | android-use |
ADB + USB 接続 |
6. Web ホスティング (外部)
| 機能 | Provider | セットアップ必須 |
|---|---|---|
| 静的ウェブサイト | Cloudflare Pages | Cloudflare アカウント |
| サーバーレス関数 | Cloudflare Workers | Cloudflare アカウント |
| カスタムドメイン | Cloudflare DNS | Cloudflare アカウント |
クイックスタート: 統合ステータスの確認
何が設定されているかを確認するには、設定ファイルを確認してください。
# 設定済みの API キーを一覧表示 (値は非表示)
grep -E "_KEY|_TOKEN|_SECRET|_SID" ~/.myagentive/config | cut -d'=' -f1
# または、検証スクリプトを使用
python .claude/skills/myagentive/scripts/check_config.py
統合設定ガイド
既に設定済み (Core)
これらは、MyAgentive の初期インストール時に設定されます。
| 統合 | 変数 | ステータス |
|---|---|---|
| Telegram | TELEGRAM_BOT_TOKEN, TELEGRAM_USER_ID |
必須 |
| Web インターフェース | WEB_PASSWORD, PORT |
必須 |
Deepgram (文字起こし)
無料クレジット: 新規アカウントに $200
有効になること:
- Telegram での音声メッセージの文字起こし
- 音声ファイルのテキストへの変換
- 動画ファイルの文字起こし
- 複数言語のサポート
セットアップ:
- サインアップ: https://console.deepgram.com/signup
- API Keys > Create new key に移動
- 設定に追加:
echo "DEEPGRAM_API_KEY=your_key" >> ~/.myagentive/config
Skill: deepgram-transcription
Gemini (画像生成)
無料枠: 1 分あたりのリクエスト数に制限あり
有効になること:
- テキストの説明から画像を生成
- 複数の品質レベル (fast, balanced, ultra)
セットアップ:
- API キーを取得: https://aistudio.google.com/apikey
- 設定に追加:
echo "GEMINI_API_KEY=your_key" >> ~/.myagentive/config
Skill: gemini-imagen
ElevenLabs (音声合成)
無料枠: 10,000 文字/月
有効になること:
- 電話での自然な AI 音声
- 複数の音声オプションとアクセント
- テキスト読み上げ変換
セットアップ:
- サインアップ: https://elevenlabs.io
- Profile > API Keys に移動
- 設定に追加:
echo "ELEVENLABS_API_KEY=your_key" >> ~/.myagentive/config
Skill: twilio-phone
Twilio (電話 & SMS)
有効になること:
- AI 音声で電話をかける
- SMS メッセージを送信する
- 電話/SMS 通知を受信する
セットアップ:
- サインアップ: https://www.twilio.com
- 電話番号を取得
- CLI をインストール:
brew tap twilio/brew && brew install twilio - ログイン:
twilio login - 必要に応じて、参照用に設定に追加:
echo "TWILIO_PHONE_NUMBER=+1234567890" >> ~/.myagentive/config
注: Twilio は環境変数ではなく、CLI 認証を使用します。
Skill: twilio-phone
LinkedIn (ソーシャルメディア)
有効になること:
- プロフィールへのアップデートの投稿
- 記事やコンテンツの共有
- 会社ページへの投稿
要件: LinkedIn 会社ページ
セットアップ:
- アプリを作成: https://www.linkedin.com/developers/apps
- "Share on LinkedIn" 権限をリクエスト
- アプリ設定から Client ID, Client Secret を取得
- OAuth フローを使用してアクセストークンを生成:
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
注: トークンは ~60 日後に期限切れになります。更新するには get_token.py を再実行してください。
Skill: social-media-poster
Twitter/X (ソーシャルメディア)
無料枠: 1,500 ツイート/月
有効になること:
- ツイートの投稿
- コンテンツのスケジュール
- メディアの共有
セットアップ:
- 開発者アクセスを申請: https://developer.x.com
- Read+Write 権限を持つアプリを作成
- すべてのトークンを生成 (API Key, Secret, Access Token, Access Token Secret, Bearer Token)
- 設定に追加:
echo "TWITTER_API_KEY=your_key" >> ~/.myagentive/config echo "TWITTER_API_SECRET=your_secret" >> ~/.myagentiv
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
MyAgentive Onboarding
Use this skill when onboarding new users, explaining MyAgentive capabilities, or helping users set up integrations.
What is MyAgentive?
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:
- Create and deploy websites
- Post to social media
- Generate images, audio, and video
- Transcribe audio/video content
- Make phone calls and send SMS
- Read and send emails
- Create and edit documents (Word, Excel, PowerPoint, PDF)
- Control your Android phone remotely
- Manage your online presence
- Automate repetitive tasks
Capability Categories
1. Communication
| 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 |
2. Content Creation
| 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 |
3. Social Media
| Capability | Skill | Setup Required |
|---|---|---|
| LinkedIn posts | social-media-poster |
LinkedIn API |
| Twitter/X posts | social-media-poster |
Twitter API |
4. Documents
| Capability | Skill | Setup Required |
|---|---|---|
| Word documents (.docx) | docx |
None |
| Excel spreadsheets (.xlsx) | xlsx |
None |
| PowerPoint presentations (.pptx) | pptx |
None |
| PDF manipulation | pdf |
None |
5. Device Control
| Capability | Skill | Setup Required |
|---|---|---|
| Android phone control | android-use |
ADB + USB connection |
6. Web Hosting (External)
| Capability | Provider | Setup Required |
|---|---|---|
| Static websites | Cloudflare Pages | Cloudflare account |
| Serverless functions | Cloudflare Workers | Cloudflare account |
| Custom domains | Cloudflare DNS | Cloudflare account |
Quick Start: Check Integration Status
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
Integration Setup Guides
Already Configured (Core)
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 |
Deepgram (Transcription)
Free Credit: $200 for new accounts
What it enables:
- Transcribe voice messages in Telegram
- Convert audio files to text
- Transcribe video files
- Multiple language support
Setup:
- Sign up: https://console.deepgram.com/signup
- Go to API Keys > Create new key
- Add to config:
echo "DEEPGRAM_API_KEY=your_key" >> ~/.myagentive/config
Skill: deepgram-transcription
Gemini (Image Generation)
Free Tier: Limited requests per minute
What it enables:
- Generate images from text descriptions
- Multiple quality levels (fast, balanced, ultra)
Setup:
- Get API key: https://aistudio.google.com/apikey
- Add to config:
echo "GEMINI_API_KEY=your_key" >> ~/.myagentive/config
Skill: gemini-imagen
ElevenLabs (Voice Synthesis)
Free Tier: 10,000 characters/month
What it enables:
- Natural AI voices for phone calls
- Multiple voice options and accents
- Text-to-speech conversion
Setup:
- Sign up: https://elevenlabs.io
- Go to Profile > API Keys
- Add to config:
echo "ELEVENLABS_API_KEY=your_key" >> ~/.myagentive/config
Skill: twilio-phone
Twilio (Phone & SMS)
What it enables:
- Make phone calls with AI voices
- Send SMS messages
- Receive call/SMS notifications
Setup:
- Sign up: https://www.twilio.com
- Get a phone number
- Install CLI:
brew tap twilio/brew && brew install twilio - Login:
twilio login - Optionally add to config for reference:
echo "TWILIO_PHONE_NUMBER=+1234567890" >> ~/.myagentive/config
Note: Twilio uses CLI authentication, not environment variables.
Skill: twilio-phone
LinkedIn (Social Media)
What it enables:
- Post updates to your profile
- Share articles and content
- Post to company pages
Requirement: LinkedIn Company Page
Setup:
- Create app: https://www.linkedin.com/developers/apps
- Request "Share on LinkedIn" permission
- Get Client ID, Client Secret from app settings
- Generate access token using OAuth flow:
cd .claude/skills/social-media-poster source venv/bin/activate python scripts/get_token.py - Add to config:
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
Twitter/X (Social Media)
Free Tier: 1,500 tweets/month
What it enables:
- Post tweets
- Schedule content
- Share media
Setup:
- Apply for developer access: https://developer.x.com
- Create app with Read+Write permissions
- Generate all tokens (API Key, Secret, Access Token, Access Token Secret, Bearer Token)
- Add to config:
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
Email (himalaya)
What it enables:
- Read emails from any account
- Send emails
- Search and manage mailboxes
Setup:
- Install himalaya:
brew install himalaya - Configure accounts in
~/.config/himalaya/config.toml - For Gmail, create an App Password:
- Go to: https://myaccount.google.com/apppasswords
- Store in macOS Keychain:
security add-generic-password -s himalaya-gmail -a "you@gmail.com" -w "your-app-password"
Skill: email-himalaya
Android Device Control
What it enables:
- Tap buttons and navigate apps
- Type text
- Take screenshots
- Automate phone tasks
Setup:
- Install ADB:
brew install android-platform-tools - Enable Developer mode on Android (tap Build Number 7 times)
- Enable USB debugging in Developer options
- Connect phone via USB and authorise
- Verify:
adb devices -l - Optional (for vision-based detection):
echo "OPENAI_API_KEY=your_key" >> ~/.myagentive/config
Skill: android-use
Cloudflare (Web Hosting)
Free Tier: Generous limits for Pages, Workers, DNS
What it enables:
- Deploy static websites (Cloudflare Pages)
- Create serverless functions (Workers)
- Manage DNS and custom domains
Setup:
- Sign up: https://dash.cloudflare.com/sign-up
- Create API Token: https://dash.cloudflare.com/profile/api-tokens
- Permissions needed:
- Account > Cloudflare Pages: Edit
- Account > Workers Scripts: Edit
- Zone > DNS: Edit
- Add to config:
echo "CLOUDFLARE_API_TOKEN=your_token" >> ~/.myagentive/config echo "CLOUDFLARE_ACCOUNT_ID=your_account_id" >> ~/.myagentive/config
Google Analytics & Search Console
What it enables:
- Track website visitors
- Monitor search performance
- SEO insights
Setup (Analytics):
- Create property: https://analytics.google.com
- Get Measurement ID (G-XXXXXXXXXX)
- Add to config:
echo "GOOGLE_ANALYTICS_ID=G-XXXXXXXXXX" >> ~/.myagentive/config
Setup (Search Console):
- Add site: https://search.google.com/search-console
- Verify ownership
- For API access, create GCP Service Account with Search Console access
GCP Service Account
What it enables:
- Access Google APIs (Sheets, Drive, Calendar)
- Cloud Storage
- BigQuery, Vision, Speech, Translation APIs
Setup:
- Create project: https://console.cloud.google.com
- Create Service Account (IAM & Admin > Service Accounts)
- Download JSON key file
- Save to secure location and set:
echo "GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json" >> ~/.myagentive/config echo "GCP_PROJECT_ID=your-project-id" >> ~/.myagentive/config
Recommended Setup Order
Essential (Start Here)
- Deepgram - $200 free credit, enables voice message transcription
- Gemini - Free tier, enables image generation
Communication
- ElevenLabs - Natural AI voices
- Twilio - Phone calls and SMS
- Email (himalaya) - Email access
Social Media
- Twitter/X - Social presence
- LinkedIn - Professional presence
Web Hosting
- Cloudflare - Website deployment
Advanced
- Android Control - Phone automation
- GCP Service Account - Google Workspace automation
Document Skills (No Setup Required)
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 |
How to Add an Integration
Simply ask:
- "Set up Deepgram integration"
- "Help me configure Twitter"
- "I want to add ElevenLabs"
I will guide you through the process step by step.
Security Notes
- All API keys are stored in
~/.myagentive/config - This file is only readable by your user account
- Never share your API keys publicly
- You can revoke any API key from the provider's dashboard
- Keys are never displayed in full in responses
Need Help?
Ask me:
- "What can you do?" - Overview of capabilities
- "What integrations are available?" - List all integrations
- "Check my integration status" - See what is configured
- "Help me set up [integration name]" - Step-by-step setup guide