test-upload-skill

v1.0.1

A simple test skill for verifying clawhub.ai upload functionality

0· 162·0 current·0 all-time
byRick@xiaoshitou1

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xiaoshitou1/test-upload-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "test-upload-skill" (xiaoshitou1/test-upload-skill) from ClawHub.
Skill page: https://clawhub.ai/xiaoshitou1/test-upload-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install test-upload-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install test-upload-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill name, description, and instructions all describe a simple upload/test reporter and there are no extra env vars, binaries, or installs requested. Minor inconsistency: the SKILL.md response template prints Version: 1.0.0 while the registry/_meta.json list version 1.0.1; registry ownerId (kn7ey...) also differs from _meta.json ownerId ('test-owner-id'). These are likely innocuous metadata mismatches but worth confirming.
Instruction Scope
SKILL.md contains only instructions to return a simple status message with the current timestamp and verify local skill components. It does not instruct reading files, accessing env vars, network endpoints, or transmitting data externally.
Install Mechanism
No install spec and no code files are included (instruction-only). Nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths—proportional to its stated test purpose.
Persistence & Privilege
always is false and the skill is user-invocable; disable-model-invocation is false (normal default). There is no evidence the skill requests permanent presence or elevated privileges.
Assessment
This appears to be a safe, minimal test skill for verifying upload and invocation. Before installing, you may want to: 1) confirm the publisher/repository linked in SKILL.md (https://github.com/test/test-upload-skill) matches the registry owner, since _meta.json ownerId and the registry ownerId differ; 2) note the minor version mismatch between the SKILL.md output (1.0.0) and registry/_meta.json (1.0.1); and 3) if you prefer to prevent any skill from running autonomously, disable model invocation on the agent—though allowing autonomous invocation is the platform default and not unusual for harmless skills.

Like a lobster shell, security has layers — review code before you run it.

latestvk974vged926gwqjpk99b0pk2nn83kt1z
162downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

Test Upload Skill

A minimal test skill designed to verify the upload and publishing process on clawhub.ai platform.

Purpose

Use this skill to test that the skill upload system is working correctly.

What it does

When triggered, this skill will:

  1. Confirm successful loading
  2. Display a test message with timestamp
  3. Verify basic skill functionality

Usage

Trigger this skill by saying:

  • "test upload"
  • "upload test"
  • "verify skill upload"

Instructions

When this skill is invoked, respond with:

✓ Test skill loaded successfully!
Timestamp: [current ISO timestamp]
Status: Skill system operational
Platform: clawhub.ai
Version: 1.0.0

Then confirm that all skill components are working:

  • Skill file parsed correctly
  • Metadata loaded
  • Trigger words recognized
  • Instructions executed

Testing checklist

After upload, verify:

  • Skill appears in the platform
  • Metadata displays correctly
  • Trigger words work as expected
  • Skill can be invoked successfully
  • Instructions execute properly

Note: This is a minimal test skill for platform verification. Production skills should include comprehensive functionality, error handling, and detailed documentation.

Comments

Loading comments...