用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/arch3rPro/ark-space --skill web-site命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when discovering public sources from a query, searching papers via arXiv, using a privacy-oriented SearXNG instance, or finding pages semantically related to a known URL; optionally select Exa MCP, Exa, Tavily, Firecrawl, Jina, DuckDuckGo, Brave, SearXNG, or arXiv.
Use when configuring ArkSpace providers, fixing missing provider URLs or API keys, checking provider readiness, or setting up multiple API key rotation.
Create or revise R&D-facing PRDs from product screenshots, prototypes, confirmed requirements, and review decisions. Keep the standard PRD document structure and preserve every functional-page field and field restriction; write clear workflows as a screenshot followed by concise requirements, and add branches, interaction constraints, or page flows only when they change implementation.
基于 SOC 职业分类
正在显示 SKILL.md
| name | web-site |
| description | Discover or crawl a known public site; optionally select Tavily or Firecrawl. |
Operate on a known site through the configured provider registries. For ambiguous web intent, apply workflows/web-capability-routing.md. Select one explicit mode:
map: discover URLs and structure through registry/web-map-providers.yaml.crawl: collect many pages through registry/web-crawl-providers.yaml.Default to map when the exact page is unknown. Use crawl only when multi-page content is requested. Preserve crawl limits, include/exclude paths, depth, and actual provider in output. Do not silently substitute a user-requested provider.
python3 <installed-arkspace-path>/scripts/arkspace.py site map --provider firecrawl https://docs.example.com --output json
python3 <installed-arkspace-path>/scripts/arkspace.py site crawl --provider firecrawl https://docs.example.com/docs --output json
For setup or a failed provider check, use provider-manager.