基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gooseworks-ai/goose-skills --skill twitter-profile-lookup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Scrape competitor ads from Meta, TikTok, Google, and LinkedIn ad libraries, analyze creative patterns (hooks, formats, CTAs), reverse-engineer landing page funnels, and produce a strategic teardown with vulnerability analysis and counter-play recommendations. Use when you need to understand the competitive ad landscape, find new creative directions, or identify weaknesses in a competitor's paid strategy.
Turn public social videos, transcripts, posts, creator research, or the user's own source material into platform-specific LinkedIn posts, X posts and threads, short-form scripts, newsletters, blog outlines, carousel briefs, and content calendars. Use when the user wants to reuse a strong idea without copying the source.
Multi-provider waterfall lead enrichment. Takes an email (+ optional name) and returns person + company data by cross-referencing cheap APIs first, using expensive AI agents only as fallback. Cost-efficient (~$0.04-$0.10/lead) with confidence scoring and full error visibility.
| name | twitter-profile-lookup |
| description | Look up Twitter/X profiles - get bio, followers, tweets, and engagement |
| source | scrapecreators |
Read scrapecreators-api first. Execute every operation below through the runtime it selects: the GooseWorks MCP tool in terminal-free clients, the GooseWorks CLI in a local terminal, or the direct API with the user's own key. Never assume a shell is available.
Get profile information, tweets, and engagement data for any Twitter/X account.
Uses the ScrapeCreators API through its direct GooseWorks proxy.
provider: scrapecreators
method: GET
path: /v1/twitter/profile
query:
handle: openai
provider: scrapecreators
method: GET
path: /v1/twitter/user-tweets
query:
handle: openai
User: "What has OpenAI been posting on X?"
Use the Get User's Tweets operation with handle: openai.
User: "Show me Sam Altman's recent tweets"
Use the Get User's Tweets operation with handle: sama.
User: "What's Anthropic sharing on Twitter?"
Use the Get User's Tweets operation with handle: AnthropicAI.