·aptx-token-store
</>

aptx-token-store

使用 @aptx/token-store 定义或实现 token 持久化。用于:实现 TokenStore 接口、支持同步/异步 API(getToken/setToken/clearToken)、可选的元数据方法、实现不同存储后端(cookie、localStorage、小程序、内存)、配合 @aptx/api-plugin-auth 使用。当代码需要实现自定义 TokenStore 时触发。

19Installs·0Trend·@haibaraaiaptx

Installation

$npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-token-store

How to Install aptx-token-store

Quickly install aptx-token-store AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-token-store
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: haibaraaiaptx/aptx-skill.

SKILL.md

View raw

| localStorage/sessionStorage | 同步 | 阻塞时间极短 | | cookie (js-cookie) | 同步 | 内存操作 | | IndexedDB | 异步 | I/O 操作 | | 网络请求 | 异步 | 必须异步 | | 内存存储 | 同步 | 无 I/O | | 小程序存储 (wx.getStorageSync) | 同步 | 同步 API 更可靠 |

使用 @aptx/token-store 定义或实现 token 持久化。用于:实现 TokenStore 接口、支持同步/异步 API(getToken/setToken/clearToken)、可选的元数据方法、实现不同存储后端(cookie、localStorage、小程序、内存)、配合 @aptx/api-plugin-auth 使用。当代码需要实现自定义 TokenStore 时触发。 Source: haibaraaiaptx/aptx-skill.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-token-store Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Security certified for safe and reliable code One-click installation with simplified configuration Compatible with Claude Code, Cursor, OpenClaw, and more

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-token-store
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from haibaraaiaptx/aptx-skill

Quick answers

What is aptx-token-store?

使用 @aptx/token-store 定义或实现 token 持久化。用于:实现 TokenStore 接口、支持同步/异步 API(getToken/setToken/clearToken)、可选的元数据方法、实现不同存储后端(cookie、localStorage、小程序、内存)、配合 @aptx/api-plugin-auth 使用。当代码需要实现自定义 TokenStore 时触发。 Source: haibaraaiaptx/aptx-skill.

How do I install aptx-token-store?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-token-store Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/haibaraaiaptx/aptx-skill