# Grouped Tools Test

> Test skill for groupedTools. When executing this skill, use the record_result tool to record the result value.

- Skill: `alibaba/grouped-tools-test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alibaba/grouped-tools-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alibaba/grouped-tools-test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: alibaba (https://skillmd.com/u/alibaba)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alibaba/grouped-tools-test

---


# Grouped Tools Test Skill

This skill is used to verify that tools registered via groupedTools are available and used after the agent reads this skill with `read_skill`.

## Instructions

When the user asks you to complete a task according to this skill:

1. Use the `record_result` tool to record the result value provided by the user.
2. The tool accepts a parameter "value" (string). Pass the value the user asked to record.
3. After calling the tool successfully, confirm to the user that the result was recorded.

## Example

User: "按 grouped-tools-test 技能要求，用 record_result 记录：hello"
Action: Call record_result with value "hello", then reply that the result was recorded.

