← Back to Skills Marketplace
78
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tirosman-demo
Description
Drive the TirOSMAN autonomous multi-agent demo (5 projects × 150 tasks, Jira-like lifecycle, QA approval) from any MCP-aware client.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tirosman-demo - After installation, invoke the skill by name or use
/tirosman-demo - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is Tirosman Demo Skill?
Drive the TirOSMAN autonomous multi-agent demo (5 projects × 150 tasks, Jira-like lifecycle, QA approval) from any MCP-aware client. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install Tirosman Demo Skill?
Run "/install tirosman-demo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tirosman Demo Skill free?
Yes, Tirosman Demo Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tirosman Demo Skill support?
Tirosman Demo Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tirosman Demo Skill?
It is built and maintained by mturac (@mturac); the current version is v0.2.0.
More Skills