Sse Resilience
SSE Resilience ensures consistent output by repeatedly generating responses until a satisfactory result is achieved, boosting reliability and accuracy.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sse-resilience npx -- -y @trustedskills/sse-resilience
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sse-resilience": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sse-resilience"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The sse-resilience skill enhances AI agent responses by making them more robust to unexpected inputs or errors. It specifically focuses on handling Server-Sent Events (SSE) streams, ensuring the agent can gracefully recover and continue providing useful information even when encountering issues with data delivery. This leads to a more stable and reliable user experience.
When to use it
- Real-time data feeds: When your AI agent relies on live updates from an SSE source, like stock prices or news headlines.
- Unreliable APIs: If the API providing data to your agent is known to be occasionally unstable.
- Long-running tasks: For agents performing lengthy operations that receive progress updates via SSE.
- Complex calculations: When the agent's responses depend on continuous processing of incoming data streams.
Key capabilities
- SSE stream error handling
- Resilient data recovery
- Graceful degradation in case of interruptions
- Improved overall stability
Example prompts
- "Process this SSE feed and alert me to any significant changes."
- "Monitor the following SSE endpoint for errors and report them."
- "Continue processing the incoming data stream even if there are temporary connection issues."
Tips & gotchas
The skill requires an active SSE stream as input. Ensure the agent has proper permissions and access to the target SSE endpoint before deployment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.