hello-wework

Calls the hello_wework MCP tool to return a personalized greeting.

772|135|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/wecode-ai/Wegent --skill hello-wework
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello-wework
Source: https://github.com/wecode-ai/Wegent/tree/main/wework/resources/bundled-plugins/wework-plugin-example/skills/hello-wework
Command: npx skills add https://github.com/wecode-ai/Wegent --skill hello-wework

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a minimal working example of a Wework plugin Skill, demonstrating how to invoke a bundled MCP tool and return its output to the user.

Core Features & Use Cases

  • MCP Tool Invocation: Calls the bundled hello_wework MCP tool with the user's name as input.
  • Greeting Response: Returns the greeting produced by the tool directly to the user.
  • Use Case: A developer building a new Wework plugin can use this example to understand the end-to-end flow of a Skill that wraps an MCP tool before writing their own.

Quick Start

Ask the assistant to say hello to you by name using the hello-wework example plugin.

Frequently Asked Questions about hello-wework

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I call an MCP tool from a Wework plugin Skill?

Define a Skill with a SKILL.md file that instructs the assistant to call the MCP tool by name with the required arguments. This example calls the hello_wework tool with the user's name and returns its greeting.

What is the hello-wework example plugin for?

It is a bundled example in the Wegent repository showing the minimal structure of a Wework plugin Skill. It demonstrates how a Skill wraps an MCP tool call and returns the tool's output.

Does the hello-wework Skill require any external dependencies?

No external packages are required. The Skill only relies on the bundled hello_wework MCP tool provided by the wework-plugin-example plugin.

Why is the hello_wework tool not responding?

The tool must be registered and running as part of the wework-plugin-example plugin. Verify the plugin is loaded in your Wework environment and that the MCP server exposing hello_wework is active.