← 返回 Skills 市场
184
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install panews-web-viewer
功能描述
Read public PANews website pages as Markdown. Use for homepage, article-page, and column-page reads.
安全使用建议
This skill appears coherent and low-risk: it only issues GET requests to the public panewslab.com site with an Accept: text/markdown header and returns the Markdown. Before installing, note the skill's source/homepage are unspecified — if you require provenance, ask the publisher for more information. Also avoid providing private or credentialed URLs to the skill (it is intended for public pages). If you want to restrict network access, consider running it in an environment where outbound requests are controlled.
功能分析
Type: OpenClaw Skill
Name: panews-web-viewer
Version: 0.1.1
The panews-web-viewer skill is designed to fetch and render content from the PANews website (panewslab.com) as Markdown. The SKILL.md file provides clear instructions for the agent to perform direct HTTP GET requests with specific headers and URL structures. There is no executable code, obfuscation, or evidence of malicious intent such as data exfiltration or unauthorized access.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the skill only performs direct HTTP GETs to https://www.panewslab.com with Accept: text/markdown. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md confines behavior to single-page retrieval from panewslab.com, preserving YAML frontmatter and returning the Markdown body. It explicitly disallows broad crawling and creator-authenticated workflows. There are no instructions to read local files, other env vars, or to send data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill; nothing is written to disk or downloaded at install time, which is low risk.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to its purpose of fetching publicly available web pages.
Persistence & Privilege
always is false and the skill does not request elevated privileges. agents/openai.yaml sets allow_implicit_invocation (agent may invoke it when appropriate), which is normal for skills and acceptable here given the minimal scope and lack of credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install panews-web-viewer - 安装完成后,直接呼叫该 Skill 的名称或使用
/panews-web-viewer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Removed reliance on the local fetch-page.mjs script; the skill now uses direct HTTP GET requests with Accept: text/markdown.
- Updated documentation to reflect script removal and clarified standard request/response workflow.
- Added details about runtime behavior and gave user-friendly usage examples.
- Expanded guidance and request templates for locale handling and response formatting.
- No changes to supported locales, core functionality, or failure handling.
v0.1.0
PANews Web Viewer initial release:
- Read PANews website pages (homepage, article, column) as Markdown, including YAML frontmatter metadata.
- Supports single-page fetching in five languages (Simplified Chinese, Traditional Chinese, English, Japanese, Korean).
- Use the bundled `fetch-page.mjs` script for content retrieval.
- Automatically handles locale prefixes and error reporting for page availability.
- Designed for website content, not structured API data or authenticated tasks.
元数据
常见问题
Panews Web Viewer 是什么?
Read public PANews website pages as Markdown. Use for homepage, article-page, and column-page reads. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。
如何安装 Panews Web Viewer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install panews-web-viewer」即可一键安装,无需额外配置。
Panews Web Viewer 是免费的吗?
是的,Panews Web Viewer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Panews Web Viewer 支持哪些平台?
Panews Web Viewer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Panews Web Viewer?
由 Seven Du(@medz)开发并维护,当前版本 v0.1.1。
推荐 Skills