> ## 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.

# Strip Bundle Marker • AI Agent SDK

> strip_bundle_marker: Return the bundle name for a ``@name`` selector (or the name itself).

# strip\_bundle\_marker

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

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

Return the bundle name for a `@name` selector (or the name itself).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def strip_bundle_marker(selector: str) -> str
```

## Parameters

<ParamField query="selector" type="str" required={true}>
  No description available.
</ParamField>

### Returns

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

## Used By

* [`SkillManager.get_bundle`](../functions/SkillManager-get_bundle)
* [`SkillManager.resolve`](../functions/SkillManager-resolve)

## Source

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