# execute_skills_command

> **Function** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/skills/commands/execute_skills_command)

Execute skills subcommands based on parsed arguments.

## Signature

```python
execute_skills_command(
    args: argparse.Namespace,
) -> None
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `args` | `argparse.Namespace` | Yes | Parsed command line arguments with skills_command attribute |

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/b710a69b12e49479045eaa54dfb709326473500b/libs/cli/deepagents_cli/skills/commands.py#L1026)