suprsend-docs-support
Installation
SKILL.md
SuprSend Documentation & Support
Documentation
SuprSend docs are available at docs.suprsend.com. For agent access, pick the method that matches the tools available in the environment:
Preferred: docs over SSH (when ssh is available)
If the agent can run shell commands, use the docs-over-SSH service. It exposes the full docs tree as a virtual filesystem under /suprsend/, browsable with standard Unix tools:
# Search for a topic across all docs
ssh suprsend.sh grep -rl 'inbox' /suprsend/
# Read a specific guide
ssh suprsend.sh cat /suprsend/docs/quick-start-guide.md
# Find SDK reference pages
ssh suprsend.sh find /suprsend/reference -name '*sdk*.md'