AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Together Images

skill-togethercomputer-skills-together-images · by togethercomputer

Text-to-image generation and image editing via Together AI, including FLUX and Kontext models, LoRA-based styling, reference-image guidance, and local image downloads. Reach for it whenever the user wants to generate or edit images on Together AI rather than create videos or build text-only chat applications.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-togethercomputer-skills-together-images

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-togethercomputer-skills-together-images)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Together Images? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Together Images

Overview

Use Together AI image APIs for:

  • text-to-image generation
  • image editing with Kontext
  • FLUX.2-specific options
  • LoRA adapters
  • reference-image guidance

When This Skill Wins

  • Generate still images from prompts
  • Edit an existing image with text guidance
  • Apply LoRA styles to FLUX models
  • Choose image models or dimensions for a product workflow

Hand Off To Another Skill

  • Use together-video for motion or video generation
  • Use together-chat-completions for text-only generation
  • Use together-dedicated-containers only when the user needs a custom image runtime rather than the managed API

Quick Routing

  • Basic text-to-image
  • Start with [scripts/generateimage.py](scripts/generateimage.py) or [scripts/generateimage.ts](scripts/generateimage.ts)
  • Read [references/api-reference.md](references/api-reference.md)
  • Multiple variations, base64 output, or seeded runs
  • Start with [scripts/generateimage.py](scripts/generateimage.py) or [scripts/generateimage.ts](scripts/generateimage.ts)
  • Read [references/api-reference.md](references/api-reference.md)
  • Image editing with Kontext
  • Start with [scripts/kontextediting.py](scripts/kontextediting.py)
  • Read [references/api-reference.md](references/api-reference.md)
  • Generate then edit (e.g. product photos)
  • Start with [scripts/kontextediting.py](scripts/kontextediting.py) (Example 7)
  • Generate with FLUX, feed the URL to Kontext, save both locally
  • LoRA styling
  • Start with [scripts/lorageneration.py](scripts/lorageneration.py)
  • Read [references/api-reference.md](references/api-reference.md)
  • Model and dimension selection
  • Read [references/models.md](references/models.md)

Workflow

  1. Confirm whether the task is generation, editing, or style transfer.
  2. Choose the model family and output dimensions first.
  3. Add reference images, LoRAs, or FLUX.2-only parameters only when the use case needs them.
  4. Generate the asset, then download or decode it into the expected local format.

High-Signal Rules

  • Python scripts require the Together v2 SDK (together>=2.0.0). If the user is on an older version, they must upgrade first: uv pip install --upgrade "together>=2.0.0".
  • Match the script to the workflow type instead of packing every image feature into one request path.
  • Keep model selection explicit because FLUX, Kontext, and partner models differ in capabilities.
  • Preserve reproducibility with seeds when the user needs stable outputs.
  • For editing or reference-image flows, validate that the chosen model actually supports the feature.

Resource Map

  • API reference: [references/api-reference.md](references/api-reference.md)
  • Troubleshooting and generation tuning: [references/api-reference.md](references/api-reference.md)
  • Model guide: [references/models.md](references/models.md)
  • Python image generation: [scripts/generateimage.py](scripts/generateimage.py)
  • TypeScript image generation: [scripts/generateimage.ts](scripts/generateimage.ts)
  • Python Kontext editing: [scripts/kontextediting.py](scripts/kontextediting.py)
  • Python LoRA generation: [scripts/lorageneration.py](scripts/lorageneration.py)

Official Docs

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.