开发编程
#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.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |