# Speq Ext Research

> Search for external documentation and research triggered by speq-skills.

- **Type:** Skill
- **Install:** `agentstack add skill-marconae-speq-skill-speq-ext-research`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [marconae](https://agentstack.voostack.com/s/marconae)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [marconae](https://github.com/marconae)
- **Source:** https://github.com/marconae/speq-skill/tree/main/.claude/skills/speq-ext-research

## Install

```sh
agentstack add skill-marconae-speq-skill-speq-ext-research
```

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

## About

# External Research

External documentation and research via Context7 and WebSearch.

## When to Use

| Source | Use For |
|--------|---------|
| Context7 | Library APIs, method signatures, usage examples |
| WebSearch | Design patterns, architecture decisions, best practices |

## Context7 Workflow

```
1. resolve-library-id
   query: ""
   libraryName: ""

2. query-docs
   libraryId: ""
   query: ""
```

## WebSearch Workflow

```
1. WebSearch(query: "")
2. Extract relevant patterns
3. Apply to implementation
```

## Priority Decision

Apply an **evidence hierarchy** — primary documentation over secondary commentary:

```
Need library API details?
├─ Yes → Context7
└─ No  → Need design guidance?
         ├─ Yes → WebSearch
         └─ No  → Proceed with existing knowledge
```

## Example

Adding rate limiting to Express API:

```
1. resolve-library-id
   query: "Express.js rate limiting"
   libraryName: "express-rate-limit"

2. query-docs
   libraryId: "/nfriedly/express-rate-limit"
   query: "middleware setup options"

3. Implement using verified current API
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [marconae](https://github.com/marconae)
- **Source:** [marconae/speq-skill](https://github.com/marconae/speq-skill)
- **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:** no
- **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-marconae-speq-skill-speq-ext-research
- Seller: https://agentstack.voostack.com/s/marconae
- 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%.
