Bump plugin version to 1.0.7 and overhaul the firecrawl CLI skill docs to emphasize minimizing tool calls. Add a new “Core Principle: Minimize Tool Calls” section recommending default stdout output (no -o) and show good/bad examples; introduce a Quick research workflow that recommends using search --scrape for one-call results; clarify when to use -o (large outputs, persistence, batch jobs) and update numerous command examples accordingly. Also reorganize guidance for reading saved files (use grep/incremental reads for large files), recommend --scrape for most searches, and clean up various sample commands and file-naming suggestions.
Bump firecrawl plugin version to 1.0.5 and expand the firecrawl-cli documentation. Clarifies that `search --scrape` already retrieves full page content (so avoid redundant scraping), adds a research-task example, warns against re-scraping URLs or using `--html` to re-extract metadata, and emphasizes reading existing scraped files before fetching more data. Changes in .claude-plugin/plugin.json and skills/firecrawl-cli/SKILL.md.
- Add sync-plugin.yml workflow that triggers on changes to skills/ or
.claude-plugin/ on main, copies files to firecrawl-claude-plugin,
bumps the patch version, and opens a PR
- Update plugin.json version to 1.0.3 to match the plugin repo