BeClaude

image-generation-tools

New
1Community RegistryDevelopmentby FeedMob Inc.

Image generation and editing tools

Community PluginView Source

Overview

A collection of skills for Claude agents to perform specialized tasks.

What Are Skills?

Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. They teach Claude how to complete specific tasks in a repeatable way.

Available Skills

This repository contains 6 specialized skills organized by domain:

๐ŸŽจ Content Creation & Brand Management

Generate FeedMob-branded content including reports, presentations, charts, and artifacts following official brand guidelines.

Key Features:

  • โ€ขComplete FeedMob brand identity system (colors, typography, logos)
  • โ€ขProfessional design guidelines for reports and presentations
  • โ€ขData visualization standards with consistent color mapping
  • โ€ขLogo usage specifications and asset management
  • โ€ขQuality checklists for brand compliance

Use when: Creating any FeedMob-branded materials, reports, presentations, charts, or marketing content.

Create, edit, and analyze PowerPoint presentations with professional styling, themes, and layouts using python-pptx and OOXML manipulation.

Key Features:

  • โ€ขMultiple color schemes (FeedMob, Binance, Professional, Modern, Corporate)
  • โ€ขAutomatic background selection based on content
  • โ€ขSmart logo insertion and brand consistency
  • โ€ขAdvanced slide types (metrics dashboards, comparisons, two-column layouts)
  • โ€ขDirect OOXML editing for complex modifications
  • โ€ขDesign principles implementation (6x6 rule, typography standards, grid alignment)

Use when: Creating or editing PowerPoint presentations, especially for FeedMob or professional business contexts.

๐Ÿ“Š Data Analysis & Processing

Generate and execute SQL queries against the civitai_records PostgreSQL database to analyze video performance on Civitai platform.

Key Features:

  • โ€ขNatural language to SQL query generation
  • โ€ขEngagement metrics analysis (likes, hearts, comments)
  • โ€ขTag and theme performance analysis
  • โ€ขWeekly report generation (JSON/HTML formats)
  • โ€ขWoW (week-over-week) comparison analysis
  • โ€ขBilingual support (English/ไธญๆ–‡)

Use when: Analyzing Civitai video performance, engagement metrics, content strategy, or generating weekly reports.

Triggers: Civitai, video stats, engagement, likes, hearts, comments, weekly report, tag analysis, quality score, ๆ•ฐๆฎๅˆ†ๆž, ่ง†้ข‘่กจ็Žฐ, ๅ‘จๆŠฅ

Parse URLs in CSV files and extract query parameters as new columns for data analysis.

Key Features:

  • โ€ขAutomatic URL column detection
  • โ€ขQuery parameter extraction and column creation
  • โ€ขMultiple value handling (joined with '|')
  • โ€ขBatch processing of multiple CSV files
  • โ€ขPreserves original data integrity

Use when: Working with CSV files containing URLs that need parameter extraction and analysis.

๐Ÿค– AI & Media Generation

Generate, edit, or transform images using Gemini AI (Flash or Pro models) with support for various aspect ratios, resolutions, and image-to-image transformations.

Key Features:

  • โ€ขText-to-image generation with customizable aspect ratios
  • โ€ขImage editing and image-to-image transformations
  • โ€ขLogo overlay capabilities
  • โ€ขReference image support (up to 14 images on Pro)
  • โ€ขMultiple resolution options (1K, 2K, 4K on Pro)
  • โ€ขAspect ratio support: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9

Use when: Generating images from text, editing existing images, placing logos, or creating image variations.

Automatically fetch and summarize the latest AI news, research, and industry developments from multiple authoritative sources.

Key Features:

  • โ€ขMulti-source news aggregation (TechCrunch, VentureBeat, arXiv, etc.)
  • โ€ขCategorized search (general news, research papers, company announcements, market trends)
  • โ€ขCustomizable output formats (brief, detailed, report)
  • โ€ขTime-based filtering (daily, weekly updates)
  • โ€ขSource quality prioritization
  • โ€ขTopic-specific deep dives

Use when: Requesting daily AI news updates, latest AI research, industry trends, or automated briefings.

Skill Compatibility Matrix

Some skills work exceptionally well together. Here are recommended combinations:

Primary SkillCompatible WithUse Case
feedmob-presentationsfeedmob-brand-guidelinesCreate branded FeedMob PowerPoint presentations with automatic brand compliance
gemini-image-generatorfeedmob-presentationsGenerate custom images and insert them into presentation slides
civitai-analystfeedmob-presentationsCreate visual reports from Civitai analytics data
ai-news-dailyfeedmob-presentationsGenerate AI industry briefing presentations
url-parameter-parsercivitai-analystProcess CSV data before database analysis

