Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add TashanGKD/tashan-cursor-skills --skill article-image-stylesgit clone --depth 1 https://github.com/TashanGKD/tashan-cursor-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tashangkd/tashan-cursor-skills/article-image-styles)<a href="https://agentmods.dev/skills/tashangkd/tashan-cursor-skills/article-image-styles"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/article-image-styles/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tashangkd/tashan-cursor-skills/article-image-styles"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/article-image-styles.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.01271 |
| Opus 5 | $0.00030 | $0.00635 |
| Sonnet 5 | $0.00012 | $0.00254 |
| Haiku 4.5 | $0.00006 | $0.00127 |
Grade A, and why
article-image-styles scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- article-image-styles — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
配图风格库管理(article-image-styles)
定位:wechat-article-writer 和 article-image-angles 的底层支撑。 核心价值:把「每次从零写提示词」变成「从经过验证的风格模板库调用」,保证风格一致性。
风格库文件位置
路径:_内部总控/产品定义/配图风格库.md(若不存在则初始化)
激活后立即执行
查询模式(触发词含「有哪些风格」「调用风格」「风格库」)
Step 1 读取风格库文件:_内部总控/产品定义/配图风格库.md
Step 2 若文件不存在,执行初始化流程(见下方「初始风格库」章节),写入文件后继续
Step 3 输出所有可用风格的名称、适用场景和关键词摘要
Step 4 用户选择后,返回完整提示词模板(供 article-image-angles 或 wechat-article-writer 使用)
新增/更新模式(触发词含「存入风格库」「更新风格」「新增风格」)
Step 1 获取用户提供的风格名称、适用场景、提示词 Step 2 读取现有风格库,检查是否存在同名风格 Step 3 若已有同名风格,询问用户:覆盖 / 新增版本 / 取消 Step 4 按选择追加写入风格库文件(不覆盖已有内容,版本追加) Step 5 确认写入成功,告知用户新风格已入库
风格库条目格式
## [风格名称]
**适用场景**:[什么类型的文章适合用这种风格]
**关键词**:[风格标签,如:极简/商务/温暖/科技感]
**基础提示词模板**:
[提示词内容,含占位符如 {{主题}}、{{色调}}]
**使用案例**:[过去用这个风格生成的文章配图列表,初始为空]
**版本**:v1.0 | [日期]
初始风格库(首次运行时初始化写入风格库文件)
极简线条风
适用场景:抽象概念、框架类、方法论类文章 关键词:极简、线条、几何、思考感、留白 基础提示词模板: minimalist line art, {{主题}} concept visualization, clean geometric shapes, black and white with subtle {{色调}} accent, white background, editorial style, no text, high contrast, vector aesthetic
使用案例:(待补充) 版本:v1.0 | 2026-03-19
温暖场景风
适用场景:人文、情感、故事类、人物成长类文章 关键词:温暖、柔和、生活感、人文、情绪 基础提示词模板: warm lifestyle photography style illustration, {{主题}} scene, soft natural light, earthy tones with warm {{色调}}, cozy atmosphere, human element, story-telling composition, gentle bokeh, no text
使用案例:(待补充) 版本:v1.0 | 2026-03-19
科技蓝绿风
适用场景:AI、产品、数字化、科技趋势类文章(与他山品牌色呼应) 关键词:科技感、蓝绿、数字、未来感、信息可视化 基础提示词模板: futuristic tech visualization, {{主题}} concept, deep navy blue and teal gradient, glowing particle network, data flow aesthetic, clean digital interface elements, no text, cinematic lighting, 16:9 composition
使用案例:(待补充) 版本:v1.0 | 2026-03-19
与其他 Skill 的关系
| Skill | 关系 |
|---|---|
wechat-article-writer |
在配图生成步骤调用本 Skill 的风格库,而不是从零写提示词 |
article-image-angles |
确定配图角度后,调用本 Skill 获取对应风格的提示词模板 |
article-proofreading |
无直接关系 |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 118 lines · 61 tokens per session scan A 5eccb4c5d4f0
article-image-styles is a skill published in the GitHub repository TashanGKD/tashan-cursor-skills (20 stars, last pushed 5mo ago), licensed MIT. It adds 61 tokens to every session and 1,271 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
android-ui-theming
Rules for Android XML layouts, Material 3 components, semantic color tokens, light/dark theming, dimensions (sdp/ssp), string resources and localization, accessibility, and edge-to-edge insets. Use when creating or editing any layout, drawable, style, color, vector, or string resource, or when a screen must work in…
nous-branding
Generate images and content consistent with the Nous Research brand identity. Use when creating visuals in the Nous / Theia / Hermes ecosystem: a "cyber-classical" style blending neo-classical statuary, cyberpunk/industrial grunge, and retro anime illustration. Covers official brand color palette, typography…
create-2d-composition
Compose 2D graphics programmatically using SVG generation, diagram layout algorithms, image compositing, and batch processing workflows. Use when generating diagrams, flowcharts, or infographics programmatically, creating reproducible scientific figures, automating production of badges or visual assets, building…
create-3d-scene
Set up a Blender scene programmatically via Python (bpy) with objects, materials, lighting, camera, and environment configuration. Use when creating reproducible 3D visualization scenes, automating product or architectural rendering setup, generating multiple scene variations programmatically, building template scenes…
color-management
Manage color workflows with ICC profiles, working spaces, gamut mapping, and color science. Use when inspecting ICC profiles, converting between color spaces, checking gamut clipping, validating well-behaved working spaces, or troubleshooting color workflow issues with ImageMagick, ArgyllCMS, Exiftool, or LittleCMS.…
design-canvas
Create museum-quality visual art in .png and .pdf formats using design philosophy. Use when user asks for poster, visual design, infographic, certificate, badge, banner, social media graphic, print design, or mentions "create artwork", "design graphic", "visual identity", or "print material".