← 返回 Skills 市场
78
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tirosman-demo
功能描述
Drive the TirOSMAN autonomous multi-agent demo (5 projects × 150 tasks, Jira-like lifecycle, QA approval) from any MCP-aware client.
安全使用建议
The skill appears to implement a TirOSMAN demo controller, but the manifest omitted environment variables the runtime expects. Before installing: 1) Confirm the MCP endpoint (mcp.url) and whether a TIROSMAN_MCP_API_KEY is required — ask the publisher to add it to the metadata or refuse until corrected. 2) Never point TIROSMAN_DEMO_WEBHOOK_URL at an untrusted external endpoint — webhook events contain task transitions and could leak data. 3) Run the demo only against a non-production company_id and an isolated/local MCP/Postgres instance so demo_start/demo_reset won't touch real data. 4) If you need higher assurance, request the publisher to publish a homepage/source and to declare required env vars and a security/privacy note. The current mismatch between docs and manifest is a red flag — treat it as suspicious until clarified.
功能分析
Type: OpenClaw Skill
Name: tirosman-demo
Version: 0.2.0
The skill bundle provides a legitimate interface for managing a multi-agent demo system (TirOSMAN) via the Model Context Protocol (MCP). It defines tools for task lifecycle management, such as 'demo_start', 'demo_run', and 'demo_status', and uses standard environment variables for authentication (TIROSMAN_MCP_API_KEY). No indicators of malicious intent, data exfiltration, or suspicious execution logic were found in the SKILL.md or metadata.
能力标签
能力评估
Purpose & Capability
The name/description (drive a TirOSMAN demo via an MCP) aligns with the SKILL.md instructions: it calls demo_* actions over an MCP HTTP endpoint. However, the SKILL.md expects a bearer API key (TIROSMAN_MCP_API_KEY) and an optional webhook URL, yet registry metadata declares no required environment variables or primary credential — an inconsistency between claimed requirements and actual runtime needs.
Instruction Scope
The instructions are scoped to the demo lifecycle and MCP endpoints (estimate/start/run/status/board/reset/qa). They reference two environment variables (TIROSMAN_MCP_API_KEY and TIROSMAN_DEMO_WEBHOOK_URL) and note that task-status events will be POSTed to the webhook if set. The instructions do not tell the agent to read unrelated system files, but they do cause outbound network calls (MCP endpoint and optional arbitrary webhook) which can transmit demo event data externally.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install mechanism; nothing is written to disk by the skill package itself.
Credentials
The SKILL.md references TIROSMAN_MCP_API_KEY (required for bearer auth) and TIROSMAN_DEMO_WEBHOOK_URL (optional) but the registry metadata lists no required env vars or primary credential. That omission is disproportionate/unexplained. The webhook URL, if set, will receive real-time task transitions and could be used to exfiltrate demo data, so users must ensure any webhook is trusted and does not point to external collectors they don't control.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or system-wide privileges. The skill does not declare that it will modify other skills or system configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tirosman-demo - 安装完成后,直接呼叫该 Skill 的名称或使用
/tirosman-demo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Add demo_run tool. demo_start(auto_run=True) now kicks off the batch executor end-to-end via asyncio with JWT-claims propagation.
v0.1.0
Initial publish — 7 MCP tools for TirOSMAN demo-mode v2 (5 projects x 150 tasks, Jira lifecycle, QA approval).
元数据
常见问题
Tirosman Demo Skill 是什么?
Drive the TirOSMAN autonomous multi-agent demo (5 projects × 150 tasks, Jira-like lifecycle, QA approval) from any MCP-aware client. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Tirosman Demo Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tirosman-demo」即可一键安装,无需额外配置。
Tirosman Demo Skill 是免费的吗?
是的,Tirosman Demo Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tirosman Demo Skill 支持哪些平台?
Tirosman Demo Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tirosman Demo Skill?
由 mturac(@mturac)开发并维护,当前版本 v0.2.0。
推荐 Skills