Total Skills
5
Skills published by nirholas with real stars/downloads and source-aware metadata.
Total Skills
5
Total Stars
170
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
three-ws
34
create-agent
34
embed-agent
34
onchain-agent
34
scene-3d
34
Build, deploy, and control AI agents with 3D bodies on three.ws. Create agents, upload GLB/glTF models, wire a talking avatar into any web page, manage persistent agent memory, and prepare onchain identity registration — all via REST API.
Create and configure a three.ws embodied 3D AI agent via the REST API. Covers creating the agent record, setting name/description/skills, linking an avatar GLB, and retrieving agent details. Uses https://three.ws/api/agents.
Embed a three.ws embodied 3D AI agent anywhere on the web using the <agent-3d> web component. Covers all attributes, embed modes, brain/voice configuration, the real JavaScript DOM API, and all custom events. No install required.
Register a three.ws agent onchain via ERC-8004. Covers building the agent manifest bundle, pinning it to IPFS, calling the identity registry contract, and confirming registration with the three.ws API. Does not include any signing implementation — the user's wallet handles signing.
Use the three.ws scene manipulation skills to create and modify 3D objects in the live Three.js scene via natural language. Covers scene-create-object, scene-find-object, and scene-update-object — all MCP-exposed skills that the agent can call in response to user requests.