Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Echo back the agent input's session_id verbatim. Designed specifically for verifying session_id propagation through agent chains. Invoke this skill whenever a session_id is present in the agent input.
This skill exists to PROVE that the agent received session_id from its caller.
You MUST do the following exactly:
Read the agent input field named session_id.
As the FIRST line of your response, output exactly:
[exp_session_echo] RECEIVED session_id=<verbatim value of session_id> from <invoking agent name>
Rules:
<verbatim value of session_id> MUST be the exact string in input.session_id, with no quoting, no truncation, no paraphrasing.<invoking agent name> is the name of the agent that invoked this skill — use the literal agent name like exp_son1 or exp_son2.If session_id is empty or missing, write <MISSING> in its place — do NOT fabricate.
After the first line, you may briefly (one sentence) acknowledge the task, but the first line must be exactly as specified.
Do NOT skip the first line. Do NOT reformat. Do NOT translate to Chinese.
npx skills add kweaver-ai/kweaver-core --skill exp_session_echoHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.