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

# Get Remote Cache Root • AI Agent SDK

> get_remote_cache_root: Return the root cache directory for remote skill sources.

# get\_remote\_cache\_root

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**remote**](../modules/remote) module.

Return the root cache directory for remote skill sources.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_remote_cache_root() -> Path
```

### Returns

<ResponseField name="Returns" type="Path">
  The result of the operation.
</ResponseField>

## Uses

* `get_cache_dir`

## Used By

* [`fetch_remote_skill_dirs`](../functions/fetch_remote_skill_dirs)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/remote.py#L28">
  `praisonaiagents/skills/remote.py` at line 28
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Caching Concept" icon="database" href="/docs/docs/concepts/caching" />
</CardGroup>
