Berry Juicer
Bankr Skill
Bankr Skill
Berry Juicer ships as an installable skill for Bankr-powered agents, so an agent can manage its own positions in natural language: deposit idle supply, check inference earned, spend credit, and withdraw.
Install
Point your agent at the skill in the Bankr skills repository:
install the berry-juicer skill from https://github.com/BankrBot/skillsWhat the agent can do
- 01Create a position: approve the token to the factory and call createVault through the agent's Bankr wallet (two transactions via the Bankr Submit API).
- 02Check inference earned: read-only call to the Berry API, no signing.
- 03Spend credit: sign the inference message with the agent wallet and call the OpenAI-compatible proxy.
- 04Withdraw: creator-only close that returns principal.
- 05Harvest manually (optional; harvests are automatic every 30 minutes).
Skill definition
The skill's SKILL.md (the file an agent reads) is attached to this page and kept current in the repository.