返回顶部
e

eagle

Control Eagle application for digital asset management - search, organize, tag items, manage folders and tag groups. Use when user wants to interact with their Eagle library, search for images, manage tags or folders.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
94
下载量
0
收藏
概述
安装方式
版本历史

eagle

# Eagle API Skill Control the local Eagle application through CLI commands. Eagle is a digital asset management tool for organizing images, videos, fonts, and design files. ## Prerequisites - Eagle application must be running - Eagle MCP plugin must be enabled (provides the local API server on port 41596) ## CLI Usage The CLI script is located at `scripts/eagle-api-cli.js` relative to this skill directory. ```bash # Call a tool with JSON parameters node scripts/eagle-api-cli.js call <tool_name> --json '{"key": "value"}' # Call a tool with individual parameters node scripts/eagle-api-cli.js call <tool_name> --param1 value1 --param2 value2 # List all available tools node scripts/eagle-api-cli.js list # Get help for a specific tool node scripts/eagle-api-cli.js help <tool_name> ``` Array and object values are auto-parsed from JSON: ```bash node scripts/eagle-api-cli.js call item_get --tags '["photo","landscape"]' --limit 10 ``` ## Tool Categories Choose the relevant reference file for detailed tool documentation: - **App** — Get Eagle app info (version, platform, locale). See [references/app-tools.md](references/app-tools.md) - **Item** — Search, filter, add, update, tag, and organize library items. See [references/item-tools.md](references/item-tools.md) - **Folder** — Create, query, and update folder hierarchy. See [references/folder-tools.md](references/folder-tools.md) - **Tag** — Query, count, rename, and merge tags. See [references/tag-tools.md](references/tag-tools.md) - **Tag Group** — Manage tag groups and tag associations. See [references/tag-group-tools.md](references/tag-group-tools.md) - **AI Search** — Semantic search by text or similar items (requires AI Search plugin). See [references/ai-search-tools.md](references/ai-search-tools.md) ## Common Workflows ### Search for items ```bash # Text search node scripts/eagle-api-cli.js call item_query --query "sunset landscape" # Filter by tags and extension node scripts/eagle-api-cli.js call item_get --tags '["photo"]' --ext "jpg" --limit 20 # Get selected items in Eagle node scripts/eagle-api-cli.js call item_get_selected ``` ### Organize items ```bash # Add tags to items node scripts/eagle-api-cli.js call item_add_tags --json '{"ids": ["item1", "item2"], "tags": ["reviewed", "approved"]}' # Move items to folders node scripts/eagle-api-cli.js call item_add_to_folders --json '{"ids": ["item1"], "folders": ["folder_id"]}' # Create a new folder node scripts/eagle-api-cli.js call folder_create --json '{"folders": [{"name": "My Folder", "iconColor": "blue"}]}' ``` ### Tag management ```bash # List all tags node scripts/eagle-api-cli.js call tag_get # Merge duplicate tags node scripts/eagle-api-cli.js call tag_merge --json '{"sourceTags": ["photo", "photograph"], "targetTag": "photo"}' ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 eagle-skill-1776063857 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 eagle-skill-1776063857 技能

通过命令行安装

skillhub install eagle-skill-1776063857

下载 Zip 包

⬇ 下载 eagle v1.0.0

文件大小: 16.11 KB | 发布时间: 2026-4-14 10:53

v1.0.0 最新 2026-4-14 10:53
- Initial release of eagle-skill (version 1.0.0)
- Enables CLI-based control of the Eagle digital asset management application for local libraries
- Supports searching, tagging, organizing, and managing digital assets, folders, tags, and tag groups
- Integrates tool categories: App, Item, Folder, Tag, Tag Group, and AI Search
- Provides CLI command examples and detailed workflow instructions in documentation

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部