원클릭으로
exa-similar
Use when finding pages, papers, repositories, products, competitors, or resources similar to a known URL through Exa.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when finding pages, papers, repositories, products, competitors, or resources similar to a known URL through Exa.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
Use when a user invokes ArkSpace, asks for general help, a cross-domain task, role selection, skill selection, provider routing, web search/fetch through ArkSpace, or when task scope is unclear.
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
Use when searching arXiv papers by keyword, title, author, abstract, category, or arXiv ID through ArkSpace web_search routing.
Use when running Firecrawl Agent for structured extraction, schema-guided web data collection, or ArkSpace structured_extract routing that selects Firecrawl.
| name | exa-similar |
| description | Use when finding pages, papers, repositories, products, competitors, or resources similar to a known URL through Exa. |
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_pages
Configure Exa once:
python3 <installed-arkspace-path>/scripts/arkspace.py provider setup exa --wizard
If 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 json
Find 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 json
exa-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.