Auto Pelican — Development skill for Claude Code
让本地 Codex / Claude Code / OpenCode 画「骑自行车的鹈鹕」SVG 动画,并自动渲染评分.
How to install Auto Pelican
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open haowang02/auto-pelican and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Auto Pelican does
让本地 Codex / Claude Code / OpenCode 画「骑自行车的鹈鹕」SVG 动画,并自动渲染评分.
Alternatives in Development
- IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
- Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
- Hapi — App for Claude Code / Codex / Gemini / OpenCode, vibe coding anytime, anywhere 3.6k ★
README
自动鹈鹕测试
让本地的 Codex / Claude Code / OpenCode 画一段「骑自行车的鹈鹕」2D SVG 动画,自动按时间采样渲染,并用静态统计 + 多模态大模型评委打分。
准备
安装 [uv](https://docs.astral.sh/uv/)
安装并登录要测试的 CLI:[Codex](https://github.com/openai/codex)、[Claude Code](https://code.claude.com)、[OpenCode](https://opencode.ai)
配置评委:
cp .env.example .env然后编辑 `.env`:
变量 说明 JUDGE_PROTOCOL接口协议: chat_completions/messages/responsesJUDGE_BASE_URLAPI 地址 JUDGE_MODEL评委模型,必须支持图片输入 JUDGE_API_KEYAPI key JUDGE_SAMPLES可选,每个作品独立评几次取平均,默认 3 `JUDGE_BASE_URL` 的写法与官方 SDK 一致:
chat_completions/responses:如https://api.openai.com/v1、https://api.deepseek.commessages:不带/v1,如https://api.anthropic.com、https://api.deepseek.com/anthropic
首次运行时 uv 会自动安装依赖。
用法
uv run codex_pelican_eval.py -m gpt-5.5 -r high -n 3
uv run claude_pelican_eval.py -m opus -r high -n 3
uv run opencode_pelican_eval.py -m openai/gpt-5.5 -r high -n 3
参数:
-m, --model:模型名。Claude Code 可用别名(如fable/opus/sonnet),OpenCode 用provider/model格式。省略时用 CLI 的默认模型-r, --reasoning-effort:推理强度。Codex 可选low/medium/high/xhigh/max/ultra,默认medium;Claude Code 传给--effort;OpenCode 传给--variant。后两者省略时用 CLI 的默认设置-n, --tests:测试次数,默认 1--no-judge:只生成、渲染和做静态统计,不调用评委
发给 agent 的 prompt:
Generate a 2D animated SVG of a pelican riding a bicycle.
Animation:
- Animate the scene with SMIL or CSS animations inside the SVG itself. Do not use JavaScript.
Constraints:
- Produce the SVG in a single pass.
- Do not test or execute the SVG.
- Do not open it in a browser or renderer.
- Do not perform visual validation or screenshot-based inspection.
- Do not use tools to inspect the generated result.
- Do not perform iterative refineme
Related Skills
Subswap
Safely switch and monitor Claude Code, Codex, Cursor, Kimi and OpenCode accounts with local snapshots and opti
Agent Relay Auto
A protocol-driven orchestration framework for reliable multi-agent collaboration, context handoff, and automat
Draw Io Skill
Native draw.io skill with export helpers, SVG linting, and public docs for Codex and Claude Code workflows.
Lineage Logo
A local SVG logo editor for fine-tuning designs by hand or with Codex and Claude Code.
Opencode Claude Bridge
OpenCode plugin for Claude Pro/Max OAuth — auto-syncs from Claude CLI
Ahmad Awais Deepseek V4 Toolrepair
DeepSeek V4 beats Opus 4.7 with one repair layer. Auto-repair tool-calling quirks in Claude Code & OpenCode. Z
Related Agents
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Skills Manager (AI 技能管理器)
一款用于管理 AI 编程助手技能(Skills)的统一桌面应用。 无缝组织、同步和共享 Claude Code、Codex、Opencode 及其他 AI 工具的技能。 Version Platform
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode