openakita/skills@baidu-marketing

Generates marketing copy and campaign plans via Baidu Qianfan AppBuilder.

2.0k|274|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill openakita-skills-baidu-marketing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openakita/skills@baidu-marketing
Source: https://github.com/openakita/openakita/tree/main/skills/baidu-marketing
Command: npx skills add https://github.com/openakita/openakita --skill openakita-skills-baidu-marketing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating marketing copy and campaign plans from scratch is time-consuming, and teams often need platform-specific content for channels like WeChat, Weibo, Douyin, and Xiaohongshu. This Skill automates copywriting and campaign planning through Baidu Qianfan AppBuilder.

Core Features & Use Cases

  • Marketing Copy Generation: Produces titles, body text, calls-to-action, and hashtag suggestions for a given theme, with optional style and platform targeting.
  • Campaign Plan Creation: Builds marketing plans covering audience analysis, channel strategy, content scheduling, and expected outcomes, with optional budget and duration parameters.
  • Use Case: A marketer launching a new coffee product can run the copywrite command with the theme "new coffee product launch" and receive ready-to-use promotional copy tailored to Xiaohongshu.

Quick Start

Ask the assistant to use the baidu-marketing skill to generate marketing copy for your product launch theme, making sure the APPBUILDER_TOKEN environment variable is set first.

Frequently Asked Questions about openakita/skills@baidu-marketing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate marketing copy with Baidu AppBuilder?

Run the marketing.py script with the copywrite subcommand followed by your theme, for example: python3 scripts/marketing.py copywrite "new product launch". You must set the APPBUILDER_TOKEN environment variable before running the script.

How to create a marketing campaign plan with budget constraints?

Use the plan subcommand with your objective and optional --budget and --duration flags. The script builds a query requesting audience analysis, channel strategy, content planning, timeline, and expected results from Baidu Qianfan AppBuilder.

Which social media platforms does the copywriting tool support?

The copywrite command accepts a --platform option limited to wechat, weibo, douyin, and xiaohongshu. It also supports a --style option with formal, casual, humorous, or emotional tones.

Why does the marketing script fail with an authentication error?

The script requires the APPBUILDER_TOKEN environment variable to authenticate with Baidu Qianfan AppBuilder. If the token is missing or invalid, the API call will fail, so verify the variable is exported in your shell before running.

What are the limitations of AppBuilder-based copy generation?

Output quality depends on the underlying AppBuilder application and the detail of your theme description. The script only supports the four listed platforms and four writing styles, and requires network access to Baidu's API.