Source
[SUGGESTED_QUERY] Merlino AI marketing dashboard overview
Pieces HintFactpieces
May 16, 12:49 AM
[Web Browser Content] MERLINO ECOSYSTEM CONTROL - Eco Inventory Mission Control Codebase: - Source of truth: D:\ClaudeDev\OO_GlTHUB\mission-control - Working repo: D:\C1audeDev\00_GITHUB\mission-contr01 - Backup/Compare: C:\Users\mikem\mission-control-openclaw Agent HQ Dashboard: - Location: E:\DASHBOARDs\mani\agent-hq - Projects: HQ, Agent HQ2, ClawControl Hub Task Board: - Add DNS record: A eco.merlinoai.com 76.76.21.21 - Confirm production repo ownership for merlinoai.com - Create Supabase tables and add env vars to Vercel - Map ClawBuddy custom domain to local source folder Critical Assets: - Mission Control (Shoaf Dev) - Agent HQ (Mani Kanasani) - Vercel projects: mission-control-dumps (broken), OpenClaw (live)
Pieces EventEventpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] Eco Inventory project tasks and DNS configuration
Pieces HintFactpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] Agent HQ dashboard file structure and deployment
Pieces HintFactpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] Merlino Ecosystem Mission Control repository management
Pieces HintFactpieces
May 16, 12:49 AM
where you can see the exact request that you made. I don't store the payloads right now. That might be coming in the future. You can see your usage and billing.
Pieces EventEventpieces
May 16, 12:49 AM
The playground, which is actually super useful because you can see the exact queries that were being sent to the server, which is very, very useful. And then you have the request history, you can see exactly what requests were made and what the response was.
Pieces EventEventpieces
May 16, 12:49 AM
A little tour of the product here. So we have the playground, which you can obviously play around in, that I will show you a little later. You have your API keys. We have documentation that you can click on and is very, very useful. And then you have like request history.
Pieces EventEventpieces
May 16, 12:49 AM
[Web Browser Content] Scrape Creators Dashboard Overview | Playground | API Keys | Team | Request History | Usage | Agent Integrations | Documentation | Billing Michael Merlino Team mike@merlinomar... Agent Skills: - Claude (MCP): Direct API access for your agent over Model Context Protocol. - CLI: Scrape 27+ platforms from the terminal. Playground: Test our APIs and generate code snippets. Endpoint: TikTok Profile Description: Scrapes a public TikTok profile Parameters: handle: stoolpresidente Need help? support@scrapecreators.com
Pieces EventEventpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] Scrape Creators TikTok profile API usage
Pieces HintFactpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] How to configure Claude MCP for Scrape Creators
Pieces HintFactpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] Scrape Creators API documentation and integration guide
Pieces HintFactpieces
May 16, 12:49 AM
[Web Browser Content] Merlino Ecosystem Control - Vercel Inventory Overview of the vercel-inventory project. Critical Assets: - Mission Control - Agent HQ ClawControl - Hub Domains: - eco.merlinoai.com - vercel-inventory-gray.vercel.app Task Board: - Add cleanup, move, verify, or handoff tasks. - Create Supabase tables and add env vars to the Vercel project. - Map ClawBuddy custom domain back to exact source. Deployment Status: - Production Deployment: Ready - Source: main - Created: 1d ago by mmerlin023 - Update: 3f4b073 Update ecosystem URL health inventory
Pieces EventEventpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] mmerlin023 vercel project inventory
Pieces HintFactpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] Merlino ecosystem control mission control tasks
Pieces HintFactpieces
May 16, 12:49 AM
Tag: ecosystem-inventory Source: CLOUD_LLM
Pieces TagFactpieces
May 16, 12:49 AM
What's up guys, this is Adrian, founder and creator of Sprint Creators. Thank you so much for checking out this product. I genuinely, really, really appreciate it. If you ever need anything, help or whatever, email me, adrian@sprintcreators.com. I just wanted to show you a little tour of the product here, so you can see...
Pieces EventEventpieces
May 16, 12:49 AM
What's up guys, this is Adrian, founder and creator of Scrape Creators. Thank you so much for checking out this product. I genuinely really, really appreciate you checking it out. And if you ever need anything, help or whatever, email me adrian@thewebscrapingguy.com. So I just wanted to show you...
Pieces EventEventpieces
May 16, 12:49 AM
[Web Browser Content] Dashboard > "Scrape this TikTok profile" "Get comments from this Instagram reel" "Search TikTok Shop for shoes" "Get the transcript of this YouTube video" Routes to the right endpoint, handles params, paginates results Fetches the OpenAPI spec, builds the correct API call Knows the TikTok Shop endpoints and pagination cursors Uses the transcript endpoint, warns about duration limits Authentication Set your API key as an environment variable so the agent can authenticate requests: export Get your API key at app.scrapecreators.com Skill vs MCP The MCP server gives your AI agent direct API access — it can call ScrapeCreators endpoints on your behalf. The skill teaches the agent best practices for using those APIs: which endpoint to pick, how to handle pagination, what the credit costs are, and platform-specific gotchas. Use them together for the best experience, or independently. Links GitHub Repository MCP Integration — for direct API access from your agent
Pieces EventEventpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] MCP server vs agent skills
Pieces HintFactpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] how to authenticate ScrapeCreators API
Pieces HintFactpieces
May 16, 12:49 AM
[SUGGESTED_QUERY] ScrapeCreators agent skills documentation
Pieces HintFactpieces
May 16, 12:49 AM
Website: https://github.com/scrapecreators/agent-skills
Pieces WebFactpieces
May 16, 12:49 AM
Website: https://docs.scrapecreators.com/integrations/apify
Pieces WebFactpieces
May 16, 12:49 AM
[Web Browser Content] Scrape Creators Documentation - MCP Integrations Overview: The Scrape Creators MCP server allows AI assistants like Cursor, Claude, and VS Code Copilot to call the Scrape Creators API for public social media data extraction. It supports OAuth and API key authentication. MCP Server URL: https://api.scrapecreators.com/mcp Installation Instructions: 1. Cursor: - Open Cursor Settings > Tools & MCP > Add new MCP server. - Paste configuration: "mcpServers": { "scrape-creators": { "url": "https://api.scrapecreators.com/mcp" } } - Save and complete OAuth flow in the browser. 2. Claude / Claude Code: - Settings > Connectors > Add custom connector (Name: Scrape Creators, URL: https://api.scrapecreators.com/mcp). - For Claude Code, run: claude mcp add --transport http scrape-creators https://api.scrapecreators.com/mcp - Run /mcp and select Authenticate. 3. VS Code: - Add the configuration to your settings.json file.
Pieces EventEventpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] Claude Code MCP configuration for Scrape Creators
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] How to add MCP server to Cursor
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] Scrape Creators MCP server integration guide
Pieces HintFactpieces
May 16, 12:48 AM
Website: https://docs.scrapecreators.com/integrations/mcp/
Pieces WebFactpieces
May 16, 12:48 AM
Website: https://docs.scrapecreators.com/integrations/mcp
Pieces WebFactpieces
May 16, 12:48 AM
Screen: North Valle X bash x bash x bash x bash x bash x bash x bash x bash x bash x bash x bash x ScrapeCreators API) Skill written. Here's what was built: Skill: scrape-creators Location: D:\ClaudeDev\00_GITHUB\merlino-skills\skills\scrape-creators\SKILL.md (canonical source) Triggers: "scrape TikTok", "scrape Instagram", "scrape YouTube", "creator profile", "competitor content", "social scraping", "Creatify research" , " rankingreels research", "ScrapeCreators" Coverage: 20+ platforms — TikTok (+Shop), Instagram, YouTube, X, LinkedIn, Facebook, Reddit, Threads, Bluesky, Truth Social, Pinterest, Twitch, Spotify, SoundCloud, Snapchat, Linktree/Linkbio/Komi/Pillar, Amazon Shop, plus Meta/Google/LinkedIn ad libraries Auth: x-api-key header, key sourced from in Patterns included: curl, TypeScript fe
Pieces EventEventpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] ClaudeDev skills sync process
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] agentic workflow social scraping integration
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] scrape-creators skill development
Pieces HintFactpieces
May 16, 12:48 AM
Tag: social-scraping Source: CLOUD_LLM
Pieces TagFactpieces
May 16, 12:48 AM
[Web Browser Content] Scrape Creators Dashboard Agent Integrations Give your AI agents access to 110+ social media scraping endpoints. CLI: npm install -g @scrapecreators/cli AGENT SKILL: npx skills add scrapecreators/agent-skills MCP CONFIG: "mcpServers": { "scrape-creators": { "url": "https://api.scrapecreators.com/mcp", "headers": { "x-api-key": "..." } } } Support: support@scrapecreators.com User: Michael Merlino (mike@merlinomar...)
Pieces EventEventpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] How to configure MCP servers for Scrape Creators
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] Scrape Creators API integration setup
Pieces HintFactpieces
May 16, 12:48 AM
[Command-Line Output] npx skills add scrapecreators/agent-skillsl [honcho] post-tool-use captured: L PostToolUse:Write says: ScrapeCreators API) Skill written. Here's what was built: Skill: scrape-creators Wrote D:\ClaudeDev\00_GITHUB\merlino-skills\skills\scrape-creators\SKILL.md Location: D:\ClaudeDev\00_GITHUB\merlino-skills\skills\scrape-creators\SKILL.md (canonical source) Triggers: "scrape TikTok", "scrape Instagram", "scrape YouTube", "creator profile", "competitor content", "social scraping", "Creatify research", "rankingreels research", "ScrapeCreators" Coverage: 20+ platforms — TikTok (+Shop), Instagram, YouTube, X, LinkedIn, Facebook, Reddit, Threads, Bluesky, Truth Social, Pinterest, Twitch, Spotify, SoundCloud, Snapchat, Linktree/Linkbio/Komi/Pillar, Amazon Shop, plus Meta/Google/LinkedIn ad libraries Auth: x-api-key header, key sourced from in Patterns included: curl, TypeScript fetch wrapper, Python requests wrapper Decision table: maps user intent ("transcript", "ads", "trending") to endpoint family Anti-patterns: no Playwright fallback for covered platforms, no retry on 402, no hardcoded keys Integration hooks: Creatify pipeline, rankingreels.com, Merlino Magic Blog, competitor audits To activate it across the runtime, run a sync (/sync or your skills sync script) so it lands in N/.claude/skills/. After that, agents will pick up the trigger phrases automatically. Want me to also drop it directly into N/.claude/skills/scrape-creators/ now so it's live in this session without waiting for a full sync? [honcho] response saved response (1433 chars) L Stop says: * Baked for 2m 4s x recap: Added the ScrapeCreators API key to MASTER_API_KEYS.env and built a scrape-creators skill at D:\CLaudeDev\00_GITHUB\merLino-skiLLs\skiLLs\scrape-creators\ covering 20+ social platforms. Next: run a skills sync so agents can use it. (recaps in /config) (disable) * Musing... L Tip: /loop runs any prompt on a recurring schedule. Great for monitoring deploys, babysitting PRs, or polling status. 1 MCP server failed /mcp
Pieces EventEventpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] social media scraping API integration
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] ClaudeDev agent skill development
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] scrape-creators skill configuration
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] scrape creators dashboard setup
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] npm global package installation command
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] install scrape creators cli tool
Pieces HintFactpieces
May 16, 12:48 AM
Tag: developer-setup Source: CLOUD_LLM
Pieces TagFactpieces
May 16, 12:48 AM
npm install -g @scrapecreators/cli
Pieces EventEventpieces
May 16, 12:48 AM
Screen: North Valle X bash x bash x bash x bash x bash x bash x bash x bash x bash x bash x bash x No Namecheap renewals No imerlino.com personal data Leads needed Dev (Merlin) — port API routes (dataforseo-ai.ts, gmb-cache.ts, pleper.ts, crons) + types, wire placeholder data Frontend (Frankie) — sidebar nav restructure into the 4-group layout above, port page UIs (CTR generator, geogrid widget, AI table, schema checker), keep white theme + OKLCH neutral palette QA (Queen) — POWD all new pages on deployed URL with auth Done-when - New top-level nav (Agency / GMB / Organic / LLM) on the deployed Vercel URL - All 14 new pages render with placeholder data (or empty-state with "configure client" - Zero new template upsell branding Light theme preserved 14 fresh POWD screenshots README updated with Pha
Pieces EventEventpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] Hardaway plastic surgery site restyle
Pieces HintFactpieces
May 16, 12:48 AM
[SUGGESTED_QUERY] Merlino project development status
Pieces HintFactpieces
May 16, 12:48 AM

Showing 1785117900 of 86,778