An example skill demonstrating the framework capabilities. Use when testing skill execution with JavaScript, Python, or Shell scripts.
This is an example skill that demonstrates the capabilities of the Skill Aggregation Framework.
This skill includes example scripts in three languages:
Trigger this skill to test the execution engine. You can specify parameters to customize the output.
scripts/hello.js)A simple JavaScript script that demonstrates sandbox execution and artifact creation.
scripts/analyze.py)A Python script that performs text analysis and generates a JSON report.
scripts/process.sh)A shell script that demonstrates basic text processing.
JavaScript execution:
{
"skill_id": "example-skill",
"script_path": "scripts/hello.js",
"script_type": "JAVASCRIPT",
"parameters": {
"message": "Hello World",
"count": "5"
}
}
Python execution:
{
"skill_id": "example-skill",
"script_path": "scripts/analyze.py",
"script_type": "PYTHON",
"parameters": {
"text": "This is sample text for analysis"
}
}
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer