jpskill.com
💼 ビジネス コミュニティ 🟡 少し慣れが必要 👤 経営者・事業責任者・マーケ

💼 Ring Central Automation

ring_central-automation

RingCentral(リングセントラル)での電話、メッセージ、

⏱ 営業メール作成 15分/通 → 1分/通

📺 まず動画で見る(YouTube)

▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Automate RingCentral tasks via Rube MCP (Composio): calls, messages, meetings, and unified communications. Always search tools first for current schemas.

🇯🇵 日本人クリエイター向け解説

一言でいうと

RingCentral(リングセントラル)での電話、メッセージ、

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o ring-central-automation.zip https://jpskill.com/download/1969.zip && unzip -o ring-central-automation.zip && rm ring-central-automation.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/1969.zip -OutFile "$d\ring-central-automation.zip"; Expand-Archive "$d\ring-central-automation.zip" -DestinationPath $d -Force; ri "$d\ring-central-automation.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して ring-central-automation.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → ring-central-automation フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Ring Central Automation で、私のビジネスを分析して改善案を3つ提案して
  • Ring Central Automation を使って、来週の会議用の資料を作って
  • Ring Central Automation で、現状の課題を整理してアクションプランに落として

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Rube MCP を介した RingCentral の自動化

Composio の RingCentral ツールキットを Rube MCP 経由で使用して、RingCentral の操作を自動化します。

ツールキットのドキュメント: composio.dev/toolkits/ring_central

前提条件

  • Rube MCP が接続されている必要があります(RUBE_SEARCH_TOOLS が利用可能であること)。
  • ツールキット ring_central を使用して、RUBE_MANAGE_CONNECTIONS 経由で RingCentral がアクティブに接続されている必要があります。
  • 現在のツールスキーマを取得するために、常に最初に RUBE_SEARCH_TOOLS を呼び出してください。

セットアップ

Rube MCP の取得: クライアント設定で https://rube.app/mcp を MCP サーバーとして追加してください。API キーは不要です。エンドポイントを追加するだけで機能します。

  1. RUBE_SEARCH_TOOLS が応答することを確認して、Rube MCP が利用可能であることを検証します。
  2. ツールキット ring_central を指定して RUBE_MANAGE_CONNECTIONS を呼び出します。
  3. 接続が ACTIVE でない場合、返された認証リンクに従ってセットアップを完了します。
  4. ワークフローを実行する前に、接続ステータスが ACTIVE と表示されていることを確認してください。

ツールの検出

ワークフローを実行する前に、常に利用可能なツールを検出してください。

RUBE_SEARCH_TOOLS: queries=[{"use_case": "calls, messages, meetings, and unified communications", "known_fields": ""}]

これにより、以下が返されます。

  • RingCentral の利用可能なツールスラッグ
  • 推奨される実行計画のステップ
  • 既知の落とし穴とエッジケース
  • 各ツールの入力スキーマ

コアワークフロー

1. 利用可能な RingCentral ツールの検出

RUBE_SEARCH_TOOLS:
  queries:
    - use_case: "list all available RingCentral tools and capabilities"

続行する前に、返されたツール、その説明、および入力スキーマを確認してください。

2. RingCentral 操作の実行

ツールを検出した後、以下を介して実行します。

RUBE_MULTI_EXECUTE_TOOL:
  tools:
    - tool_slug: "<discovered_tool_slug>"
      arguments: {<schema-compliant arguments>}
  memory: {}
  sync_response_to_workbench: false

3. マルチステップワークフロー

複数の RingCentral 操作を含む複雑なワークフローの場合:

  1. すべての関連ツールを検索します: 特定のユースケースを指定して RUBE_SEARCH_TOOLS を使用します。
  2. まず前提条件のステップを実行します(例: 更新前にフェッチする)。
  3. ツール応答を使用してステップ間でデータを渡します。
  4. 一括操作やデータ処理には RUBE_REMOTE_WORKBENCH を使用します。

一般的なパターン

アクション前の検索

重複を避けるため、新しいリソースを作成する前に、常に既存のリソースを検索してください。

ページネーション

多くのリスト操作はページネーションをサポートしています。応答で next_cursor または page_token を確認し、すべて取得されるまでフェッチを続行してください。

エラー処理

  • 続行する前に、ツール応答でエラーがないか確認してください。
  • ツールが失敗した場合、接続がまだ ACTIVE であることを確認してください。
  • 接続の有効期限が切れた場合は、RUBE_MANAGE_CONNECTIONS を介して再認証してください。

バッチ操作

一括操作の場合、RUBE_REMOTE_WORKBENCHrun_composio_tool() とループで使用し、ThreadPoolExecutor で並列実行してください。

