← Back to Skills Marketplace
妙达网页抓取
by
nice1234-h
· GitHub ↗
· v1.0.0
· MIT-0
218
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install miaoda-web-fetch
Description
Use when user needs to crawl or fetch a specific URL to extract/summarize its content. Provides necessary command usage instructions for fetching known URLs....
Usage Guidance
This skill appears to be a thin wrapper around an external CLI (`miaoda-studio-cli`) but does not declare or install that CLI. Before using: (1) verify whether `miaoda-studio-cli` is already installed in your agent environment and ensure it comes from a trusted source; (2) prefer a skill that declares its dependencies or provides an install method, or add the required binary to your environment from an official release; (3) inspect the `miaoda-studio-cli` implementation (or its package) to confirm it won't exfiltrate sensitive data or execute unintended actions; (4) if you cannot verify the CLI, avoid granting the agent autonomous access to run tools that can fetch external URLs. Providing the CLI's origin or adding a proper install spec would reduce this concern.
Capability Analysis
Type: OpenClaw Skill
Name: miaoda-web-fetch
Version: 1.0.0
The skill bundle provides instructions for using a CLI tool (`miaoda-studio-cli web-crawl`) to fetch and summarize web content. The documentation in SKILL.md is well-structured, providing clear usage examples and a decision tree for the agent, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name and description claim simple webpage fetch/extract functionality, which is coherent. However, the SKILL.md explicitly requires running `miaoda-studio-cli web-crawl` (and references `miaoda-studio-cli search-summary`), yet the skill declares no required binaries or install steps. That omission is a capability–requirement mismatch: either the CLI should be declared/installed or the instructions should not depend on it.
Instruction Scope
Instructions are narrowly scoped to invoking the `miaoda-studio-cli` commands with URL and output options and to using a companion search skill. They do not instruct reading arbitrary local files or environment variables, nor do they direct data to unexpected remote endpoints. The main issue is the instruction's implicit dependency on an external CLI not declared in metadata.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That lowers direct installation risk, but it also means it assumes the runtime already provides `miaoda-studio-cli`. The lack of an install specification or verification step for that CLI is an omission that can lead to runtime failures or substitution attacks if an untrusted CLI is present.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no disproportionate secret requests.
Persistence & Privilege
The skill does not request always: true or other elevated persistence. It is user-invocable and allows normal autonomous invocation behavior by default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install miaoda-web-fetch - After installation, invoke the skill by name or use
/miaoda-web-fetch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
miaoda-web-fetch 1.0.0
- Initial release of the skill for crawling and extracting content from specific URLs.
- Provides command instructions for using `miaoda-studio-cli web-crawl`.
- Includes decision tree for whether to use web-crawl or search-summary based on user needs.
- Offers usage examples and table of common mistakes for best practices.
- Supports both text and JSON output formats for extraction.
Metadata
Frequently Asked Questions
What is 妙达网页抓取?
Use when user needs to crawl or fetch a specific URL to extract/summarize its content. Provides necessary command usage instructions for fetching known URLs.... It is an AI Agent Skill for Claude Code / OpenClaw, with 218 downloads so far.
How do I install 妙达网页抓取?
Run "/install miaoda-web-fetch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 妙达网页抓取 free?
Yes, 妙达网页抓取 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 妙达网页抓取 support?
妙达网页抓取 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 妙达网页抓取?
It is built and maintained by nice1234-h (@nice1234-h); the current version is v1.0.0.
More Skills