← Back to Skills Marketplace
hanyilong

hanyilong first skill

by hanyilong · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
372
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install hanyilong-first-skill
Description
this is my hello world skill
README (SKILL.md)

\r \r

My Skill\r

\r

Overview\r

\r [TODO: 1-2 sentences explaining what this skill enables]\r \r

Structuring This Skill\r

\r [TODO: Choose the structure that best fits this skill's purpose. Common patterns:\r \r 1. Workflow-Based (best for sequential processes)\r

  • Works well when there are clear step-by-step procedures\r
  • Example: DOCX skill with "Workflow Decision Tree" -> "Reading" -> "Creating" -> "Editing"\r
  • Structure: ## Overview -> ## Workflow Decision Tree -> ## Step 1 -> ## Step 2...\r \r 2. Task-Based (best for tool collections)\r
  • Works well when the skill offers different operations/capabilities\r
  • Example: PDF skill with "Quick Start" -> "Merge PDFs" -> "Split PDFs" -> "Extract Text"\r
  • Structure: ## Overview -> ## Quick Start -> ## Task Category 1 -> ## Task Category 2...\r \r 3. Reference/Guidelines (best for standards or specifications)\r
  • Works well for brand guidelines, coding standards, or requirements\r
  • Example: Brand styling with "Brand Guidelines" -> "Colors" -> "Typography" -> "Features"\r
  • Structure: ## Overview -> ## Guidelines -> ## Specifications -> ## Usage...\r \r 4. Capabilities-Based (best for integrated systems)\r
  • Works well when the skill provides multiple interrelated features\r
  • Example: Product Management with "Core Capabilities" -> numbered capability list\r
  • Structure: ## Overview -> ## Core Capabilities -> ### 1. Feature -> ### 2. Feature...\r \r Patterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).\r \r Delete this entire "Structuring This Skill" section when done - it's just guidance.]\r \r

[TODO: Replace with the first main section based on chosen structure]\r

\r [TODO: Add content here. See examples in existing skills:\r

  • Code samples for technical skills\r
  • Decision trees for complex workflows\r
  • Concrete examples with realistic user requests\r
  • References to scripts/templates/references as needed]\r \r

Resources (optional)\r

\r Create only the resource directories this skill actually needs. Delete this section if no resources are required.\r \r

scripts/\r

Executable code (Python/Bash/etc.) that can be run directly to perform specific operations.\r \r Examples from other skills:\r

  • PDF skill: fill_fillable_fields.py, extract_form_field_info.py - utilities for PDF manipulation\r
  • DOCX skill: document.py, utilities.py - Python modules for document processing\r \r Appropriate for: Python scripts, shell scripts, or any executable code that performs automation, data processing, or specific operations.\r \r Note: Scripts may be executed without loading into context, but can still be read by Codex for patching or environment adjustments.\r \r

references/\r

Documentation and reference material intended to be loaded into context to inform Codex's process and thinking.\r \r Examples from other skills:\r

  • Product management: communication.md, context_building.md - detailed workflow guides\r
  • BigQuery: API reference documentation and query examples\r
  • Finance: Schema documentation, company policies\r \r Appropriate for: In-depth documentation, API references, database schemas, comprehensive guides, or any detailed information that Codex should reference while working.\r \r

assets/\r

Files not intended to be loaded into context, but rather used within the output Codex produces.\r \r Examples from other skills:\r

  • Brand styling: PowerPoint template files (.pptx), logo files\r
  • Frontend builder: HTML/React boilerplate project directories\r
  • Typography: Font files (.ttf, .woff2)\r \r Appropriate for: Templates, boilerplate code, document templates, images, icons, fonts, or any files meant to be copied or used in the final output.\r \r ---\r \r Not every skill requires all three types of resources.\r
Usage Guidance
This skill is essentially a template/hello-world and appears safe: it contains only explanatory text and a tiny Python script that prints a message. Before installing or running it, consider: (1) the SKILL.md is incomplete — the author needs to add concrete behavior; (2) if you plan to run the included script, inspect it yourself (it currently only prints a message); (3) if the skill is later expanded, re-check for network calls, credential requests, or downloads. Because it requests no credentials and has no install steps, risk is low, but always review any code before executing it in your environment.
Capability Analysis
Type: OpenClaw Skill Name: hanyilong-first-skill Version: 1.0.0 The skill bundle consists of standard metadata, a `SKILL.md` template filled with `[TODO]` placeholders and guidance for skill development, and a placeholder Python script (`scripts/example.py`) that simply prints a message. There is no active code that performs any harmful actions, no attempts at prompt injection against the AI agent, and no indicators of data exfiltration, malicious execution, or persistence mechanisms. All content is boilerplate and instructional, aligning with a 'hello world' skill template.
Capability Assessment
Purpose & Capability
Name/description say 'hello world' and the bundle contains only a template SKILL.md and a trivial example Python script that prints a message — the requested resources match the stated purpose.
Instruction Scope
SKILL.md is a generic template with TODOs and does not instruct the agent to read files, access credentials, or call external endpoints. It is incomplete (no concrete runtime steps), which is not a security problem but means the skill currently does nothing useful until filled in.
Install Mechanism
No install spec is provided (instruction-only plus a small script). Nothing will be downloaded or written during installation.
Credentials
The skill declares no required environment variables, credentials, or config paths — proportional for a template/hello-world skill.
Persistence & Privilege
Skill does not request persistent or elevated privileges (always is false). Model invocation is allowed by default, which is normal for skills and acceptable here given the minimal scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hanyilong-first-skill
  3. After installation, invoke the skill by name or use /hanyilong-first-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of hanyilongskill version 1.0.0. - Added a starter SKILL.md including placeholders and guidance for skill structure and organization. - Outlines common structuring patterns and resource directory recommendations for future development. - No functional implementation yet; content is primarily documentation and setup instructions.
Metadata
Slug hanyilong-first-skill
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is hanyilong first skill?

this is my hello world skill. It is an AI Agent Skill for Claude Code / OpenClaw, with 372 downloads so far.

How do I install hanyilong first skill?

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

Is hanyilong first skill free?

Yes, hanyilong first skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does hanyilong first skill support?

hanyilong first skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created hanyilong first skill?

It is built and maintained by hanyilong (@hanyilong); the current version is v1.0.0.

💬 Comments