NanoSkill
submit your skill

Copywriting Agent Skill

byallinherog-star34GitHub starsGitHub

Automate copywriting for Xiaohongshu product reviews and blog articles with AI-generated text and matching images. Start free in seconds.

copywritingSecurity scan passed

Install command

$ npx skills add https://github.com/allinherog-star/ai-skills/tree/main/skills/ai-article

About

The Copywriting Skill streamlines AI-powered content creation for marketers, content creators, and businesses who need polished Xiaohongshu product review notes or cross-platform articles. From a simple topic or keyword input, it produces structured, engaging copy and automatically generates relevant images – delivering publish-ready content in one workflow.

Unlike basic text generators, this skill combines tone customisation (practical, story, expert, lively), automatic image insertion, and multi-platform formatting for WeChat, Xiaohongshu, Zhihu, and blogs. Users can control word count, add branded watermarks, and receive a complete downloadable pack of Markdown articles and WebP images, cutting post-production time drastically.

Content teams use it to quickly scale organic social content, turn product briefs into SEO-ready posts, or repurpose technical analyses across platforms. With clear, actionable outputs and no manual design steps, it’s an all-in-one assistant for anyone producing high-volume written content with visuals.

Key features

What makes it powerful

  • AI-Powered Copywriting

    Generate persuasive, SEO-friendly articles from a simple topic or keyword input, saving hours of manual writing.

  • Automatic Image Generation

    Create relevant images and cover photos for your content without any design work, enhancing visual appeal.

  • Multi-Platform Formatting

    Optimize article structure and tone for WeChat, Xiaohongshu, Zhihu, and other platforms in one go.

  • Customizable Branding & Watermarks

    Add brand watermarks, control image count, and choose from practical, lively, or expert tones to match your voice.

  • Ready-to-Publish Deliverables

    Download a complete package of Markdown articles and high-quality images, instantly ready for publishing or further editing.

Use cases

When to reach for it

  • Generate Xiaohongshu product review notes

    Content creators input a product topic and desired tone, and receive a formatted note with automatic images ready to post.

  • Draft WeChat official account articles

    Marketing teams quickly produce long-form content with brand-consistent visuals and customizable length for their followers.

  • Create blog posts with auto images

    Bloggers and site owners generate SEO-friendly articles with embedded images in a single workflow, speeding up content calendars.

  • Write technical content for Zhihu

    Tech writers produce expert-level articles with supporting diagrams and illustrations automatically, maintaining authority.

SKILL.md

ai-article Xiaohongshu Seeding Notes (Auto Image Matching)

Overview

The auto image-text assistant is used to answer "auto official account and seeding", image-text, writing, and image matching. It is suitable for content creators, operations, technical, and content media to call after clarifying business goals, content materials, or analysis objects. It combines inputs like the topic, article topic, keywords, or a one-sentence request, organizes key context, and outputs summaries, diagnostic conclusions, action recommendations, and reusable deliverables for easy execution, review, or handover.

When to Use

Applicable Scenarios

  • Users raise questions like "auto official account and seeding" and need to quickly break down goals, determine key points, and form actionable results.
  • Content creators, operations, technical, and content media need to generate summaries, diagnostic conclusions, action recommendations, and reusable deliverables around the auto image-text assistant.
  • Users have prepared tone, topic (article topic, keywords, or one-sentence request), target audience, and wish to organize them into actionable analysis or optimization results.
  • Users need to convert materials related to the auto image-text assistant into clear conclusions, priorities, and next steps.

How to Call

Directly call the AI Skills API through the exported Python runner:

Command Examples

Call with Required Parameters

python3 scripts/run.py --params '{"topic":"Topic"}'

Parameter Description

ParameterTypeRequiredDefaultDescription
tonestringNopracticalTone; optional values: practical (practical), story (story), expert (expert), lively (lively)
topicstringYes-Article topic, keywords, or one-sentence request
audiencestringNo-Target audience
keywordsstringNo-Keywords
platformstringNoallPublishing platform; optional values: all platforms (all), official account (wechat), Xiaohongshu (xhs), blog (blog), Zhihu (zhihu)
wordCountintegerNo1600Word count
imageCountintegerNo3Number of in-text images
watermarkModestringNooffWatermark; optional values: off (off), brand light watermark (brand), corner (corner), tiled (tiled), both (both)
watermarkTextstringNoai-skills.aiDisplayed after selecting a watermark, default is ai-skills.ai, can be replaced with brand name, site, or account
brandRequirementsstringNo-Brand requirements

For complete machine-readable parameter structure, see references/form-schema.json.

Parameter Value Reference

The current skill has no categorical parameters that require additional lookup.

Supported Input Formats

The current skill directly accepts JSON parameters and does not involve parsing shared links.

Example Request

The following example parameters can be directly passed to scripts/run.py, and the runner will send them to the AI Skills API.

python3 scripts/run.py --params '{"topic":"Topic"}'

Equivalent --params JSON:

{
  "topic": "Topic"
}

Example Response

{
  "success": true,
  "data": {
    "mode": "async",
    "status": "completed",
    "resultEnvelope": {
      "status": "completed",
      "title": "Auto Image-Text Generated",
      "summary": "Generated article body, in-text images, and multi-ratio covers.",
      "items": [
        {
          "id": "article",
          "type": "markdown",
          "title": "Article Body",
          "artifactIds": [
            "ai-skills-auto-image-article.md"
          ]
        }
      ],
      "artifacts": [
        {
          "id": "ai-skills-auto-image-article.md",
          "name": "ai-skills-auto-image-article.md",
          "relativePath": "ai-skills-auto-image-article.md",
          "mimeType": "text/markdown",
          "url": "/api/skill-artifacts/job_demo/file/ai-skills-auto-image-article.md"
        },
        {
          "id": "content-01.webp",
          "name": "content-01.webp",
          "relativePath": "content-01.webp",
          "mimeType": "image/webp",
          "url": "/api/skill-artifacts/job_demo/file/content-01.webp"
        }
      ],
      "presentation": {
        "mode": "single"
      }
    },
    "zipUrl": "/api/skill-artifacts/job_demo/archive"
  },
  "meta": {
    "executionTime": 842,
    "cached": false
  }
}

Deliverables

  • Complete Chinese image-text article: includes title, body structure, paragraph content, and publishable Markdown document.
  • Article images and cover materials: visual support for official accounts, blogs, or content platforms.
  • Downloadable delivery package: convenient for passing the body text and images to editing, publishing, or archiving processes.

Suggestions for Using Results

  • First check if the title, opening, and section structure are suitable for the target audience, then determine if the body is suitable for direct publishing.
  • Images and covers enhance readability and shareability; before publishing, it is still recommended to make final selections based on brand style.
  • If the user has specific requirements for keywords, audience, or platform, try to specify them clearly in the input.

Pre-run Preparation

  • AISKILLS_API_KEY: required, for authentication calls
  • AISKILLS_TENANT_ID: default default

FAQ