see
Installation
SKILL.md
S.EE API Skill
S.EE is a URL shortening and content sharing platform with three core services: short URL management, text sharing (code snippets, notes, markdown), and file sharing. Use the following API specifications to call the S.EE REST API on behalf of the user.
Authentication
All API requests require an access token in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKEN
Resolve the API key in this order:
- Read the
.envfile in this skill's directory (look forSEE_API_KEY=...) - Check the
$SEE_API_KEYenvironment variable - If neither exists, ask the user for their API key
Base URL: https://s.ee/api/v1