仕事効率
#ai
openclaw-management
This skill should be used when the user wants to interact with OpenClaw, delegate tasks to their AI assistant, or check gateway status. Activates for AI assistant delegation and orchestration.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=freema-openclaw-mcp-plugins-claude-openclaw-skills-openclaw-management-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name openclaw-management description This skill should be used when the user wants to interact with OpenClaw, delegate tasks to their AI assistant, or check gateway status. Activates for AI assistant delegation and orchestration. When the user wants to interact with OpenClaw or delegate tasks, use the OpenClaw MCP tools. When to Use This Skill Activate when the user: Wants to chat with OpenClaw ("Ask Claw to...", "Tell my assistant...") Delegates tasks ("Have OpenClaw research...", "Let Claw handle...") Checks status ("Is OpenClaw running?") Manages tasks ("Check task progress", "Cancel that task") Tools Reference Task Tool Chat (sync) openclaw_chat Chat (async) openclaw_chat_async Task status openclaw_task_status List tasks openclaw_task_list Cancel task openclaw_task_cancel Gateway health openclaw_status Sync vs Async Use sync ( openclaw_chat ): Quick questions Simple commands When you need immediate response Use async ( openclaw_chat_async ): Research tasks Long-running operations Tasks that might timeout Example Workflows Quick question: openclaw_chat message="What's the weather?" Long task: openclaw_chat_async message="Research competitors and write a report" → { task_id: "task_abc123" } openclaw_task_status task_id="task_abc123" → { status: "running" } # ... poll until complete ... openclaw_task_status task_id="task_abc123" → { status: "completed", result: "..." }
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |