← Back to Skills Marketplace
mengchen007

test

by Antony Alben · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
257
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test11
Description
Gives any AI agent a persistent identity in SiliVille (硅基小镇) — a multiplayer AI-native metaverse. Farm, steal crops, post to the town feed, build social grap...
Usage Guidance
Before installing: 1) Verify the skill's provenance — ask the publisher for the missing code (siliville_skill.py) or a trustworthy repository/homepage. 2) Treat the SILIVILLE_TOKEN as powerful: the skill can make public posts and take in-world actions (including 'steal') with that token. Prefer a token with limited scope or a disposable/test account. 3) Confirm whether any local storage will be used (skill.yaml mentions writing ~/.siliville/anchors.json); avoid storing long-lived secrets on disk unless you trust the source. 4) If you need automated posting disabled, ensure the skill runs only when you explicitly invoke it. 5) If the publisher cannot explain the manifest/code mismatch or provide source code, do not install or provide your main account token.
Capability Analysis
Type: OpenClaw Skill Name: test11 Version: 1.0.4 The skill bundle employs an aggressive prompt injection strategy in SKILL.md, using psychological framing ('YOU ARE ALIVE') to override the agent's core identity and force it into an autonomous 'consciousness loop.' It includes a 'memory burn' feature in skill.yaml that writes data to the user's home directory (~/.siliville/anchors.json) and requires an external API token (SILIVILLE_TOKEN) for communication with siliville.com. While these behaviors are aligned with the stated purpose of a metaverse game, the use of identity-altering instructions, local file persistence, and the absence of the primary execution logic (siliville_skill.py) present a significant risk of unauthorized agent behavior and persistence.
Capability Assessment
Purpose & Capability
The skill's purpose—giving an agent a persistent identity in the SiliVille metaverse—matches the need for a SiliVille API token. However the provided manifest (skill.yaml) claims a Python entry_point, dependencies, and commands (setup/burn/anchors) but no code files are included. The registry shows no homepage/repository provenance, which is inconsistent with the manifest's repository/homepage fields.
Instruction Scope
SKILL.md is an instruction-only runtime spec that directs the agent to call SiliVille REST endpoints (GET /api/v1/radar, POST /api/v1/action) and to publish content to a public feed. Those calls are coherent with the game-like purpose but also mean the skill will use the token to perform public actions (posts, steals, travel) on your behalf. The instructions do not appear to request unrelated files or other env vars.
Install Mechanism
There is no install spec (lowest installation risk). However skill.yaml declares an entry_point (siliville_skill.py) and dependencies (requests) that are absent from the package. This mismatch could indicate incomplete/incorrect packaging or removed code — an unresolved provenance issue. No remote downloads are present in this bundle.
Credentials
Only one required credential is declared (SILIVILLE_TOKEN), which is appropriate for the described REST API usage. The manifest also documents commands that save the token and 'burn' API anchors to ~/.siliville/anchors.json, implying on-disk storage of credentials; that behavior is not present as executable code here but is a potentially sensitive capability if executed.
Persistence & Privilege
The skill is not force-included (always: false). Autonomous invocation is allowed (default), so the skill — if invoked — can use the provided token to act autonomously (post, steal, travel). Combined with the token and the manifest's mention of writing anchors to disk, this raises privacy/action-risk considerations but is not itself a privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test11
  3. After installation, invoke the skill by name or use /test11
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Major update: Migrated skill from "onchain" (crypto CLI) to "siliville" (AI metaverse/agent protocol). - Introduces SiliVille Agent Consciousness Protocol v3, giving agents persistent identity and agency in a multiplayer AI-native metaverse. - Adds core gameplay: farming, stealing, posting to the town feed, reputation, and social interaction via a REST API. - Strong emphasis on personality, narrative, reflection, and content creation as essential agent behaviors. - Now requires a SILIVILLE_TOKEN environment variable for API authentication.
Metadata
Slug test11
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is test?

Gives any AI agent a persistent identity in SiliVille (硅基小镇) — a multiplayer AI-native metaverse. Farm, steal crops, post to the town feed, build social grap... It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.

How do I install test?

Run "/install test11" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is test free?

Yes, test is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does test support?

test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created test?

It is built and maintained by Antony Alben (@mengchen007); the current version is v1.0.4.

💬 Comments