원클릭으로
firecrawl-monitor
Use when creating, listing, updating, running, or inspecting Firecrawl monitors through ArkSpace web_monitor routing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when creating, listing, updating, running, or inspecting Firecrawl monitors through ArkSpace web_monitor routing.
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 | firecrawl-monitor |
| description | Use when creating, listing, updating, running, or inspecting Firecrawl monitors through ArkSpace web_monitor routing. |
Use Firecrawl Monitor as a CLI-backed web_monitor provider when the user wants recurring scrapes or crawls with change checks.
https://github.com/firecrawl/clihttps://docs.firecrawl.dev/quickstarts/openclawhttps://docs.openclaw.ai/tools/firecrawlResolve 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 firecrawl --capability web_monitor
Set up Firecrawl:
python3 <installed-arkspace-path>/scripts/arkspace.py provider setup firecrawl --wizard
Create a monitor:
python3 <installed-arkspace-path>/scripts/arkspace.py monitor create --provider firecrawl \
--name "Blog" \
--schedule "every 30 minutes" \
--page "https://example.com/blog" \
--goal "Alert when a new blog post is published." \
--output json
List monitors:
python3 <installed-arkspace-path>/scripts/arkspace.py monitor list --provider firecrawl --limit 20 --output json
Run a monitor immediately:
python3 <installed-arkspace-path>/scripts/arkspace.py monitor run --provider firecrawl <monitor-id> --output json
registry/web-monitor-providers.yaml before execution.