echo
$
npx mdskill add skillmatic-ai/playbooks/echoEchoes input for validating CI/CD pipelines and testing agent container lifecycle.
- Helps with testing and debugging agent workflows in development or deployment stages.
- Depends on environment variables like STEP_ID, RUN_ID, and ORG_ID for operation.
- Reads input from environment or context and echoes it back without complex logic.
- Delivers results by writing a plain text report to a shared directory for review.
SKILL.md
.github/skills/echoView on GitHub ↗
---
name: echo
description: A test skill that echoes received input. Used for CI/CD pipeline validation and step agent container lifecycle testing.
---
# Echo Skill
This is a test/starter skill for validating the Skillmatic step agent pipeline.
## Behavior
1. Read any input provided via environment variables or context
2. Echo the input back as a structured report
3. Write the report to the shared results directory
## Expected Environment
- `STEP_ID` - The step identifier within the playbook run
- `RUN_ID` - The playbook run identifier
- `ORG_ID` - The organization identifier
## Output
Writes a plain text report to `/shared/results/{STEP_ID}/report.md` echoing back
the inputs received.
More from skillmatic-ai/playbooks
- account-provisionerAI-powered account provisioning with Slack welcome and Jira task creation. Uses Claude for plan generation and real API integrations. Supports approve-only approval with 2-phase checkpoint/resume.
- calendar-managerAI-powered week-1 meeting schedule generation with Google Calendar event creation. Uses Claude for schedule optimization and Google Calendar API for real events. Non-interactive, exception-only approval.
- Codebase Analysis"Analyze repository structure, tech stack, and code patterns to inform implementation planning"
- email-drafterAI-powered welcome email drafting with Gmail delivery. Uses Claude to generate personalized emails and sends them via Gmail API. Supports review-and-edit approval with 3-phase checkpoint/resume.
- Feasibility Report"Analyze codebase and estimate implementation effort for a proposed feature"
- interactiveA test skill that demonstrates the HITL (human-in-the-loop) flow by asking a question, using the answer, and requesting approval on a draft.
- JTBD Clustering"Cluster support tickets and user feedback into Jobs-to-be-Done themes"
- PRD Template v2"Write a comprehensive Product Requirements Document following the standard template"
- report-generatorAI-powered executive onboarding report compilation. Uses Claude to analyze step results and generate a narrative report. Non-interactive, auto-executes with exception-only approval.
- Sentiment Analysis"Analyze pain intensity and sentiment from customer communications"