🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Boktoshi Human /my Helper

by @rsmfc

Optional helper skill for Boktoshi human /my endpoints that require Firebase ID token auth.

Versionv1.0.0
Downloads681
TERMINAL
clawhub install boktoshi-human-helper

πŸ“– About This Skill


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

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