一键导入
blog-article
Generate one or more SEO-ready blog article packages as hosted premium artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate one or more SEO-ready blog article packages as hosted premium artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
Run hosted browser automation and page extraction through the Skills runtime.
Run hosted deep research with parallel search, synthesis, citations, source notes, and downloadable report artifacts.
Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
Create and manage grouped tmux sessions where each session focuses on its own window and its own folder. Knows workspace layout, naming conventions, and both multi-project and multi-agent patterns.
Transcribe audio, video, YouTube, Vimeo, and generic media URLs with iapp-transcriber or the hosted Skills runtime. Supports OpenAI GPT-4o transcription, OpenAI diarization, ElevenLabs Scribe v2, DeepGram, chunking, source metadata, subtitles, and JSON outputs.
| name | blog-article |
| description | Generate one or more SEO-ready blog article packages as hosted premium artifacts. |
Generate blog articles as downloadable Markdown, HTML, JSON, and manifest artifacts.
skills auth login.skills quote create-blog-article --count 8 --topic "SaaS onboarding"
skills run create-blog-article --count 8 --topic "SaaS onboarding" --audience "founders" --length long --seo
skills run create-blog-article -- --topic "Product-led growth" --articles 12
| Option | Description | Default |
|---|---|---|
--topic <text> | Topic or theme. Positional text also works. | required |
--audience <text> | Intended reader or buyer persona. | |
--count <number> | Number of articles to generate, 1-12. | 1 |
--articles <number> | Alias for --count. | |
--tone <tone> | professional, casual, technical, or friendly. | professional |
--length <length> | short, medium, or long. | medium |
--seo | Include SEO metadata and keyword-oriented structure. | false |
--outline <text> | Optional outline, angles, or required sections. | |
--output <dir> | Output directory for direct local execution. Hosted runs use the run export directory. | run export dir |
manifest.json using the skills.blogArticle.outputs.v1 contractarticle.md, article.html, article.jsonarticle-XX-<slug>/article.md, article.html, article.jsonmanifest.json includes the run id, prompt, sanitized input options, requested tone/length/SEO settings, receipt cost, and an articles array. Each article entry includes title, slug, summary, keywords, optional featuredImage, word count, reading time, and relative file paths.
After submitting a hosted run, poll with skills runs status <run-id> and download outputs with skills exports download <run-id>.