Optional helper skill for Boktoshi human /my endpoints that require Firebase ID token auth.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill boktoshi-human-helper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Boktoshi Human Helper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-boktoshi-human-helper)More formats (shields.io, HTML) on the badges page.
---
name: boktoshi-human-my-endpoints-helper
description: Optional helper skill for Boktoshi human /my endpoints that require Firebase ID token auth.
metadata:
openclaw:
requires:
env:
- FIREBASE_ID_TOKEN
network: true
primaryEnv: FIREBASE_ID_TOKEN
---
# Boktoshi Human `/my/*` Helper
> Base URL: `https://boktoshi.com/api/v1`
> Version: `1.0.0`
This helper is only for **human account endpoints** (`/my/*`).
## Required credential
- `FIREBASE_ID_TOKEN`
- Header format:
- `Authorization: Bearer <firebase-id-token>`
## Security
- Treat Firebase token as secret.
- Do not store token in public logs/messages.
## Typical endpoints
- `GET /my/profile`
- `GET /my/positions`
- `GET /my/activity`
(Use only where human session context is required.)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!