既知の落とし穴

  • 常に最初にツールを検索する: ツールスキーマと利用可能な操作は変更される可能性があります。RUBE_SEARCH_TOOLS を介して最初に検出することなく、ツールスラッグをハードコードしないでください。
  • 接続ステータスを確認する: ツールを実行する前に、RingCentral 接続が ACTIVE であることを確認してください。期限切れの OAuth トークンは再認証が必要です。
  • レート制限を尊重する: レート制限エラーを受け取った場合、リクエスト頻度を減らし、バックオフを実装してください。
  • スキーマを検証する: 常に厳密にスキーマに準拠した引数を渡してください。input_schema の代わりに schemaRef が返された場合は、RUBE_GET_TOOL_SCHEMAS を使用して完全な入力スキーマをロードしてください。

クイックリファレンス

操作 アプローチ
ツールを見つける RingCentral 固有のユースケースを指定した RUBE_SEARCH_TOOLS
接続する ツールキット ring_central を指定した RUBE_MANAGE_CONNECTIONS
実行する 検出されたツールスラッグを指定した RUBE_MULTI_EXECUTE_TOOL
一括操作 run_composio_tool() を使用した RUBE_REMOTE_WORKBENCH
完全なスキーマ schemaRef を持つツールに対する RUBE_GET_TOOL_SCHEMAS

ツールキットのドキュメント: composio.dev/toolkits/ring_central

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

RingCentral Automation via Rube MCP

Automate RingCentral operations through Composio's RingCentral toolkit via Rube MCP.

Toolkit docs: composio.dev/toolkits/ring_central

Prerequisites

  • Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
  • Active RingCentral connection via RUBE_MANAGE_CONNECTIONS with toolkit ring_central
  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas

Setup

Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.

  1. Verify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds
  2. Call RUBE_MANAGE_CONNECTIONS with toolkit ring_central
  3. If connection is not ACTIVE, follow the returned auth link to complete setup
  4. Confirm connection status shows ACTIVE before running any workflows

Tool Discovery

Always discover available tools before executing workflows:

RUBE_SEARCH_TOOLS: queries=[{"use_case": "calls, messages, meetings, and unified communications", "known_fields": ""}]

This returns:

  • Available tool slugs for RingCentral
  • Recommended execution plan steps
  • Known pitfalls and edge cases
  • Input schemas for each tool

Core Workflows

1. Discover Available RingCentral Tools

RUBE_SEARCH_TOOLS:
  queries:
    - use_case: "list all available RingCentral tools and capabilities"

Review the returned tools, their descriptions, and input schemas before proceeding.

2. Execute RingCentral Operations

After discovering tools, execute them via:

RUBE_MULTI_EXECUTE_TOOL:
  tools:
    - tool_slug: "<discovered_tool_slug>"
      arguments: {<schema-compliant arguments>}
  memory: {}
  sync_response_to_workbench: false

3. Multi-Step Workflows

For complex workflows involving multiple RingCentral operations:

  1. Search for all relevant tools: RUBE_SEARCH_TOOLS with specific use case
  2. Execute prerequisite steps first (e.g., fetch before update)
  3. Pass data between steps using tool responses
  4. Use RUBE_REMOTE_WORKBENCH for bulk operations or data processing

Common Patterns

Search Before Action

Always search for existing resources before creating new ones to avoid duplicates.

Pagination

Many list operations support pagination. Check responses for next_cursor or page_token and continue fetching until exhausted.

Error Handling

  • Check tool responses for errors before proceeding
  • If a tool fails, verify the connection is still ACTIVE
  • Re-authenticate via RUBE_MANAGE_CONNECTIONS if connection expired

Batch Operations

For bulk operations, use RUBE_REMOTE_WORKBENCH with run_composio_tool() in a loop with ThreadPoolExecutor for parallel execution.

Known Pitfalls

  • Always search tools first: Tool schemas and available operations may change. Never hardcode tool slugs without first discovering them via RUBE_SEARCH_TOOLS.
  • Check connection status: Ensure the RingCentral connection is ACTIVE before executing any tools. Expired OAuth tokens require re-authentication.
  • Respect rate limits: If you receive rate limit errors, reduce request frequency and implement backoff.
  • Validate schemas: Always pass strictly schema-compliant arguments. Use RUBE_GET_TOOL_SCHEMAS to load full input schemas when schemaRef is returned instead of input_schema.

Quick Reference

Operation Approach
Find tools RUBE_SEARCH_TOOLS with RingCentral-specific use case
Connect RUBE_MANAGE_CONNECTIONS with toolkit ring_central
Execute RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs
Bulk ops RUBE_REMOTE_WORKBENCH with run_composio_tool()
Full schema RUBE_GET_TOOL_SCHEMAS for tools with schemaRef

Toolkit docs: composio.dev/toolkits/ring_central