開発
#api
observal
Operates the Observal CLI for authentication, configuration, setup diagnosis, teamspaces, inbox work, scans, update checks, and authenticated API access. Use when the user wants to log in, configure Observal, inspect local harness setup, manage a teamspace or invitation, process inbox items, check installed registry items, or call an endpoint without a dedicated command.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=observal-observal-observal-cli-skills-observal-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name observal command observal description Operates the Observal CLI for authentication, configuration, setup diagnosis, teamspaces, inbox work, scans, update checks, and authenticated API access. Use when the user wants to log in, configure Observal, inspect local harness setup, manage a teamspace or invitation, process inbox items, check installed registry items, or call an endpoint without a dedicated command. version 2.7.0 owner observal Operating Observal Use this skill for core account, setup, local inventory, inbox, and teamspace work. Use the specialized observal-agents , observal-registry , observal-ops , observal-admin , or observal-advanced skill when its description matches more closely. Execution contract Execute commands in the shell. Do not merely print commands for the user to run. Set a 60 second timeout for normal CLI calls. Increase it only for an operation documented as long-running. Use machine output by default: add --output json whenever supported. Dedicated lists return items , total , page , and page_size ; streams emit JSON Lines. Run the relevant --help command before acting when a path or flag is uncertain. Never invent flags. Supply every required input and confirmation flag so agent workflows never wait for a prompt. Reuse returned UUIDs and qualified_name values. Never scrape table rows or assume a bare name is unique. After a mutation, verify the returned state or run the smallest read command that confirms the requested change. Treat tokens, invitation URLs, credentials, generated passwords, headers, and environment values as secrets. Do not echo them. Fail openly. Do not silently switch to direct API calls, database access, or local file writes. Automatic transient retries apply only to reads. After an uncertain mutation failure, verify state before retrying. Route the task Task Read Login, account, CLI config, scan, doctor, outdated, inbox Core workflows Teamspaces, visibility review, members, requests, invitations Teamspace workflows Exact command inventory or authenticated API escape hatch Generated command reference Create, edit, release, or pull an Agent Use observal-agents Search, submit, install, or version a component Use observal-registry Traces, telemetry, logs, ratings, or insight reports Use observal-ops Reviews, users, settings, security, or server administration Use observal-admin Reconciliation, CLI version recovery, or explicit offline fallback Use observal-advanced Read the selected reference completely before executing its workflow. Default loop Identify the canonical command path from the reference or local help. Read current state in JSON when the operation depends on existing IDs, roles, versions, or status. Execute one noninteractive mutation with the canonical identifier. Verify the result. A zero exit status alone does not prove the requested state transition occurred. Report the outcome, important identifiers, warnings, and any required next action. Include the exact command only when useful for reproduction or requested by the user. Error decisions Result Action Authentication error Run observal auth whoami --output json ; log in only if needed Permission denied Report the required role or ownership; do not retry with broader authority Not found Re-list in JSON and retry with the returned UUID or qualified_name Conflict Read the server message and current state; choose update, version bump, or no-op deliberately Validation error Correct the named input; do not repeat the same request Unavailable or not configured Stop and use observal-advanced only if the user still wants an explicit fallback Do not report success when JSON contains a pending review, warning, failed setup command, or partial result that still requires action.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .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 / カスタム) |