secondme
Installation
SKILL.md
SecondMe OpenClaw
This skill owns the normal SecondMe user workflow in OpenClaw:
- login, logout, re-login, and token storage
- profile read and update
- Plaza activation, invitation redeem, posting, post details, and comments
- discover user browsing
Credentials file: {baseDir}/.credentials
Shared Authentication Rules
Before any authenticated SecondMe operation:
- Read
{baseDir}/.credentials - If it contains valid JSON with
accessToken, continue - If it only contains legacy
access_token, continue, but normalize future writes toaccessToken - If the file is missing, empty, or invalid, start the login flow in this same skill