# Exa Answer

> Use when answering a focused research question through Exa Answer with sources, especially concise cited synthesis, technical questions, or domain-constrained web answers.

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

## Install

```sh
agentstack add skill-arch3rpro-ark-space-exa-answer
```

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

## About

# Exa Answer

Use Exa Answer as an API-backed `deep_research` provider for concise cited synthesis. This is not the same as a long research report; use Tavily Research when the user asks for a comprehensive report or extended market analysis.

Exa configuration is shared with all Exa skills through `provider-manager`.

## Source References

- Official Answer API: `https://exa.ai/docs/reference/answer`
- Official Search API: `https://exa.ai/docs/reference/search`

## Before Use

Resolve the installed ArkSpace package root before running commands. Replace `` with the directory two levels above this loaded `SKILL.md`, such as `/Users//.claude/plugins/cache/ark-space/ark-space/0.1.2`. Use the installed package path, not a repository-relative command.

Check configuration:

```bash
python3 /scripts/arkspace.py provider check exa --capability deep_research
```

Configure Exa once:

```bash
python3 /scripts/arkspace.py provider setup exa --wizard
```

## Missing Configuration Recovery

If the provider check reports a missing Exa API key:

1. Ask the user whether to start setup now: "Exa is not configured. Should I start the ArkSpace setup wizard now?"
2. Present exactly two choices:
   - "Start setup wizard" - start interactive setup with `python3 /scripts/arkspace.py provider setup exa --wizard`.
   - "Not now" - leave Exa unconfigured; if the user still wants results, ask whether to continue with another registered provider or a clearly labeled non-ArkSpace fallback.
3. Run the setup command only when the host shell can provide interactive secret input. If the shell is non-interactive, do not run `--wizard` through that tool.
4. In Claude Code non-interactive tool sessions, offer:
   - run `! python3 /scripts/arkspace.py provider setup exa --wizard` in the Claude prompt or terminal, or
   - paste the API key in chat and let the agent save it with `python3 /scripts/arkspace.py provider setup exa --save-secret EXA_API_KEY --secret-stdin`.
5. Re-run the provider check after setup.
6. If setup succeeds, rerun or tell the user to rerun the original invocation, such as `/ark-space:exa-answer `.
7. Do not return Exa answer results until the provider check succeeds.

## Helper Script

Focused answer:

```bash
python3 /scripts/arkspace.py research run --provider exa "What changed in AI coding assistants in 2025?" --output markdown
```

## Routing Notes

- Use Exa Answer for concise cited answers and semantic research questions.
- Use Exa Search first when the user wants source discovery rather than synthesis.
- Use Tavily Research when the user asks for a long-form report, broad market analysis, or comprehensive multi-source comparison.

## Source & license

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

- **Author:** [arch3rPro](https://github.com/arch3rPro)
- **Source:** [arch3rPro/ark-space](https://github.com/arch3rPro/ark-space)
- **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-arch3rpro-ark-space-exa-answer
- Seller: https://agentstack.voostack.com/s/arch3rpro
- 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%.
