← 返回 Skills 市场
Web Page API
作者
justoneapi
· GitHub ↗
· v1.0.6
· MIT-0
153
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install justoneapi-web
功能描述
Analyze Web Page workflows with JustOneAPI, including hTML Content, rendered HTML Content, and markdown Content.
使用说明 (SKILL.md)
Web Page
This skill wraps 3 Web Page operations exposed by JustOneAPI. It is strongest for hTML Content, rendered HTML Content, and markdown Content. Expect common inputs such as url.
When To Use It
- The user needs hTML Content or rendered HTML Content on Web Page.
- The task lines up with markdown Content rather than a generic cross-platform workflow.
- The user can provide identifiers or filters such as
url. - The user wants an exact API-backed answer instead of a freeform summary.
Representative Operations
htmlV1: HTML Content — Get the HTML content of a web pagerenderedHtmlV1: Rendered HTML Content — Get the Rendered HTML content of a web pagemarkdownV1: Markdown Content — Get the Markdown content of a web page
Request Pattern
- 3 operations are available in this skill.
- HTTP methods used here:
GET. - The most common non-token parameters are
url. - All operations in this skill are parameter-driven requests; none require a request body.
How To Work
- Read
generated/operations.mdbefore choosing an endpoint. - Start with one of these operations when it matches the user's request:
htmlV1,renderedHtmlV1,markdownV1. - Pick the smallest matching operation instead of guessing.
- Ask the user for any missing required parameter. Do not invent values.
- Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
- Required:
JUST_ONE_API_TOKEN - This skill uses
JUST_ONE_API_TOKENonly for authenticated Just One API requests. - Keep
JUST_ONE_API_TOKENprivate. Do not paste it into chat messages, screenshots, or logs. - Get a token from Just One API Dashboard.
- Authentication details: Just One API Usage Guide.
Output Rules
- Start with a plain-language answer tied to the Web Page task the user asked for.
- Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
- When using
htmlV1, explain why the returned fields answer the user's question. - If the user gave filters such as
url, echo those back so the scope is explicit. - If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears to do what it says: fetch HTML/markdown/rendered HTML from JustOneAPI. Before installing: (1) Be aware the token is passed as a query parameter — tokens in URLs can be logged by servers, proxies, or browser history; treat the token as sensitive and use a least-privilege token and rotation. (2) Ensure you trust api.justoneapi.com and review its privacy/security practices. (3) The script prints backend JSON to stdout — avoid pasting outputs that may contain sensitive content or the token. (4) Ensure your node runtime is up-to-date. If you need the agent to perform any additional analysis beyond fetching content, confirm those steps explicitly rather than relying on the 'analyze' wording in the description.
功能分析
Type: OpenClaw Skill
Name: justoneapi-web
Version: 1.0.6
The justoneapi-web skill is a standard API wrapper for fetching web page content (HTML, rendered HTML, and Markdown) via the JustOneAPI service (api.justoneapi.com). The implementation in bin/run.mjs is straightforward, using the native fetch API to perform GET requests with a user-provided token and URL. There is no evidence of malicious behavior, data exfiltration, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description say 'analyze Web Page workflows', but the implementation and operations simply fetch HTML, rendered HTML, or Markdown from JustOneAPI. This is coherent but the word 'analyze' is slightly more ambitious than the actual capability (which is content retrieval).
Instruction Scope
SKILL.md instructs the agent to call the included node script with --operation, --token, and --params-json. The script only performs the declared GET requests to api.justoneapi.com and prints JSON. It does not read other files or env vars beyond the declared token. Note: the API token is sent as a query parameter (per the API spec), which can be logged by intermediaries or server logs—SKILL.md warns to keep the token private.
Install Mechanism
No install spec; this is instruction-only with a bundled node script. It requires an existing node binary on PATH. Nothing is downloaded or written by an installer.
Credentials
Only JUST_ONE_API_TOKEN is required and it is used for the API requests as declared. The requested credential aligns with the skill's purpose and no unrelated secrets/config paths are required.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or modify other skills. It does not store or write credentials and only runs when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justoneapi-web - 安装完成后,直接呼叫该 Skill 的名称或使用
/justoneapi-web触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- Updated authentication guide link in the "Environment" section to the latest Just One API documentation URL.
- No changes to the skill's functionality or API operations.
- Clarified referral tracking in documentation links.
v1.0.5
Version 1.0.5
- Updated the Just One API Dashboard link in SKILL.md to include tracking parameters and direct users to the login page.
- No changes to functional behavior or other documentation sections.
v1.0.4
- Updated SKILL.md to clarify environment and token usage details.
- Added note that JUST_ONE_API_TOKEN is used only for authenticated API requests.
- No code or interface changes; documentation update only.
v1.0.3
- Added a reminder to keep the `JUST_ONE_API_TOKEN` private and not to share it in chat messages, screenshots, or logs.
- No other changes to workflow, logic, or API usage documentation.
v1.0.2
- Added guidance on obtaining and using the required API token, including links to the Just One API Dashboard and Usage Guide.
- No changes to representative operations or endpoint behaviors.
- All other instructions and usage patterns remain unchanged.
v1.0.1
rename
v1.0.0
Initial release of Web Page API skill for JustOneAPI.
- Provides three main operations: get HTML content (`htmlV1`), rendered HTML content (`renderedHtmlV1`), and markdown content (`markdownV1`) of a web page.
- Accepts URL parameters to fetch and analyze specific web page content.
- Designed for use cases needing exact API-backed web content retrieval.
- Requires a `JUST_ONE_API_TOKEN` environment variable for authentication.
- Output includes user-request context, decision-relevant fields, and backend error handling.
元数据
常见问题
Web Page API 是什么?
Analyze Web Page workflows with JustOneAPI, including hTML Content, rendered HTML Content, and markdown Content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 Web Page API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-web」即可一键安装,无需额外配置。
Web Page API 是免费的吗?
是的,Web Page API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Page API 支持哪些平台?
Web Page API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Page API?
由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.6。
推荐 Skills