← Back to Skills Marketplace
Ai Intelligent Content Generation
by
yang1002378395-cmyk
· GitHub ↗
· v1.0.0
· MIT-0
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-content-gen
Description
内容生成,文章生成 + 图片生成。
README (SKILL.md)
AI 智能内容生成系统
描述
内容生成,文章生成 + 图片生成。
功能
- 文章生成(AI写作)
- 图片生成(AI绘图)
- 视频生成(AI视频)
- 标题优化(标题生成)
- 内容审核(自动审核)
定价
- 基础版:¥199/月(100 篇/月)
- 专业版:¥999/月(1000 篇/月)
- 企业版:¥2999/月(无限篇)
适用场景
- 内容创作
- 营销文案
- 新闻写作
- 社媒内容
技术栈
- Python + FastAPI
- GPT 集成
- 图片生成
- 内容审核
安装
git clone https://github.com/openclaw-skills/ai-intelligent-content-generation
cd ai-intelligent-content-generation
pip install -r requirements.txt
python app.py
创建:2026-03-13 作者:OpenClaw Skills Team
Usage Guidance
This skill package contains only instructions and no code; the runtime steps tell you to clone and run a GitHub repository which will download and execute third‑party code and install Python dependencies. Before installing or running it: 1) Inspect the remote repository (app.py, requirements.txt) yourself or request the repo contents in the package; 2) Verify what environment variables and API keys are required (e.g., OpenAI/other image/video APIs) and why; 3) Review any network endpoints the app contacts and any server ports it opens; 4) Run it in a sandbox or isolated environment rather than on a machine holding secrets; 5) Prefer skills that include an install spec, bundled code or a signed release, and explicit declarations of required credentials. If the maintainer can provide the repository contents and a clear list of required env vars and network behavior, this assessment could be reevaluated to benign.
Capability Analysis
Type: OpenClaw Skill
Name: ai-content-gen
Version: 1.0.0
The skill bundle consists solely of metadata and documentation for an AI content generation tool. No executable code, suspicious network calls, or prompt injection attempts were found in SKILL.md or the JSON files. The content is consistent with its stated purpose of article and image generation.
Capability Assessment
Purpose & Capability
The name/description (AI content + image generation) is consistent with the SKILL.md features list. However, the skill package itself contains no code and no declared credentials, yet the instructions require pulling and running an external repository that likely implements the claimed capabilities — the package omits the implementation and any justification for required secrets.
Instruction Scope
SKILL.md instructs cloning https://github.com/openclaw-skills/ai-intelligent-content-generation, running pip install -r requirements.txt and python app.py. Those steps cause network downloads and arbitrary code execution outside the skill bundle. The instructions do not enumerate required environment variables (e.g., GPT / image API keys) nor do they constrain what app.py does (ports opened, external endpoints contacted, data collected), granting broad runtime discretion.
Install Mechanism
There is no install spec in the skill manifest; instead the markdown directs a git clone from a GitHub repo and pip install. While GitHub is a common host, the skill bundle does not include or vet that code; cloning and installing an external repo at runtime is a high-risk install pattern because it executes third-party code not shipped with the skill.
Credentials
The skill declares no required environment variables or primary credential, but the SKILL.md mentions 'GPT 集成' and features (image/video generation, content audit) that normally require API keys and service credentials. This mismatch (no declared creds but likely required in practice) is inconsistent and could lead users to supply sensitive keys without clear guidance.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not request special persistent privileges in the manifest. That reduces platform-level concerns. However, running the external app could still create persistent local services or network endpoints — the manifest does not disclose that risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-content-gen - After installation, invoke the skill by name or use
/ai-content-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of AI智能内容生成系统.
- 支持文章生成、图片生成和视频生成功能
- 包含标题优化和内容自动审核
- 提供三种定价套餐(基础版、专业版、企业版)
- 适用于内容创作、营销文案、新闻和社媒场景
- 基于 Python + FastAPI 技术,集成 GPT 模型
Metadata
Frequently Asked Questions
What is Ai Intelligent Content Generation?
内容生成,文章生成 + 图片生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Ai Intelligent Content Generation?
Run "/install ai-content-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Intelligent Content Generation free?
Yes, Ai Intelligent Content Generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Intelligent Content Generation support?
Ai Intelligent Content Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Intelligent Content Generation?
It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.0.
More Skills