autoglm-search-image

Fetch image results from an AutoGLM search API using a user query.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill autoglm-search-image-okbest2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoglm-search-image
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/autoglm-search-image
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill autoglm-search-image-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Locate relevant images quickly by querying an AutoGLM image search service and returning structured results for easy use in design and content workflows.

Core Features & Use Cases

  • Fetch image results from AutoGLM API using a user-provided query.
  • Token-based authentication via a local service, automatic Bearer handling, and dynamic header signing for secure requests.
  • Use case: moodboard creation, product previews, or visual asset sourcing across projects.

Quick Start

Ask the AI to search images using a keyword and display the returned results.

Frequently Asked Questions about autoglm-search-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch image results from an AutoGLM search API?

To fetch image results from an AutoGLM search API, you provide a user query to the Skill, which automatically acquires a local token and constructs dynamic headers with an MD5 signature to post and return structured visual assets.

What is the process for AutoGLM token-based authentication?

AutoGLM token-based authentication requires acquiring a token from a local service at http://127.0.0.1:53699/get_token, followed by automatic Bearer handling and dynamic header signing for secure API requests.

How do I source visual assets for a moodboard using an API?

Sourcing visual assets for a moodboard using an API involves querying the AutoGLM image search service with specific keywords, which returns structured image results ready for integration into your design workflows.

Do I need a local token to use the AutoGLM image search service?

Yes, you need a local token retrieved from http://127.0.0.1:53699/get_token to use the AutoGLM image search service, as it is required to generate the X-Auth-Sign and construct secure dynamic headers.

How does the dynamic header signing work for AutoGLM API requests?

Dynamic header signing for AutoGLM API requests works by generating a deterministic MD5 signature to populate X-Auth-Appid, X-Auth-TimeStamp, and X-Auth-Sign headers, ensuring secure and authenticated service communication.

Can I use this API approach for product previews and visual asset sourcing?

Yes, you can use this API approach for product previews and visual asset sourcing, as the AutoGLM image search service supports querying keywords and returning structured results specifically across design and content workflows.