exa-similar-bc88b4 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited exa-similar-bc88b4 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use Exa Similar as an API-backed related_pages provider when ArkSpace starts from a known URL and needs adjacent or similar sources.
Exa configuration is shared with all Exa skills through provider-manager.
https://exa.ai/docs/reference/find-similar-linkshttps://exa.ai/docs/reference/searchhttps://docs.openclaw.ai/tools/exa-searchResolve the installed ArkSpace package root before running commands. Replace <installed-arkspace-path> with the directory two levels above this loaded SKILL.md, such as /Users/<user>/.claude/plugins/cache/ark-space/ark-space/0.1.2. Use the installed package path, not a repository-relative command.
Check configuration:
python3 <installed-arkspace-path>/scripts/arkspace.py provider check exa --capability related_pagesConfigure Exa once:
python3 <installed-arkspace-path>/scripts/arkspace.py provider setup exa --wizardIf the provider check reports a missing Exa API key:
python3 <installed-arkspace-path>/scripts/arkspace.py provider setup exa --wizard.--wizard through that tool./ark-space:exa-similar <url>.Find similar pages:
python3 <installed-arkspace-path>/scripts/arkspace.py web similar --provider exa https://example.com/article --output jsonFind similar pages with content:
python3 <installed-arkspace-path>/scripts/arkspace.py web similar --provider exa https://github.com/example/project \
--include-highlights \
--include-summary \
--max-results 10 \
--output jsonexa-similar when the input is a known URL and the user asks for alternatives, related pages, similar projects, comparable products, adjacent papers, or similar repositories.exa-search when the input is a query rather than a URL.exa-contents when the user wants to read the provided URL itself.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.