← 返回
未分类 Key

contentforge-api

Generate high-quality content using ContentForge API - template-based content generation for blog posts, articles, marketing copy, website content, social me...
使用 ContentForge API 生成高质量内容 - 基于模板的博客文章、文章、营销文案、网站内容、社交媒体内容等。
jbennett111
未分类 clawhub v1.0.0 1 版本 99319.7 Key: 需要
★ 0
Stars
📥 146
下载
💾 0
安装
1
版本
#latest

概述

ContentForge API Skill

Generate professional content using VCG's ContentForge API - a template-based content generation service with 100+ content templates.

Quick Start

  1. Get API Key: Help user sign up for free ContentForge API key
  2. Store Key: Save the key securely
  3. Generate Content: Use templates for blogs, marketing copy, articles, etc.

API Key Signup

Step 1: Get User's Email

Ask the user for their email address to create a free ContentForge account.

Step 2: Sign Up via API

curl -X POST https://contentforge.vosscg.com/v1/keys \
  -H "Content-Type: application/json" \
  -d '{"email":"user@example.com"}'

Expected Response:

{
  "api_key": "cf_1234567890abcdef",
  "message": "API key created successfully",
  "tier": "free",
  "daily_limit": 100
}

Step 3: Store the API Key

Save the API key securely for future use. Instruct the user to keep it safe.

Available Templates & Usage

Get Available Templates

curl -H "X-API-Key: cf_1234567890abcdef" \
  https://contentforge.vosscg.com/v1/templates

Generate Content Examples

Blog Post

curl -X POST https://contentforge.vosscg.com/v1/generate \
  -H "X-API-Key: cf_1234567890abcdef" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "blog_post",
    "inputs": {
      "topic": "AI in Marketing",
      "tone": "professional",
      "length": "medium",
      "keywords": ["artificial intelligence", "marketing automation", "personalization"]
    }
  }'

Marketing Copy

curl -X POST https://contentforge.vosscg.com/v1/generate \
  -H "X-API-Key: cf_1234567890abcdef" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "ad_copy",
    "inputs": {
      "product": "SaaS Analytics Platform",
      "audience": "small business owners",
      "cta": "Start Free Trial",
      "tone": "persuasive"
    }
  }'

Product Description

curl -X POST https://contentforge.vosscg.com/v1/generate \
  -H "X-API-Key: cf_1234567890abcdef" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "product_description",
    "inputs": {
      "product_name": "Wireless Headphones",
      "features": ["noise canceling", "30hr battery", "bluetooth 5.0"],
      "target_audience": "professionals",
      "style": "benefits-focused"
    }
  }'

Expected Response Format:

{
  "content": "Generated content here...",
  "template_used": "blog_post",
  "word_count": 524,
  "tokens_used": 1,
  "remaining_daily": 99
}

Popular Templates

  • blog_post - Full blog articles with SEO optimization
  • ad_copy - Social media and digital advertising copy
  • product_description - E-commerce product descriptions
  • email_subject - Email marketing subject lines
  • newsletter - Newsletter content and formatting
  • press_release - Professional press releases
  • landing_page - Landing page copy and headlines
  • social_post - Social media posts for various platforms
  • meta_description - SEO meta descriptions
  • case_study - Customer case study content

Error Handling

Common error responses:

  • 401 Unauthorized - Invalid or missing API key
  • 429 Too Many Requests - Daily limit exceeded
  • 400 Bad Request - Invalid template or missing required inputs

Pricing & Limits

Free Tier:

  • 100 requests per day
  • Access to all templates
  • No credit card required

Paid Plans:

  • Upgrade at https://vosscg.com/forges for higher limits
  • Premium templates and customization
  • Priority support and faster generation

Best Practices

  1. Template Selection: Choose the right template for your content type
  2. Input Quality: Provide detailed, specific inputs for better results
  3. Tone Consistency: Use consistent tone parameters across related content
  4. Keyword Integration: Include relevant keywords for SEO-optimized content
  5. Batch Processing: Generate multiple pieces at once for efficiency

Integration Examples

OpenClaw Agent Workflow

# 1. Help user get API key
curl -X POST https://contentforge.vosscg.com/v1/keys -d '{"email":"user@domain.com"}'

# 2. Store the returned API key securely
# 3. Generate content based on user request
curl -X POST https://contentforge.vosscg.com/v1/generate \
  -H "X-API-Key: [USER_API_KEY]" \
  -d '{"template":"blog_post", "inputs":{...}}'

# 4. Return the generated content to the user

When a user asks for content generation, blog writing, marketing copy, or any text creation task, use this skill to leverage ContentForge's professional templates and AI-powered generation capabilities.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 06:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

TranslateFlow

jbennett111
通过TranslateFlow API实现AI翻译,支持多语言内容翻译、本地化、语气适配与批量翻译,适用于需要文本翻译的场景。
★ 0 📥 862
developer-tools

translateflow-api

jbennett111
AI翻译服务,使用TranslateFlow API,实现翻译、文本翻译、语言转换、多语言翻译等功能。
★ 0 📥 762
developer-tools

SupportForge

jbennett111
{"answer":"SupportForge API AI客服——创建工单、自动回复、路由、知识库搜索。适用于客服自动化。"}
★ 0 📥 759