Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

anycap-blog-productionAnycap 博客制作

Agent Skill

anycap-blog-production 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

564

周安装

24

GitHub Stars

32

下载量

198
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:anycap-blog-production(Anycap 博客制作)
来源仓库:https://github.com/anycap-ai/anycap
仓库路径:skills/anycap-blog-production
安装命令:
npx skills add https://github.com/anycap-ai/anycap --skill anycap-blog-production
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/anycap-ai/anycap --skill anycap-blog-production

简介

将用户提供的事实、示例或基准数据转化为 AnyCap 风格的博客文章。

  • 自动判断是否需要补充第一方证据块,并决定是否插入可视化素材。
  • 保持网站语调一致性,确保内容具备可验证性和结构化表达。
  • 输入数据需经归一化处理,输出前需确认事实准确性与版权归属。
  • anycap-blog-production 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AnyCap Blog Production

Read this entire file before starting. This skill is for turning user-fed data into AnyCap-style articles, then adding evidence where the article needs proof.

Use this skill when the user provides facts, notes, examples, benchmarks, product capabilities, or other raw inputs and wants a finished blog post that sounds like the AnyCap website. The core job is:

  1. normalize the input data into a working brief
  2. draft a page in AnyCap's website tone
  3. decide whether the article needs first-party evidence blocks
  4. add AnyCap-generated visuals only when they materially improve the page

This skill is about blog production workflow. For raw CLI syntax, authentication, and command behavior, read the anycap-cli skill. For broader search-intent planning, read the anycap-ai-tool-seo skill.

Read these reference files before drafting:

Best Fit

  • data-driven blog drafting
  • learn pages and tutorials built from research notes
  • glossary or concept pages built from product facts and supporting examples
  • SEO articles where the user feeds benchmarks, examples, or feature data first
  • content workflows where the input is bullets, tables, JSON, spreadsheets, links, or rough notes
  • AnyCap website content that should sound operational, answer-first, and product-literate instead of generic content-marketing prose

Before You Start

  1. Verify AnyCap is available:
anycap status
  1. Inspect the page structure before editing:

- find the base page - find the localized wrapper - check whether localized or duplicated routes simply re-export the base page

  1. Normalize the input into a brief:

- what is the article topic? - who is it for? - what does the data actually prove? - what is the one-sentence answer or promise? - what can be stated confidently, and what is still unknown?

  1. Check the git worktree and do not overwrite unrelated user edits.
  2. Read the tone and structure references before writing.

Workflow

1. Build a working brief from the input data

The user may feed:

  • bullets
  • product facts
  • competitive notes
  • spreadsheet exports
  • JSON
  • URLs
  • benchmarks
  • rough observations

Your first job is to convert that into a compact internal brief:

  • target reader
  • search or page intent
  • page thesis
  • 3-6 supporting facts
  • missing proof or uncertainty
  • recommended page shape

If the input is sparse, infer carefully but keep the article scoped to what the data can actually support.

2. Draft in AnyCap website tone before expanding

Default AnyCap article pattern:

  1. short eyebrow
  2. direct H1 with one concrete promise
  3. concise intro for readers who already know the general category
  4. answer-first summary block near the top
  5. one or more structured sections:

- workflow - comparison - checklist - use cases - FAQ

  1. CTA or internal links that move the reader to the next relevant page

Do not start with generic scene-setting. Start with the actual problem, constraint, or useful outcome.

3. Match the evidence type to the page's claim

  • Show the final outcome: generate one polished hero or showcase image.
  • Show a transformation: generate a rough source image, then a refined after-image from the same subject.
  • Show range or iteration: generate a triptych or clean review board with multiple variations.
  • Support a time-based workflow: generate a companion still or keyframe that represents the brief. Do not present a static image as the full video result.
  • Support an audio-based workflow: generate a mood image or cover visual that supports the prompt. Do not imply the image is audio output.
  • Support a process explanation: generate a clean step illustration or diagram-like visual that makes the written explanation easier to scan.

If the article already lands without media, do not force a proof block. This skill is for useful proof, not decorative filler.

4. Discover real model constraints before prompting

If the article needs media, inspect the live model catalog and schema first:

anycap image models
anycap image models <model> schema --operation generate --mode <mode>

anycap video models
anycap video models <model> schema --operation generate --mode <mode>

anycap music models
anycap music models <model> schema --operation generate

