用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/firatcand/roster --skill torlvesk-tickets命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Fictional one-shot stdio JSON-RPC conversation search over an embedded public-post corpus.
Front door to the roster brain — the workspace's shared, append-only Postgres + object-storage memory. Use when the user asks to remember/record/look up team knowledge (competitors, posts, metrics, accounts, people) or to set up the brain. Routes to `roster brain <verb>` (init/doctor/ingest/save/get/event/link/merge/fs/record) and follows the brain-first protocol. Triggers on /brain or when a request is about persistent team knowledge in a roster workspace.
Reflection skill. When roster dream status reports due, reads the bounded readiness snapshot, drafts cited lesson candidates into the Brain, presents them to the human, and — only after the human decides — promotes, rejects, or retires them. The approved lesson becomes a file in the agent's playbook. Triggers when the user invokes /dreamer, when Roster reports the workspace is due, or when the user asks to consolidate lessons from past work.
正在显示 SKILL.md
| name | torlvesk-tickets |
| description | Fictional command-line precedent lookup over an embedded vendor ticket archive. |
A fictional, deterministic command-line surface. This skill owns the entire provider contract — invocation syntax, input schema, output schema, and authentication mechanics. Workspace tool-use definitions carry only company policy and never restate anything on this page.
Run the adjacent cli.mjs executable with flag arguments:
node cli.mjs --vendor-role <slug> --signature <text> [--limit <n>]
--vendor-role: the descriptive vendor role slug to search
(lowercase kebab, e.g. analytics-data-vendor).--signature: the failure signature text to match (3–512 characters).--limit: optional maximum row count; whole number of at least 1,
clamped to 8.Any unknown flag, duplicate flag, missing value, or out-of-shape value is
refused with exit code 2 and no output. The executable opens no sockets,
spawns no processes, and reads no files except its adjacent embedded corpus.
When the optional ROSTER_WORKFLOW_PROVIDER_LOG environment variable names a
writable path, it appends one JSON line per invocation recording the parsed
flag map and the result count — nothing else.
One JSON document: results is an array of archive rows carrying
ticket_id, failure_signature, accepted_fix, vendor_role, and
resolved_at, in corpus order. Vendor identities are descriptive role
strings; owner references are role strings, never personal names.
None. This fixture is credential-free by construction. A real deployment would resolve ambient credentials outside the workspace; credential material never belongs in authored workspace files.