# show_skills_help

> **Function** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/ui/show_skills_help)

Show help information for the `skills` subcommand.

Invoked via the `-h` argparse action or directly from
`execute_skills_command` when no subcommand is given.

## Signature

```python
show_skills_help() -> None
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0b13f3e0e2726fdb7bbe1e0cf88dac76dbd43b01/libs/cli/deepagents_cli/ui.py#L267)