Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Query user feedback logs submitted via the app's "send logs" button. Use when debugging user-reported issues, searching for crash patterns, or reviewing feedback.
Query feedback and logs submitted by users through the screenpipe app's "send logs" button. Data is stored in Supabase and accessible via the admin logs API.
The API requires a bearer token. Set LOGS_ADMIN_SECRET in your environment or pass it directly. Ask the project maintainer for the token if you don't have it.
export LOGS_ADMIN_SECRET="<token>"
GET https://screenpi.pe/api/admin/logs
Authorization: Bearer $LOGS_ADMIN_SECRET
| Param | Description | Example |
|---|---|---|
q | Search feedback text (case-insensitive) | q=crash |
os | Filter by OS | os=darwin, os=windows, os=linux |
app_version | Exact version match | app_version=2.2.290 |
identifier | Filter by user/machine ID | |
screenpipe_id | Filter by analytics ID | |
from | Start date (ISO 8601) | from=2026-03-30T00:00:00 |
to | End date (ISO 8601) | to=2026-03-31T00:00:00 |
limit | Results per page (max 200) | limit=20 |
offset | Pagination offset | offset=20 |
npx skills add screenpipe/screenpipe --skill user-feedbackHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.