> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paperzilla.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Does Paperzilla have an OpenClaw skill?

> Install the Paperzilla skill from ClawHub so AI agents can browse or search your research feeds directly.

export const AiAgents = ({path}) => <Tip>
    <b>AI agents</b>: This page is available as <a href={path + '.md'}>markdown</a>. See also the <a href="/llms.txt">docs index</a> and <a href="/llms-full.txt">full docs</a>.
  </Tip>;

<AiAgents path="/answers/openclaw-skill" />

Yes. The Paperzilla CLI is published as an [OpenClaw skill on ClawHub](https://clawhub.ai/pors/paperzilla).

If you use current OpenClaw, install it with:

```bash theme={null}
openclaw skills install paperzilla
```

If you already use the separate ClawHub CLI, this also works:

```bash theme={null}
clawhub install paperzilla
```

If your OpenClaw version is older and `openclaw skills install paperzilla` fails because `skills` does not support subcommands yet, use `clawhub install paperzilla`.

Once installed, AI agents (Claude Code, Cursor, Windsurf, and others that support the AgentSkills standard) can list projects, browse feeds, search full feeds, and filter papers using `pz` commands.

You still need the `pz` CLI installed and authenticated — the skill teaches the agent how to use it.

To update the skill later, use `openclaw skills update paperzilla` or `clawhub update paperzilla`.

## Related

* [CLI guide](/guides/cli)
* [Use the Paperzilla CLI with OpenClaw](/guides/openclaw)
* [Agent workflows](/guides/agent-workflows)
* [MCP integration](/guides/mcp)
