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

Codex Image To Eagle

skill-nuyoah-ai-works-nuyoah-open-skill-codex-image-to-eagle · by nuyoah-ai-works

Archive Codex-generated images from the current user's Codex generated_images directory into Eagle with the prompt saved as annotation. Use when the user asks to save, archive, import, or sync Codex generated images to Eagle with prompts, tags, and folders.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-nuyoah-ai-works-nuyoah-open-skill-codex-image-to-eagle

✓ 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-nuyoah-ai-works-nuyoah-open-skill-codex-image-to-eagle)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 4d 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 Codex Image To Eagle? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

南鸢 Codex 图片归档到 Eagle

把 Codex 生成图导入 Eagle,并把最终提示词保存为可检索的注释。

默认规则

  • 图片目录:优先使用 CODEX_GENERATED_IMAGES_DIR,否则使用当前用户的 ~/.codex/generated_images。
  • 连接:读取 ~/.codex/config.toml 中的 Eagle MCP 配置;HTTP 回退默认使用 http://127.0.0.1:41596。
  • 标签:Codex、AI生成、Prompt。
  • 目录:用户未指定时使用 Codex 生成图/本地日期。
  • 注释:保存完整 Prompt、来源、原路径和归档时间。
  • 不删除、不移动源图片。

执行

使用随 Skill 附带的脚本:

node scripts/archive-codex-image-to-eagle.js --latest --prompt "PROMPT_TEXT"

按用户意图选择图片:

  • “最新一张”使用 --latest。
  • “刚才这一批 / 最新会话”使用 --latest-session。
  • 明确文件使用 --path "/absolute/path/image.png"。
  • 长提示词使用 --prompt-file "/absolute/path/prompt.txt"。

先准确取得实际生图使用的最终 Prompt。图片、提示词或目标目录不明确时,先加 --dry-run;明确且用户已要求归档时直接执行。

需要连接模式、文件夹 ID、自动化环境变量或完整参数时,读取 [README.md](README.md) 或运行:

node scripts/archive-codex-image-to-eagle.js --help

文件夹安全

  1. 先解析用户指定的根目录;无指定时解析顶层 Codex 生成图。
  2. 日期目录只能在已解析根目录下按“名称 + 父 ID”精确匹配,不能全局按日期名搜索。
  3. 缺少日期目录时,创建时必须带根目录 parentId。
  4. 同一根目录下已有重复日期目录时,复用最早的目录并报告重复,不再新建。
  5. 并发自动化优先使用随附脚本,它有目录创建锁。

完成反馈

成功后返回:

  • 导入的 Eagle item ID;
  • 使用的 Eagle 目录;
  • 实际归档的图片数量;
  • 失败项及原因(如有)。

Eagle 未运行或 MCP 插件未启用时,告诉用户启动 Eagle 并启用 Eagle MCP,再继续执行。

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.