Quick Start Examples

Example 1: Create a Branded FeedMob Presentation

bash
# Automatically uses feedmob-brand-guidelines for compliance
# and feedmob-presentations for generation

"Create a FeedMob presentation about Q1 analytics results 
with title slide, 3 content slides, and a metrics dashboard"

Example 2: Analyze Civitai Video Performance

bash
# Uses civitai-analyst skill

"Show me the top 10 performing videos this week with 
engagement metrics and tag analysis"

# Or in Chinese:
"็”Ÿๆˆๆœฌๅ‘จ็š„่ง†้ข‘่กจ็Žฐๅ‘จๆŠฅ"

Example 3: Generate Marketing Images

bash
# Uses gemini-image-generator skill

"Generate a 16:9 hero image for our landing page featuring 
a modern office with people using mobile devices. 
Give me 3 variations in 2K resolution."

Example 4: Daily AI News Briefing

bash
# Uses ai-news-daily skill

"Give me today's top AI news stories focusing on 
LLMs and computer vision developments"

Example 5: Process URL Data

bash
# Uses url-parameter-parser skill

"Extract all query parameters from the URLs in 
campaign_data.csv and add them as new columns"

Trigger Keywords Reference

Skills can be automatically activated when you mention certain keywords or phrases:

SkillTrigger Keywords/Phrases
feedmob-brand-guidelinesFeedMob branding, brand guidelines, FeedMob colors, FeedMob logo, branded content
feedmob-presentationsPowerPoint, PPT, presentation, slides, create presentation
civitai-analystCivitai, video stats, engagement, likes, hearts, comments, weekly report, tag analysis, ๆ•ฐๆฎๅˆ†ๆž, ่ง†้ข‘่กจ็Žฐ, ๅ‘จๆŠฅ
url-parameter-parserURL parameters, parse URLs, CSV, extract parameters, query string
gemini-image-generatorgenerate image, edit image, Gemini, image generation, aspect ratio, logo overlay
ai-news-dailyAI news, latest AI, AI research, AI trends, AI developments, daily briefing

Project Structure

code
agent-skills/
โ”œโ”€โ”€ .claude-plugin/          # Claude Code plugin configuration
โ”œโ”€โ”€ skills/                  # 6 skill implementations
โ”‚   โ”œโ”€โ”€ ai-news-daily/
โ”‚   โ”œโ”€โ”€ civitai-analyst/
โ”‚   โ”œโ”€โ”€ feedmob-brand-guidelines/
โ”‚   โ”œโ”€โ”€ feedmob-presentations/
โ”‚   โ”œโ”€โ”€ gemini-image-generator/
โ”‚   โ””โ”€โ”€ url-parameter-parser/
โ”œโ”€โ”€ spec/                    # Agent Skills specification
โ”œโ”€โ”€ template/                # Skill template for creating new skills
โ””โ”€โ”€ README.md

Creating a Skill

Skills are simple to createโ€”just a folder with a SKILL.md file containing YAML frontmatter and instructions:

markdown
---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---

# My Skill Name

[Add your instructions here that Claude will follow when this skill is active]

## Examples
- Example usage 1
- Example usage 2

## Guidelines
- Guideline 1
- Guideline 2

Required Frontmatter Fields

  • โ€ขname - Unique identifier (lowercase, hyphens for spaces)
  • โ€ขdescription - Complete description of skill purpose and use cases

Using Skills

Claude Code

You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:

code
/plugin marketplace add feed-mob/agent-skills

Then, to install a specific set of skills:

  1. Select Browse and install plugins
  2. Select feedmob-agent-skills
  3. Select feedmob-content-tools or data-processing-tools
  4. Select Install now

Alternatively, directly install either Plugin via:

code
/plugin install feedmob-content-tools@feedmob-agent-skills
/plugin install data-processing-tools@feedmob-agent-skills

After installing the plugin, you can use the skill by just mentioning it.

Claude.ai

To use any skill from this repository or upload custom skills, follow the instructions in Using skills in Claude.

Claude API

Use pre-built or custom skills via the API. See the Skills API documentation.

Getting Started

  1. Browse the skills/ directory for examples
  2. Use the template/ directory as a starting point for new skills
  3. Follow the spec/ for detailed guidelines

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/image-generation-tools.md https://raw.githubusercontent.com/feed-mob/agent-skills/main/SKILL.md
3
Invoke in Claude Code
/image-generation-tools
View source on GitHub

Frequently Asked Questions

What is image-generation-tools?

Image generation and editing tools

How to install image-generation-tools?

To install image-generation-tools, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /image-generation-tools.

What is image-generation-tools best for?

image-generation-tools is a community categorized under Development. Created by FeedMob Inc..