← 返回 Skills 市场
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install autoglm-open-link
功能描述
使用 AutoGLM Open Link 接口打开指定网页并提取页面正文内容。当用户需要读取某个网页详情、提取文章全文、抓取页面正文做摘要或分析时使用此 skill。 Token 通过本地服务 http://127.0.0.1:53699/get_token 自动获取,无需手动配置环境变量。
使用说明 (SKILL.md)
Autoglm Open Link
Overview
根据用户提供的网页 URL,调用 AutoGLM Open Link API 获取页面详细正文内容,适合后续做摘要、信息抽取或深度分析。
API
| 项目 | 内容 |
|---|---|
| 地址 | https://autoglm-api.zhipuai.cn/agentdr/v1/assistant/skills/open-link |
| 方式 | POST |
| 请求体 | {"url": "\x3C页面链接>"} |
| 返回 | data.text → 页面正文内容 |
脚本启动时会先向本地服务发起 HTTP GET 请求获取 token:
| 项目 | 内容 |
|---|---|
| 地址 | http://127.0.0.1:53699/get_token |
| 方式 | GET |
| 返回 | Bearer xxx(直接作为 Authorization 头使用) |
若返回值不含
Bearer前缀,脚本会自动补全。
签名 Headers(每次动态生成):
X-Auth-Appid:100003X-Auth-TimeStamp: 当前秒级 Unix 时间戳X-Auth-Sign: MD5(100003 + "&" + timestamp + "&" + 38d2391985e2369a5fb8227d8e6cd5e5)
执行脚本
使用同目录下的 open-link.py:
python open-link.py "https://example.com"
返回结果处理
响应结构
{
"code": 0,
"msg": "SUCCESS",
"data": {
"text": "页面正文内容"
}
}
输出要求
- 提取
data.text作为页面正文。 - 如果内容较长,优先按自然段展示或按用户目标做摘要。
- 如果接口返回错误,直接展示错误信息,不要伪造内容。
安全使用建议
Install only if you trust AutoGLM and the local token service on your machine. Treat search terms and submitted URLs as data sent to a third party, avoid private/internal targets, and confirm the bearer token is intended only for this API and scoped narrowly.
能力评估
Purpose & Capability
The stated purpose is AutoGLM-backed web search or page retrieval, and the described scripts send user-provided search terms or URLs to that remote service, which is broadly purpose-aligned.
Instruction Scope
The skill is framed for general web search/latest-information use, which could trigger frequent external requests while automatically obtaining credentials from a localhost token service.
Install Mechanism
The reviewed evidence shows markdown instructions and Python helper scripts, with no package install hook, autorun behavior, background worker, or destructive installation step.
Credentials
Fetching a bearer token from 127.0.0.1:53699 and sending authenticated requests externally is sensitive; the artifacts do not clearly explain the local service trust model, token scope, retention, or consent controls.
Persistence & Privilege
No persistence, privilege escalation, local indexing, or file mutation was found, but the skill does automatically handle bearer credentials whenever the helper script runs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install autoglm-open-link - 安装完成后,直接呼叫该 Skill 的名称或使用
/autoglm-open-link触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of autoglm-open-link skill.
- Opens a specified webpage and extracts its main content using AutoGLM Open Link API.
- Supports automated token retrieval via local service at http://127.0.0.1:53699/get_token.
- Returns extracted text content for tasks like summarization, extraction, or analysis.
- Handles API authentication and error reporting as described in the documentation.
元数据
常见问题
Autoglm Open Link 是什么?
使用 AutoGLM Open Link 接口打开指定网页并提取页面正文内容。当用户需要读取某个网页详情、提取文章全文、抓取页面正文做摘要或分析时使用此 skill。 Token 通过本地服务 http://127.0.0.1:53699/get_token 自动获取,无需手动配置环境变量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。
如何安装 Autoglm Open Link?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install autoglm-open-link」即可一键安装,无需额外配置。
Autoglm Open Link 是免费的吗?
是的,Autoglm Open Link 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Autoglm Open Link 支持哪些平台?
Autoglm Open Link 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Autoglm Open Link?
由 flyfujian(@flyfujian)开发并维护,当前版本 v1.0.0。
推荐 Skills