sales-talkwalker
Talkwalker platform help — enterprise social listening, media monitoring, consumer intelligence, image/logo recognition, Blue Silk AI, Streaming API, Hootsuite integration. Use when Talkwalker search queries return too much noise and need Boolean refinement, image recognition isn't detecting your logo in visual content, Streaming API connection drops or stops delivering results, data export restrictions are blocking your reporting pipeline, API credit consumption is higher than expected, you need to pull Talkwalker data into your CRM or BI tool via REST API, or the Talkwalker dashboard feels overwhelming and you don't know where to start. Do NOT use for social listening strategy across tools (use /sales-social-listening) or choosing between social listening platforms (use /sales-social-listening).
What this skill does
# Talkwalker Platform Help
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accumulated platform knowledge.
Ask the user:
1. **What do you need help with?**
- A) Setting up monitoring (queries, topics, alerts)
- B) Image recognition / visual analytics
- C) API integration or data export
- D) Competitive benchmarking / Share of Voice
- E) Blue Silk AI or Yeti Agent configuration
- F) Streaming API setup
- G) Dashboard and reporting
- H) Something else — describe it
2. **Which Talkwalker plan are you on?**
- A) Core
- B) Analyze
- C) Business
- D) Not sure / evaluating
3. **What's your integration goal?**
- A) Just using the UI — no integration needed
- B) Pulling data into a BI tool or dashboard
- C) CRM sync (Salesforce, HubSpot, etc.)
- D) Building a custom pipeline via the API
- E) Connecting through Zapier
**If the user's request already provides most of this context, skip directly to Step 2.** Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end.
## Step 2 — Route or answer directly
- Social listening strategy across tools → `/sales-social-listening [question]`
- Social media management or publishing → `/sales-social-media-management [question]`
- Hootsuite-specific features → `/sales-social-media-management [question]`
- Media relations or journalist databases → `/sales-media-relations [question]`
- Influencer discovery → `/sales-influencer-marketing [question]`
- AI visibility monitoring → `/sales-ai-visibility [question]`
Otherwise, answer directly from the platform reference.
## Step 3 — Talkwalker platform reference
**Read `references/platform-guide.md`** for the full platform reference — capabilities, pricing, data model, API details, integration recipes, code examples.
Answer the user's question using only the relevant section. Don't dump the full reference.
## Step 4 — Actionable guidance
You no longer need the platform guide — focus on the user's specific situation.
1. **Query optimization** — refine Boolean queries, add NOT exclusions, test with quicksearch
2. **API integration** — authenticate, choose Search vs Streaming, handle pagination and credits
3. **Image recognition** — configure logo detection, set confidence thresholds
4. **Reporting** — build dashboards, export data, automate reports
5. **Cost control** — monitor credit usage, optimize API calls, reduce noise
If you discover a gotcha, workaround, or tip not covered in `references/learnings.md`, append it there.
## Gotchas
*Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.*
- **No self-serve API access.** You must contact Talkwalker sales to get an API token. The `demo` token only works with `cats`, `dogs`, and `cats AND dogs` queries on blogs/forums/news. Plan for sales call delays when scoping API integrations.
- **Data export restrictions are strict.** Facebook/Instagram content is aggregated-only via Histogram API. Twitter exports limited to tweet ID, author ID, and sentiment. Full news article content is truncated. Many source types cannot be exported at all (LinkedIn, Reddit raw data, Chinese sources).
- **Steep learning curve.** The platform is not plug-and-play. Users consistently report needing onboarding and training before getting value. Budget time for ramp-up.
- **Credit consumption adds up fast.** Every API result costs 1 credit (minimum 10 per call). AI summaries cost 20 credits each. Monitor credit usage carefully and optimize `hpp` and query scope to avoid overages.
- **Pricing is non-transparent.** No public pricing — you must go through sales for a quote. Annual contracts required. Expect $9K-26K+/year depending on tier and usage.
- **Hootsuite overlap.** Since the acquisition, Talkwalker powers Hootsuite Listening. If you're already on Hootsuite, you may have Talkwalker capabilities built in — check before buying separately.
- **Quicksearch excludes social media.** The non-project Search API only returns blogs, forums, and news. Social media data requires project-scoped queries with a paid access token.
## Before recommending a specific platform skill
This skill covers a strategy domain across many platforms. **Before pointing the user to any specific platform skill** (any `/sales-{platform}` listed in `## Related skills`, e.g., `/sales-mailshake`, `/sales-klaviyo`, `/sales-apollo`), read that platform skill's actual `SKILL.md` first. The 1-line description in `## Related skills` is enough to *identify* a candidate — it's not enough to *commit* to it or to write a prompt that invokes it well.
**How to read it:**
- If `~/.claude/skills/{skill-name}/SKILL.md` exists locally, `Read` it.
- For `sales-*` skills, `WebFetch` directly from this repo: `https://raw.githubusercontent.com/sales-skills/sales/main/skills/{skill-name}/SKILL.md` — e.g., for `sales-mailshake`: `https://raw.githubusercontent.com/sales-skills/sales/main/skills/sales-mailshake/SKILL.md`.
- For non-`sales-*` skills (third-party), look up `{org}/{repo}` in `~/.claude/skills/sales-do/references/skill-sources.md` if installed and fetch the same `skills/{skill-name}/SKILL.md` path under that repo.
**After reading,** ground your recommendation in something concrete from the SKILL.md (its scope, a sub-flow, its `argument-hint` shape, or a "Do NOT use for..." negative trigger). Align any generated invocation with the platform skill's `argument-hint`. If the platform skill turns out not to fit the user's situation, swap to another or handle the question here directly rather than recommending a poor fit.
## Related skills
- `/sales-social-listening` — Social listening strategy — brand monitoring, sentiment, competitive intel, crisis detection, tool comparison
- `/sales-brand24` — Brand24 platform help — affordable social listening alternative with MCP server
- `/sales-awario` — Awario platform help — budget social listening with Boolean search and Awario Leads
- `/sales-mention` — Mention platform help — simple affordable brand monitoring, REST API
- `/sales-brandwatch` — Brandwatch platform help — enterprise consumer intelligence, deep audience research
- `/sales-meltwater` — Meltwater platform help — enterprise media intelligence, journalist database
- `/sales-sproutsocial` — Sprout Social platform help — social management + listening add-on
- `/sales-threadlytics` — Threadlytics platform help — Reddit-specific monitoring
- `/sales-social-media-management` — Social media management strategy across tools
- `/sales-ai-visibility` — AI visibility monitoring — track brand in LLMs
- `/sales-do` — Not sure which skill to use? The router matches any sales objective to the right skill. Install: `npx skills add sales-skills/sales --skill sales-do`
## Examples
### Example 1: Set up brand monitoring with image recognition
**User says**: "I want to track our logo appearing in social media images and news articles using Talkwalker"
**Skill does**:
1. Reads platform-guide.md for Image API details
2. Explains the three detection types: logo, object, scene
3. Provides cURL example for logo detection endpoint
4. Notes that image URL prefixes must be whitelisted by Talkwalker support
5. Suggests combining Search API keyword monitoring with Image API visual detection
**Result**: Dual monitoring setup covering both text mentions and visual brand appearances
### Example 2: Build an API pipeline to export mentions to a data warehouse
**User says**: "I need to pull all brand mentions from Talkwalker into BigQuery daily"
**Skill does**:
1. Reads platform-guide.md for Search API and Streaming API details
2. Recommends Streaming API for continuous ingestion vs Search API for batch
3. Provides Python recipe for paginated Search API extraction
4. Warns about data export restrictions (FB/IG aggregated only, Twitter limited)
5. Suggests crRelated in Image & Video
watch
IncludedWatch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video.
physical-ai-defect-image-generation
IncludedUse when the user wants to orchestrate defect image generation, run associated setup, or handle outputs on OSMO. The Day 0 path handles cold-start with USD-to-ROI, image-edit augmentation, and AnomalyGen to create initial PCBA datasets. The Day 1 path performs inference and labeling on real images. This skill helps with first-time asset setup, creation of finetuning checkpoints, and configuring deployment. Trigger keywords: defect image generation, dig workflow, dig pipeline, defect image detection workflow, aoi pipeline, aoi anomalygen, usd2roi anomalygen, day 0 pcba, day 1 pcba, day 1 real-photo alignment, day 1 manual roi, metal surface anomaly, glass defect, anomalygen finetune, setup_pcb, setup_metal, setup_glass, setup_pretrained, dig setup, dig datasets, dig pretrained checkpoint, dig image-edit endpoint.
accelint-react-best-practices
IncludedReact performance optimization and best practices. ALWAYS use this skill when working with any React code - writing components, hooks, JSX; refactoring; optimizing re-renders, memoization, state management; reviewing for performance; fixing hydration mismatches; debugging infinite re-renders, stale closures, input focus loss, animations restarting; preventing remounting; implementing transitions, lazy initialization, effect dependencies. Even simple React tasks benefit from these patterns. Covers React 19+ (useEffectEvent, Activity, ref props). Triggers - useEffect, useState, useMemo, useCallback, memo, inline components, nested components, components inside components, re-render, performance, hydration, SSR, Next.js, useDeferredValue, combined hooks.
elevenlabs-agents
IncludedBuild conversational AI voice agents with ElevenLabs Platform using React, JavaScript, React Native, or Swift SDKs. Configure agents, tools (client/server/MCP), RAG knowledge bases, multi-voice, and Scribe real-time STT. Use when: building voice chat interfaces, implementing AI phone agents with Twilio, configuring agent workflows or tools, adding RAG knowledge bases, testing with CLI "agents as code", or troubleshooting deprecated @11labs packages, Android audio cutoff, CSP violations, dynamic variables, or WebRTC config. Keywords: ElevenLabs Agents, ElevenLabs voice agents, AI voice agents, conversational AI, @elevenlabs/react, @elevenlabs/client, @elevenlabs/react-native, @elevenlabs/elevenlabs-js, @elevenlabs/agents-cli, elevenlabs SDK, voice AI, TTS, text-to-speech, ASR, speech recognition, turn-taking model, WebRTC voice, WebSocket voice, ElevenLabs conversation, agent system prompt, agent tools, agent knowledge base, RAG voice agents, multi-voice agents, pronunciation dictionary, voice speed control, elevenlabs scribe, @11labs deprecated, Android audio cutoff, CSP violation elevenlabs, dynamic variables elevenlabs, case-sensitive tool names, webhook authentication
humanizer
IncludedHumanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern detectors, 560+ AI vocabulary terms across 3 tiers, and statistical analysis (burstiness, type-token ratio, readability) for comprehensive detection. Use when asked to humanize text, de-AI writing, make content sound more natural/human, review writing for AI patterns, score text for AI detection, or improve AI-generated drafts. Covers content, language, style, communication, and filler categories.
generating-mermaid-diagrams
IncludedSalesforce architecture diagrams using Mermaid with ASCII fallback. Use this skill when generating text-based diagrams for Salesforce architecture, OAuth flows, ERDs, integration sequences, or Agentforce structure. TRIGGER when: user says "diagram", "visualize", "ERD", or asks for sequence diagrams, flowcharts, class diagrams, or architecture visualizations in Mermaid. DO NOT TRIGGER when: user wants PNG/SVG image output (use generating-visual-diagrams), or asks about non-Salesforce systems.