# List UDF libraries (with code)

> View all loaded UDF libraries and their source code using GRAPH.UDF LIST WITHCODE

- Skill: `falkordb/list-udf-libraries-with-code` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add falkordb/list-udf-libraries-with-code`
- Raw SKILL.md: https://api.skillmd.com/api/skills/falkordb/list-udf-libraries-with-code/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: falkordb (https://skillmd.com/u/falkordb)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/falkordb/list-udf-libraries-with-code

---


# List UDF libraries (with code)

View all loaded UDF libraries and optionally inspect their source code.

## Usage

Use `GRAPH.UDF LIST WITHCODE` to display all registered UDF libraries along with their JavaScript source code.

## Example

```bash
redis-cli GRAPH.UDF LIST WITHCODE
```

## Notes

- `GRAPH.UDF LIST` shows library names without source code
- `GRAPH.UDF LIST WITHCODE` includes the full JavaScript source
- Useful for auditing what UDFs are loaded in the system
- Helps with debugging and understanding available functions
- Important for security audits to verify loaded code

