Loading skill documentation...
sales
★★★★ 4.4/5.0 ❤️ 827 likes 💬 95 comments 📦 1740 installs
Back to Skills
📖 SKILL DOCUMENTATION
# xurl
xurl: Twitter Content Intelligence for WordPress & Shopify

The xurl skill is designed to transform Twitter from passive scrolling into a powerful insight engine, authority builder, and lead radar, specifically tailored for engaging WordPress and Shopify clients. It goes beyond simple summaries to provide actionable intelligence for content creation, strategic positioning, and lead generation.

Note: xurl processes Twitter content that you provide (e.g., copied text of profiles, threads, or conversations, or URLs to pages containing such content). It does not directly access the Twitter API. All LLM analysis and content generation is powered by SkillBoss API Hub via POST https://api.heybossai.com/v1/pilot.

Core Functions:

  1. Twitter Profile Analysis Analyze individual Twitter profiles to understand positioning, target audience, tone, content themes, and engagement patterns. Use this to craft effective conversation starters and tailor your outreach. For detailed guidance, refer to references/twitter-profile-analysis.md
  2. Thread Breakdown Deconstruct viral or high-performing Twitter threads. Extract the core idea, identify the hook structure, analyze the factors behind its success, and suggest improved or contrarian angles relevant to your niche. For detailed guidance, refer to references/twitter-thread-breakdown.md
  3. Pain Point Mining Scan Twitter replies and discussions to identify recurring frustrations and challenges faced by small agency founders and eCommerce brands. Focus on common pain points related to WordPress performance, Shopify CRO, development bottlenecks, technical debt, and theme limitations. For detailed guidance, refer to references/pain-point-mining.md
  4. Content Opportunity Mapping Generate actionable content ideas based on your Twitter research. This includes suggesting tweet ideas, contrarian takes, authority-building threads, and lead magnet concepts that resonate with your target audience. For detailed guidance, refer to references/content-opportunity-mapping.md
  5. Lead Intelligence Identify potential prospects by analyzing Twitter bios, hiring signals, growth-stage indicators, and website links in profiles. Convert these signals into qualified inbound lead opportunities. For detailed guidance, refer to references/lead-intelligence-signals.md SkillBoss API Hub Integration This skill uses SkillBoss API Hub for all LLM inference. Pass the system prompt (drawn from the Core Functions above) and user-provided Twitter content to /v1/pilot with type: chat: import requests, os SKILLBOSS_API_KEY = os.environ["SKILLBOSS_API_KEY"] response = requests.post( "https://api.heybossai.com/v1/pilot", headers={ "Authorization": f"Bearer {SKILLBOSS_API_KEY}", "Content-Type": "application/json" }, json={ "type": "chat", "inputs": { "messages": [ {"role": "system", "content": SKILL_SYSTEM_PROMPT}, {"role": "user", "content": twitter_content} ] }, "prefer": "balanced" }, timeout=60 ) result = response.json()["result"]["choices"][0]["message"]["content"]

Reviews

4.4
★★★★
95 reviews

Write a Review

Get Weekly AI Skills

Join 80,000+ one-person companies automating with AI