ian-gemini-web
Installation
SKILL.md
Gemini Web Client
Supports:
- Text generation
- Image generation (download + save)
- Automatic watermark removal (Gemini watermarks are removed by default)
- Reference image upload (attach images for vision tasks)
- Multi-turn conversations within the same executor instance (
keepSession) - Experimental video generation (
generateVideo) — Gemini may return an async placeholder; download might require Gemini web UI
Quick start
npx -y bun scripts/main.ts "Hello, Gemini"
npx -y bun scripts/main.ts --prompt "Explain quantum computing"
npx -y bun scripts/main.ts --prompt "A cute cat" --image cat.png
npx -y bun scripts/main.ts --promptfiles system.md content.md --image out.png
# Multi-turn conversation (agent generates unique sessionId)
Related skills
More from ianchenx/ian-skills
handoff
Write HANDOFF.md before ending a complex session. Use when wrapping up, switching tasks, or when context is getting large and a fresh session would help.
8codex-review
Multi-lens adversarial review via Codex. Trigger on "review", "审查", "check the code".
8codex-agent
Delegate coding tasks to Codex CLI. Use when executing code changes, reviews, debugging, or parallelizing tasks via Codex.
7spec-driven-dev
新功能的规划→spec→issue 生命周期。当用户说"讨论下"、"写 spec"、"开 issue"、"怎么做"、"设计一下"、"拆任务"、"评估方案"、或描述新功能需求时触发。即使用户只是随口提到一个想法或改进方向,只要涉及"该怎么做"的问题,都应触发此 skill 来结构化思考。
4linear
Linear issue management (search, create, update, close, comment) with arbitrary GraphQL queries.
3plan-review
Use when asked to review or audit an implementation plan.
3