← Back to Skills Marketplace
WebSim API
by
upintheairsheep
· GitHub ↗
· v1.0.1
295
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install websim-api
Description
Access WebSim's REST API to retrieve user profiles, projects, comments, trending feeds, social graphs, and search public project assets.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install websim-api - After installation, invoke the skill by name or use
/websim-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is WebSim API?
Access WebSim's REST API to retrieve user profiles, projects, comments, trending feeds, social graphs, and search public project assets. It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.
How do I install WebSim API?
Run "/install websim-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WebSim API free?
Yes, WebSim API is completely free (open-source). You can download, install and use it at no cost.
Which platforms does WebSim API support?
WebSim API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WebSim API?
It is built and maintained by upintheairsheep (@upintheairsheep); the current version is v1.0.1.
More Skills