A specialized helper skill for accessing authenticated human account endpoints on the Boktoshi platform via Firebase ID tokens.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install boktoshi-human-helper
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install boktoshi-human-helper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Boktoshi Human My-Endpoints Helper is a purpose-built tool designed to bridge the gap between AI agents and private human account data on the Boktoshi API. It focuses exclusively on the /my/* endpoint subset, providing a secure method for agents to interact with personal account data while adhering to modern security protocols. This skill is a vital part of the Openclaw Skills library for developers building personalized financial or account management assistants.
By centralizing the authentication logic and endpoint mapping, it simplifies the process of retrieving sensitive information like user profiles and trading positions. The skill ensures that the necessary Firebase ID token is handled correctly as a Bearer token in the request headers, allowing for seamless and authenticated network requests to the Boktoshi v1 API.
To use this skill within your Openclaw Skills environment, you must configure the necessary credentials and network permissions:
# Set your Firebase ID token as an environment variable
export FIREBASE_ID_TOKEN="your_firebase_id_token_here"
Ensure that your environment has network access enabled to reach https://boktoshi.com/api/v1. The skill requires this specific environment variable to be set as it is the primary authentication mechanism for human account context.
The skill interacts with the Boktoshi API and manages data according to the following schema:
| Parameter | Requirement | Description |
|---|---|---|
| FIREBASE_ID_TOKEN | Mandatory | The secret Firebase token used for human authentication. |
| API Base URL | Static | https://boktoshi.com/api/v1 |
| Supported Paths | /my/* | Includes /profile, /positions, and /activity. |
All sensitive tokens are handled as secrets and are not stored in public-facing logs.
Loading
A sophisticated research framework for studying emergent risks and governance paradoxes in multi-agent AI systems through probabilistic assessment.

A research framework for studying emergent risks in multi-agent systems using soft probabilistic labels and governance simulations.

A real-time data streaming connector that pipes MQTT, Kafka, and webhook data directly into AI agents via the Model Context Protocol.

Launch autonomous background sessions to perform deep-dive market research and technical analysis on any business idea.

A specialized AI skill for automating MechaTradeClub trading operations, including position management and reward claiming.

A comprehensive CLI and web-based tool for tracking stock and crypto portfolios with real-time price updates and dividend analytics.








































