Blogburst

v4.0.0

AI marketing agent for founders who ship. Paste your product URL → AI generates content, posts to Twitter/Bluesky, engages your audience, learns what works....

9· 3.6k·10 current·11 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise content generation, posting, engagement, analytics — and the SKILL.md documents API endpoints that match those capabilities. The only declared credential is BLOGBURST_API_KEY, which is appropriate for an external posting/analytics service.
Instruction Scope
Instructions are limited to calling BlogBurst public endpoints (demo) and authenticated endpoints (full features). They do not instruct reading local files, other env vars, or system configuration. Note: the documented 'auto-engagement' and 'auto-pilot' features imply the agent will perform external actions (posts, likes, follows) on social accounts when given the API key — that is expected but has operational impact.
Install Mechanism
No install spec and no code files are included (instruction-only), so nothing is written to disk or downloaded during install — lowest-risk install model.
Credentials
Only BLOGBURST_API_KEY is identified as the primary credential. That single API key is proportional to the skill's described functionality; no unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not marked 'always:true' and has no special persistence. It can be invoked autonomously (platform default), which combined with the API key would allow the skill to post and interact on social platforms — expected behavior but worth user awareness.
Assessment
This skill appears coherent: it uses BlogBurst's API and only asks for a BlogBurst API key. Before installing, confirm you trust blogburst.ai (review their privacy/terms) and understand that granting BLOGBURST_API_KEY allows the agent to post and engage on connected social accounts autonomously. Only provide the API key if you want the agent to take those actions; you can revoke the key in the BlogBurst dashboard at any time. If you need to limit risk, try the public (no-key) demo endpoints first to see behavior before enabling full features.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🚀 Clawdis
Primary envBLOGBURST_API_KEY
latestvk97bbzmg45shmbtqcfmmphj3d584czqc
3.6kdownloads
9stars
18versions
Updated 1w ago
v4.0.0
MIT-0

BlogBurst — You Build. We Grow.

An AI marketing agent for founders who'd rather ship code than write tweets.

Quick Start (No Account Needed)

You can try BlogBurst instantly — no signup, no API key required.

Try it now:

Generate sample content for any product:

curl -s -X POST "https://api.blogburst.ai/api/v1/blog/platforms" \
  -H "Content-Type: application/json" \
  -d '{"topic": "An AI tool that helps developers automate marketing", "platforms": ["twitter", "bluesky"], "tone": "casual", "language": "en"}'

Check if AI search engines recommend a product:

curl -s -X POST "https://api.blogburst.ai/api/v1/public/free-tools/brand-audit" \
  -H "Content-Type: application/json" \
  -d '{"domain": "yourproduct.com", "brand_name": "YourProduct"}'

These public endpoints work without authentication. Show the user what AI-generated content for their product would look like.

What BlogBurst Does

When a user asks about marketing, content creation, or growing their audience:

  1. No API key? → Use the public endpoints above to demo instantly. Then guide them to sign up.
  2. Has API key? → Use the full API to manage their autonomous marketing agent.

Without API Key (Demo Mode)

  • Generate sample social posts for any topic/product
  • Run a brand audit on any domain
  • Show what automated marketing looks like

With API Key (Full Mode)

  • Auto-pilot: posts 1-3x/day to Twitter, Bluesky, Telegram, Discord
  • Auto-engagement: likes, replies, follows relevant accounts
  • Self-learning: tracks what works, adjusts strategy
  • Analytics: views, followers, engagement trends
  • SEO/GEO audits: optimize for Google + AI search engines

Setup (2 minutes — only when user wants full features)

  1. Sign up free at blogburst.ai
  2. Paste your product URL → AI analyzes it
  3. Connect Twitter or Bluesky (1-click)
  4. Get API key: Dashboard > API Keys
  5. Set it:
export BLOGBURST_API_KEY="your-key"

API Reference

All authenticated requests use: X-API-Key: $BLOGBURST_API_KEY Base URL: https://api.blogburst.ai/api/v1

Public (No Auth Required)

Generate Content: POST /blog/platforms

{"topic": "your product description", "platforms": ["twitter", "bluesky"], "tone": "professional", "language": "en"}

Brand Audit: POST /public/free-tools/brand-audit

{"domain": "example.com", "brand_name": "Example"}

Authenticated (Requires API Key)

Agent Chat (does everything via conversation): POST /assistant/agent-chat-v2

{"messages": [{"role": "user", "content": "Turn on auto-pilot, 3 posts per day"}], "language": "en"}

Auto-Pilot:

  • GET /assistant/auto-pilot — check status
  • POST /assistant/auto-pilot — configure: {"enabled": true, "posts_per_day": 3, "platforms": ["twitter", "bluesky"]}

Analytics:

  • GET /assistant/analytics — content performance overview
  • GET /assistant/daily-report — what AI did today

Trending Topics: GET /assistant/trending-topics?limit=5

Repurpose Content: POST /repurpose

{"content": "Your blog post or article text here", "platforms": ["twitter", "bluesky"]}

SEO Audit: POST /assistant/seo-audit

GEO Audit (AI search optimization): POST /assistant/geo-audit

Competitor Intel: GET /assistant/competitors

Growth Diagnostic: POST /assistant/diagnostic

Example Conversations

User: "I just launched my SaaS but nobody knows about it" → Use public content generation to show sample posts, then suggest signing up for auto-pilot

User: "Generate a tweet about my product" → If no API key: use public endpoint. If has key: use agent chat

User: "Turn on auto-pilot" → Requires API key. Guide setup if not configured.

User: "How are my posts doing?" → Requires API key. GET /assistant/analytics

Links

Comments

Loading comments...