secondme-reference

Document SecondMe API authentication, OAuth2 flows, endpoints, and response formats.

21|4|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/mindverse/Second-Me-Skills --skill secondme-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secondme-reference
Source: https://github.com/mindverse/Second-Me-Skills/tree/main/skills/secondme-reference
Command: npx skills add https://github.com/mindverse/Second-Me-Skills --skill secondme-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive technical documentation for the SecondMe API, enabling developers to quickly find information and integrate SecondMe services into their applications.

Core Features & Use Cases

  • API Endpoint Reference: Details on all available API endpoints, including base URLs and specific paths.
  • Authentication Guides: Clear instructions on OAuth2 flows, token exchange, and token refresh.
  • Response Format Explanations: Guidance on interpreting API responses, including data extraction from nested structures.
  • Use Case: A developer needs to implement a login flow using SecondMe. They can refer to this Skill to understand the OAuth2 URL construction, token exchange process, and how to handle the access token.

Quick Start

Refer to the SecondMe API documentation for details on authentication and API endpoints.

Frequently Asked Questions about secondme-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate API requests using OAuth2 for SecondMe?

To authenticate API requests using OAuth2 for SecondMe, construct the OAuth2 authorization URL, exchange the authorization code for an access token, and include the token in your request headers for API endpoint access.

What is the process for refreshing an expired SecondMe API access token?

Refreshing an expired SecondMe API access token involves using the refresh token provided during the initial OAuth2 token exchange to request a new access token from the authentication endpoint without requiring user re-login.

How do I extract data from nested structures in SecondMe API responses?

To extract data from nested structures in SecondMe API responses, parse the JSON response body and access the specific data fields by navigating through the documented response format hierarchies for Act and Agent Memory.

Does the SecondMe API reference cover Agent Memory and Act endpoints?

Yes, the SecondMe API reference covers specific API usage including Act and Agent Memory endpoints, providing detailed request formats, response structures, and integration guidance for these features.

What are the base URLs and paths for SecondMe API endpoint integration?

The SecondMe API documentation details all available API endpoints, including base URLs and specific paths, to help developers correctly route their HTTP requests for platform integration.