← Back to Skills Marketplace
transcript triage
by
Nicholas Frota
· GitHub ↗
· v1.0.1
526
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install transcript-triage
Description
Parses long transcripts into topics under ordered lists, to triage in your notes system
Usage Guidance
This skill appears coherent: it will parse transcripts you supply and produce categorized markdown lists. Before installing/using it, confirm how the agent will perform the listed 'integration' steps: where exactly will 'current epic-notes/' and 'memory/YYYY-MM-DD.md' be written, and what credentials (if any) are needed to push items to Backstage/ROADMAP/Memory systems? If you plan to feed sensitive transcripts into this skill, be sure you trust the agent's execution environment and any external LLMs or services you invoke. If you see follow-up versions that request environment variables, config paths, or remote-download installs, re-evaluate those changes because they would materially affect the risk profile.
Capability Analysis
Type: OpenClaw Skill
Name: transcript-triage
Version: 1.0.1
The `SKILL.md` file instructs the AI agent to process user-provided transcripts and then 'Auto-add NOW items to current epic-notes/' and 'Log DECISIONS to memory/YYYY-MM-DD.md'. Since 'NOW items' and 'DECISIONS' are derived from untrusted user input, this creates a significant prompt injection vulnerability. An attacker could embed malicious commands or markdown within a transcript, which the agent might then execute or write to sensitive locations when following these instructions, potentially leading to unauthorized file writes or command execution.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all describe parsing user-supplied transcripts into categorized lists (NOW/LATER/BACKLOG/DECISIONS). There are no declared binaries, env vars, or installs that are unrelated to this purpose.
Instruction Scope
Instructions are limited to parsing a provided transcript and producing a triage-formatted markdown output. However, the 'Integration Points' mention auto-adding NOW items to 'current epic-notes/', suggesting writing to project paths, and logging DECISIONS to 'memory/YYYY-MM-DD.md'. The skill does not declare config paths or details for these integrations, so the exact scope (local file writes, external APIs, or other skills) is ambiguous.
Install Mechanism
Instruction-only skill with no install spec or external downloads; nothing is written to disk by an installer and no third-party packages are pulled in by the skill itself.
Credentials
The skill declares no environment variables or credentials, which is appropriate for its described functionality. That said, the listed integration points imply interactions with other systems (Backstage, ROADMAP, Memory) that would typically require configuration or credentials; those are not requested or documented here.
Persistence & Privilege
always:false and no install-time persistence requested. The skill suggests writing triage results to other systems/files, but it does not request persistent privileges or modify other skills' configurations in its instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install transcript-triage - After installation, invoke the skill by name or use
/transcript-triage - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Changed status from "draft" to "published"
- Removed the README.md file
- Shortened the description for clarity and focus in SKILL.md
- No functional changes to behavior or triggers
v1.0.0
Initial release of transcript-triage skill.
- Parse AI conversation transcripts into actionable topics grouped by urgency (NOW, LATER, BACKLOG) and decisions.
- Supports triggers such as "triage transcript", "parse conversation", and "organize chat".
- Suggests output in a clear, standardized markdown format for triage results.
- Integrates with Backstage (epic notes), ROADMAP (epic suggestions), and Memory (decision logging).
- Designed to streamline grooming decisions and action extraction from external AI chat transcripts.
Metadata
Frequently Asked Questions
What is transcript triage?
Parses long transcripts into topics under ordered lists, to triage in your notes system. It is an AI Agent Skill for Claude Code / OpenClaw, with 526 downloads so far.
How do I install transcript triage?
Run "/install transcript-triage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is transcript triage free?
Yes, transcript triage is completely free (open-source). You can download, install and use it at no cost.
Which platforms does transcript triage support?
transcript triage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created transcript triage?
It is built and maintained by Nicholas Frota (@nonlinear); the current version is v1.0.1.
More Skills