← 返回 Skills 市场
upintheairsheep

WebSim API

作者 upintheairsheep · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
295
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install websim-api
功能描述
Access WebSim's REST API to retrieve user profiles, projects, comments, trending feeds, social graphs, and search public project assets.
安全使用建议
This skill is an instruction-only adapter for WebSim's public API and appears coherent. Before using it: (1) verify the domain (https://websim.com) and that you trust the skill source, since the package lists no homepage or publisher information; (2) if you plan to post comments, the skill will need your WebSim auth token — provide it only when you trust the skill and avoid reusing high-privilege tokens (use limited-scope or revocable tokens if possible); (3) because the skill can be invoked by the agent, be cautious about giving persistent credentials to an unfamiliar skill; otherwise, read-only queries are low-risk.
功能分析
Type: OpenClaw Skill Name: websim-api Version: 1.0.1 The skill bundle provides a standard API integration for WebSim, a platform for AI-generated websites. It includes well-documented endpoints for retrieving user profiles, projects, comments, and assets, with clear instructions for the AI agent on how to handle pagination and formatting, and a specific safety warning against autonomous commenting in SKILL.md.
能力评估
Purpose & Capability
The name/description (read public profiles, projects, comments, trending, search) align with the endpoints listed in SKILL.md. No unrelated capabilities (cloud access, filesystem access, or extraneous credentials) are requested.
Instruction Scope
SKILL.md defines only API endpoints under the base URL https://websim.com and directs using GET endpoints for reads and one POST for comments. This stays within the stated purpose. Note: the post_comment endpoint shows an Authorization header template (Bearer {token}), so the skill expects an auth token when creating comments; the skill does not itself declare how that token is supplied (see environment_proportionality). No instructions in the visible content instruct the agent to read arbitrary local files or transmit data to third-party endpoints beyond the declared base_url.
Install Mechanism
There is no install spec and no code files — this is instruction-only, so nothing is written to disk or installed by the skill.
Credentials
The skill declares no required environment variables or primary credential, which is reasonable for read-only public endpoints. However, post_comment requires an Authorization: Bearer {token} header; SKILL.md does not declare a primaryEnv or required env var for that token. This is not necessarily malicious (the token can be provided interactively at runtime), but it's a small inconsistency worth noting: the skill expects an auth token for write operations but doesn't declare how the agent should obtain/store it.
Persistence & Privilege
always is false and the skill has no install or system persistence. The skill does not request system-wide config changes or access to other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install websim-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /websim-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated description to clarify WebSim's community and focus on AI-generated websites. - Changed author to "upintheairsheep." - Bumped version to 1.0.1.
v1.0.0
Initial release of the websim-api skill: - Provides read and basic interaction access to WebSim's public REST API. - Supports retrieving users, projects, comments, trending feeds, and social graphs. - Enables posting comments on projects (with authentication). - Allows searching for assets by filename and metadata. - Offers pagination, sorting, and filtering options for most endpoints.
元数据
Slug websim-api
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

WebSim API 是什么?

Access WebSim's REST API to retrieve user profiles, projects, comments, trending feeds, social graphs, and search public project assets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 WebSim API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install websim-api」即可一键安装,无需额外配置。

WebSim API 是免费的吗?

是的,WebSim API 完全免费(开源免费),可自由下载、安装和使用。

WebSim API 支持哪些平台?

WebSim API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WebSim API?

由 upintheairsheep(@upintheairsheep)开发并维护,当前版本 v1.0.1。

💬 留言讨论