Install
openclaw skills install readlink-toolDisplay the target of a symbolic link. Use for resolving symlinks to find the actual file or directory they point to.
openclaw skills install readlink-toolShow the target path that a symbolic link points to. Essential for understanding symlink chains and finding actual file locations.
readlink-tool [options] <link>
-f: Canonicalize by following every symlink in the path-e: Canonicalize but require all components to exist-n: Suppress trailing newlinereadlink-tool /usr/bin/python
readlink-tool -f symlink_to_file
readlink-tool -e symlink.txt