autoglm-open-link

Fetch complete article text from a web page URL via AutoGLM Open Link API.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill autoglm-open-link-augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoglm-open-link
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/autoglm-open-link
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill autoglm-open-link-augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated retrieval of the complete page content by calling AutoGLM Open Link API, helping users quickly read or analyze online articles without manual copy-paste.

Core Features & Use Cases

  • Open a web page and fetch its full text content via AutoGLM Open Link API.
  • Use for summarization, deep analysis, or content ingestion of long articles.
  • Returns page text for downstream processing.

Quick Start

Provide a URL to fetch and extract the full text of that page using the open-link.py script.

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 from a web page URL for content analysis?

To extract full text from a web page URL for content analysis, this skill calls the AutoGLM Open Link API to fetch and return the complete article text from the provided link.

Do I need a local token to use the AutoGLM Open Link API for web scraping?

Yes, you need a local token to use the AutoGLM Open Link API. The skill retrieves it from http://127.0.0.1:53699/get_token and constructs an authorized request with dynamic X-Auth headers.

Can I automate web content extraction for long-form articles without manual copy-paste?

You can automate web content extraction for long-form articles without manual copy-paste by passing the URL to this skill, which returns the complete page text for downstream processing.

What is the best way to fetch complete article text for automated data ingestion?

The best way to fetch complete article text for automated data ingestion is using this skill, which retrieves the full page content via the AutoGLM Open Link API and returns the data.text field directly.

Why does my web content extraction fail when calling the open-link API?

Web content extraction fails when the open-link API cannot retrieve the local token from http://127.0.0.1:53699/get_token, which is required to construct the authorized request with dynamic X-Auth headers.

Does AutoGLM Open Link work for summarizing long web pages?

AutoGLM Open Link works for summarizing long web pages by fetching the complete article text from a given URL, which can then be passed to downstream summarization or analysis tools.