# Product Docs

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-straddleio-ai-product-docs`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [straddleio](https://agentstack.voostack.com/s/straddleio)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [straddleio](https://github.com/straddleio)
- **Source:** https://github.com/straddleio/ai/tree/main/skills/product-docs

## Install

```sh
agentstack add skill-straddleio-ai-product-docs
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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.

```bash
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](https://github.com/straddleio)
- **Source:** [straddleio/ai](https://github.com/straddleio/ai)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-straddleio-ai-product-docs
- Seller: https://agentstack.voostack.com/s/straddleio
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
