feat: CLI migration + progressive disclosure redesign for ultimate-scraper#33
Open
lukas-bekr wants to merge 11 commits intoapify:mainfrom
Open
Conversation
…jobs, real estate
- Standardize auth to OAuth-first across all skills - Fix security contradiction in actorization (remove -t flag) - Delete legacy Node.js scripts (replaced by CLI commands) - Bump version to 2.0.0 - Add design spec and implementation plan Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove error handling table (moving non-obvious errors to gotchas.md), add 4 new routing rows for e-commerce, contact enrichment, knowledge base/RAG, and company research, and replace error section with a brief troubleshooting pointer. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…low guides Added 7 new pipelines across 3 files from combined-patterns research: - brand-monitoring: Twitter/X real-time mention routing (P16), Reddit brand monitoring (P17), multi-platform social listening with sentiment (P18) - review-analysis: competitor review intelligence (P21), Google Play app review monitoring (P22), multi-platform hospitality aggregation (P20) - content-and-seo: SERP content brief generation (P23), sitemap content audit (P24), keyword rank tracking with alerts (P26), deep research agent (P54) All pipelines include explicit pipe field paths, PPE cost estimates where applicable, and non-obvious gotchas only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…with research patterns Added 3 new pipelines to lead-generation.md (Sales Navigator bulk, SERP discovery, Apollo icebreakers, Reddit lead mining), 3 to competitive-intel.md (website change detection, SERP position monitoring, feature benchmarking), and 3 to influencer-vetting.md (TikTok creator vetting, YouTube channel audit, cross-platform hashtag discovery). All entries include explicit field paths, cost estimates for PPE Actors, and per-pipeline gotchas. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…flow guides Add 2 pipelines to each guide from research patterns: Instagram competitor analysis + LinkedIn company page analytics (social); Reddit trend mining + YouTube outlier discovery (trend); sales signal outreach + Upwork monitoring (jobs); lead scoring/routing + construction discovery (real estate). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…esearch) Adds workflow reference guides for the 4 new categories identified in combined-patterns.md research: e-commerce price monitoring (patterns 45-49), contact enrichment (50-52), knowledge base and RAG pipelines (53-55), and company research (56-58). Each guide follows the existing format with When/Pipeline/Output fields/Cost estimate/Gotcha sections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major upgrade to the
apify-ultimate-scraperskill: migrates from REST API scripts to Apify CLI, restructures the information architecture using progressive disclosure, and enriches all workflow guides with 58 research-backed data pipeline patterns.Phase 1: CLI migration
apify actors call --json,actors search,actors info,datasets get-items)--jsonoutput as stable API contract - immune to upcoming CLI UI changes (Markdown default, colors)apify login) with env var fallback. Fixed security contradiction in actorization skill (was usingapify login -texposing tokens in shell history, aligned with PR fix: migrate security fixes to actorization skill #31)Phase 2: Progressive disclosure restructure
Phase 3: Research-driven workflow enrichment
results[].website->startUrls), PPE cost estimates, and gotchasPhase 4: New content
By the numbers
Scope
apify-ultimate-scraperskill only (full rewrite)apify-actorizationauth fix (aligned with PR fix: migrate security fixes to actorization skill #31)apify-actor-developmentminor auth alignment (OAuth-first)commands/create-actor.mdauth alignment