Install
$ agentstack add skill-straddleio-ai-product-docs ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
What this searches
Straddle product documentation at docs.straddle.com: payment guides, sandbox testing, compliance rules, identity verification, webhook configuration, ACH return handling, and integration patterns.
For SDK and API reference (method signatures, parameters, response shapes, code examples), use the search_docs MCP tool instead. That tool is registered automatically and does not need this skill.
How to search
POST to the docs endpoint directly. No MCP registration or auth required.
curl -s -X POST https://docs.straddle.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"search_straddle_docs","arguments":{"query":"YOUR_QUERY"}},"id":1}'
Parse the SSE response: each result in the content array has text containing Title, Link, and Content fields as HTML-formatted strings.
When to use this vs search_docs
| Need | Tool | |------|------| | Method signatures, parameters, code examples | search_docs MCP tool (API reference) | | Payment guides, compliance, sandbox testing | This skill (product docs) | | How to call an endpoint | search_docs | | How a feature works conceptually | This skill | | Request/response shapes | search_docs | | Status lifecycle, ACH returns, risk scores | This skill |
Documentation index
https://docs.straddle.com/llms.txt -- complete sitemap of all Straddle documentation pages with descriptions. Use as a fallback when the search does not return the needed content.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: straddleio
- Source: straddleio/ai
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.