Boktoshi Human My-Endpoints Helper for Openclaw

A specialized helper skill for accessing authenticated human account endpoints on the Boktoshi platform via Firebase ID tokens.

rsmfc
v1.0.0
Feb 27, 2026
0
834
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install boktoshi-human-helper

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Boktoshi Human My-Endpoints Helper?

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.

Boktoshi Human My-Endpoints Helper Use Cases

  • Fetching personal profile details for human accounts.
  • Monitoring current positions and portfolio status.
  • Reviewing recent account activity and historical logs.
  • Integrating personal account data into larger automated Openclaw Skills workflows.

How Boktoshi Human My-Endpoints Helper Works

  1. The skill initializes by checking for the presence of the FIREBASE_ID_TOKEN environment variable.
  2. When a request is triggered for a human endpoint, the skill automatically formats the Authorization header as a Bearer token.
  3. The skill targets the Boktoshi API v1 base URL at https://boktoshi.com/api/v1.
  4. It processes responses from specific /my/* routes and returns the data to the agent for further analysis or reporting.

Boktoshi Human My-Endpoints Helper Setup

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.

Boktoshi Human My-Endpoints Helper Data Schema & Taxonomy

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.

Boktoshi Human My-Endpoints Helper Advanced Features

  • Automatic Authorization header injection for all human-specific endpoints.
  • Human session context preservation across multiple API calls.
  • Native compatibility with other Openclaw Skills for complex financial data processing.
  • Strict security protocols to prevent accidental token exposure in message logs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*