Never assume mode names, parameter names, or supported aspect ratios.

5. Generate assets into a reusable public path

Use descriptive filenames and keep related artifacts together:

mkdir -p web/public/content-evidence

anycap image generate \
  --model <model> \
  --prompt "<subject-specific brief> ... no readable text, no watermark" \
  --param aspect_ratio=16:9 \
  -o web/public/content-evidence/<page-slug>-hero.png

Rules:

  • Always use -o with a descriptive filename.
  • Prefer 16:9 for hero or showcase blocks unless the layout needs another ratio.
  • Version or split files clearly for before/after workflows.
  • Keep assets topic-specific at generation time, but keep the skill itself topic-agnostic.
  • If the page is localized through wrapper files, keep assets shared unless a locale-specific image is genuinely needed.

6. Verify the generated asset before wiring it into the page

Use AnyCap vision to validate the artifact:

anycap actions image-read \
  --file web/public/content-evidence/<page-slug>-hero.png \
  --instruction "Describe this image, confirm it matches the intended page claim, and mention any visible text or watermark."

For edit workflows, compare source and revision:

anycap actions image-read \
  --file web/public/content-evidence/<page-slug>-before.png \
  --file web/public/content-evidence/<page-slug>-after.png \
  --instruction "Confirm whether the second preserves the same subject while improving composition and background cleanliness."

If verification reveals visible text, stray signage, wrong subject identity, or prompt drift, re-prompt and regenerate before editing code.

7. Optimize the asset and wire it into reusable code

  • Compress oversized PNGs to JPG or WebP when the visual difference is acceptable.
  • Prefer a reusable component plus a lookup table over duplicating large JSX blocks in every page.
  • Keep captions factual:

- static images can say the image was generated through AnyCap for the page - time-based or audio-based pages should explicitly label the visual as a companion still or cover visual

  • If localized routes simply re-export the base page, edit the base page once instead of patching every localized copy.
  • Keep the reusable block generic enough that it can be dropped into articles, guides, or landing pages without rewriting the component itself.

8. Verify the page integration

Run targeted checks on the files you touched:

pnpm exec eslint \
  'src/components/seo/ContentEvidenceBlock.tsx' \
  'src/lib/content-evidence.ts' \
  'src/app/(seo)/<section>/<page>/page.tsx'

If a full repo-wide typecheck fails because of pre-existing issues, record the exact blocking file and keep the skill output focused on what was actually validated.

Output Expectations

Default deliverables:

  • a compact brief distilled from the input data
  • an article draft in AnyCap website tone
  • generated assets in a stable public directory
  • one reusable content or UI component if multiple pages need the same evidence pattern
  • page copy that explains what the asset proves
  • alt text, caption, and prompt block that match the real artifact
  • concise validation notes covering generation, verification, and code checks

Guardrails

  • Do not write generic "AI blog" copy that could belong to any SaaS site.
  • Do not let the article drift beyond what the provided data can support.
  • Do not bury the answer under a long warm-up.
  • Do not use stock art when the whole point is to show first-party AnyCap output.
  • Do not present a static image as if it were the actual output of a video or music model.
  • Do not leave visible text or watermarks in showcase assets unless the page specifically needs them.
  • Do not duplicate localized page implementations when a wrapper already reuses the base page.
  • Do not inflate pages with generic prose when the missing piece is proof.
  • Do not bake page topic, keyword cluster, or niche-specific nouns into the skill itself. Those belong to the actual task input, not to the reusable workflow.

Quick Reference

# Check auth and feature availability
anycap status

# Normalize the topic with a small brief before writing
# Then inspect model parameters only if the article truly needs media

# Discover image models and parameters
anycap image models
anycap image models <model> schema --operation generate --mode text-to-image

# Generate a page-specific artifact
anycap image generate --model <model> --prompt "..." -o web/public/content-evidence/<page-slug>-hero.png

# Validate the artifact with vision
anycap actions image-read --file web/public/content-evidence/<page-slug>-hero.png --instruction "Describe this image and mention visible text."

# Compress a heavy PNG to JPG
sips -s format jpeg -s formatOptions 80 web/public/content-evidence/<page-slug>-hero.png --out web/public/content-evidence/<page-slug>-hero.jpg

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude

34.23%
按下载量换算68

Codex

33.45%
按下载量换算66

Cursor

18.02%
按下载量换算36

Gemini CLI

9.35%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills