A demo greeting skill that prints friendly hello messages. Use when you need a simple greeting or welcome message for testing or demonstration purposes.
编程
workspace-ping
试用A simple demo skill that performs a ping/pong business workflow for testing resource ingestion pipelines.
它能做什么
A simple demo skill that performs a ping/pong business workflow for testing resource ingestion pipelines.
技能文档
Workspace Ping Skill
A minimal demo skill for testing digital resource ingestion pipelines.
What it does
The skill defines a simple ping/pong business process: given an input message, it returns the same message prefixed with "pong: ".
Basic usage
# From the workspace shell
echo '{"message": "hello"}' | ping-process
Workflow steps
- Receive JSON input with a
messagefield - Echo "pong: " to stdout
- Exit 0 on success, non-zero on invalid input
Example
echo '{"message": "test"}' | ping-process
# Output: pong: test
This skill is intended as a sample digital asset for testing upload/ingestion workflows into resource registries.
相关技能
A demonstration skill for content ingestion workflows. Checks a workspace folder for text/markdown assets, generates a simple inventory report, and prints a summary. Useful as a minimal example for pipeline-driven publishing.
Demo skill created to test the workflow of content ingestion from creation to publication. Use when learning how skills are structured and published.
Discover, install, update, or create the right skill when a workflow gap appears. Use when a task is repetitive, a role lacks a reliable procedure, an existi...
Fixed-string status responder for integration smoke tests. When a user or CI harness asks for a heartbeat check, this skill returns a deterministic token so end-to-end skill loading can be verified without side effects.
Demo skill that turns a raw digital-content file (e.g. a markdown note) into a reusable skill package. Given a source file, it builds a SKILL.md, extracts me...