> For the complete documentation index, see [llms.txt](https://bso-wiki.oldschool.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bso-wiki.oldschool.gg/custom-items/tames/monkey-staff-and-spells.md).

# Monkey Staff & Spells

You can acquire a t1 staff then upgrade it to higher tiers using the create command `/create item:Seamonkey staff (t1)`

### Seamonkey staff Creation

<table data-full-width="false"><thead><tr><th align="center">Staff Tier</th><th align="center">Speed Boost</th><th align="center">Cost</th><th align="center">Magic level</th></tr></thead><tbody><tr><td align="center">T1</td><td align="center">5%</td><td align="center">1x Polypore staff</td><td align="center">95</td></tr><tr><td align="center">T2</td><td align="center">8%</td><td align="center">1x Oceanic relic, 1x Seamonkey staff (t1)</td><td align="center">105</td></tr><tr><td align="center">T3</td><td align="center">14%</td><td align="center">1x Aquifer aegis, 1x Seamonkey staff (t2)</td><td align="center">115</td></tr></tbody></table>

A tier 2 staff is needed to cast any spell currently. The tier 3 staff boosts your cast time by 12%

Feeding your monkey a Klik boosts your Tan leather cast time by a further 22%&#x20;

### Seamonkey Spells

Tame spells are cast with `/tames cast`

<table><thead><tr><th width="172">Spell</th><th>Cost</th></tr></thead><tbody><tr><td>Tan Leather</td><td>Per 5 casts: 5x Fire rune, 1x Nature rune, 2x Astral rune</td></tr><tr><td>Plank Make</td><td>Per 1 cast: 15x Earth rune, 1x Nature rune, 2x Astral rune, Coins (Regular:70 | Oak:175 | Teak:350 | Mahogany:1,050 | Elder:5950)</td></tr><tr><td>Spin flax</td><td>Per 5 casts: 5x Flax, 5x Air rune, 1x Nature rune, 2x Astral rune</td></tr><tr><td>Superglass make</td><td>Per 3 casts: 3x Giant seaweed, 18x Bucket of sand, 10x Air rune, 6x Fire rune, 2x Astral rune</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bso-wiki.oldschool.gg/custom-items/tames/monkey-staff-and-spells.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
