autoglm-open-link

Fetch complete webpage text content via the AutoGLM Open Link API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extract the complete body text of a specified web page using the AutoGLM Open Link API, enabling accurate summarization, information extraction, or deeper analysis.

Core Features & Use Cases

  • Open a web page and fetch its full text content for downstream processing.
  • Support tasks like summarization, key information extraction, and content analysis from articles, blogs, or docs.
  • Use Case: When you need the article body from a URL to archive, study, or compare sources.

Quick Start

Run the script with a URL to retrieve and print the page's full text

Frequently Asked Questions about autoglm-open-link

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

FAQPage Schema
How do I extract full text content from a web page URL for analysis?

To extract full text content from a web page URL, the Skill fetches the complete body text of the specified page via the AutoGLM Open Link API, returning the extracted data in the text field for downstream summarization or analysis.

What is the best way to pull article body text from blogs or news links?

The best way to pull article body text from blogs or news links is using this API integration, which retrieves and processes the complete text content from the provided URL to enable accurate information extraction.

Do I need a local token service to authenticate web content extraction requests?

Yes, you need a local token service running at http://127.0.0.1:53699/get_token to authenticate web content extraction requests, as the Skill signs its API calls with MD5-based headers using this token.

Can I use this AutoGLM API integration to fetch text from documentation sites?

Yes, you can use this AutoGLM API integration to fetch text from documentation sites, as it supports opening web pages across blogs, news, and documentation to retrieve their complete text content for archiving or study.

How does the AutoGLM Open Link API return extracted web content?

The AutoGLM Open Link API returns extracted web content by authenticating the request with MD5-signed headers and delivering the complete page text within the data.text field of the response payload.

Why does web scraping via API fail without the local token service?

Web scraping via API fails without the local token service because the AutoGLM Open Link API requires valid authentication, specifically signing requests with MD5-based headers generated from the token retrieved at the local endpoint.