A powerful CLI-driven skill that enables automated control over the Eagle application for advanced digital asset management and organization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install eagle-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install eagle-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Eagle API skill for Openclaw Skills provides a direct bridge between your AI coding agent and the Eagle application. It allows for programmatic interaction with your local digital asset library, enabling automated workflows for organizing images, videos, fonts, and design files via a Node.js-based CLI.
By leveraging this skill, developers and designers can extend the capabilities of their Openclaw Skills environment to include sophisticated library management. Whether you need to batch-process tags, restructure folder hierarchies, or perform semantic AI searches, this integration brings the full power of Eagle's local API server into your automated development lifecycle.
eagle-api-cli.js script using Node.js.To utilize this skill within Openclaw Skills, ensure the following requirements are met:
Basic command structure:
# List all available tools to verify connection
node scripts/eagle-api-cli.js list
# Get help for a specific item tool
node scripts/eagle-api-cli.js help item_get
The skill interacts with Eagle's internal database using the following primary entities:
| Entity | Description | Key Attributes |
|---|---|---|
| Item | Individual assets | ID, tags, extension, folders, metadata |
| Folder | Structural containers | Name, iconColor, parentId, children |
| Tag | Metadata labels | Name, usage count, groups |
| Tag Group | Tag categories | Group name, associated tags |
Data is passed as JSON objects, allowing for complex queries such as filtering by multiple tags: ["photo", "landscape"].
--json parameter flag.Loading
A comprehensive methodology and toolset for architecting, optimizing, and operating production-grade Retrieval-Augmented Generation systems.

An automated research assistant that fetches, filters, and summarizes computer vision papers from arXiv based on specific user topics.

A comprehensive toolset for managing OpenBytes network operations through wallet authentication, API key orchestration, and on-chain financial workflows.

A high-performance CLI utility for one-click REST/GraphQL API testing, automated report generation, and smart mock data simulation.

A high-precision protocol for Openclaw Skills to enforce zero-tolerance directory organization for documentation and utility scripts.

A meta-skill for AI agent self-improvement that analyzes runtime logs to detect error patterns and generate structured evolution proposals.








































