trash-nothing — quality + safety report

In the Skillier index (lap__trashnothing-com-trashnothing-com) · scanned 2026-06-03 · engine: builtin+triage

A
Quality
96/100
Safety

✓ Clean — no heuristic safety flags surfaced.

Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →

Skillproof quality grade A

📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.

Quality notes

No example
low · quality · body
→ Add at least one worked example (input → expected action/output).
No explicit output format / contract
low · quality · body
→ State the expected output format (structure, sections, or schema).

About this skill

Trash Nothing API skill. Use when working with Trash Nothing for users, groups, posts. Covers 12 endpoints.

📄 Read the SKILL.md
---
name: trash-nothing
description: "Trash Nothing API skill. Use when working with Trash Nothing for users, groups, posts. Covers 12 endpoints."
version: 1.0.0
generator: lapsh
---

# Trash Nothing
API version: 1.4

## Auth
ApiKey api_key in query

## Base URL
https://trashnothing.com/api/v1.4

## Setup
1. Set your API key in the appropriate header
2. GET /groups -- verify access

## Endpoints

12 endpoints across 3 groups. See references/api-spec.lap for full details.

### users
| Method | Path | Description |
|--------|------|-------------|
| GET | /users/{user_id}/posts | List posts by a user |
| GET | /users/{user_id}/posts/search | Search posts by a user |

### groups
| Method | Path | Description |
|--------|------|-------------|
| GET | /groups | Search groups |
| GET | /groups/{group_id} | Retrieve a group |
| GET | /groups/multiple | Retrieve multiple groups |

### posts
| Method | Path | Description |
|--------|------|-------------|
| GET | /posts | List posts |
| GET | /posts/search | Search posts |
| GET | /posts/all | List all posts |
| GET | /posts/all/changes | List all post changes |
| GET | /posts/{post_id}/display | Retrieve post display data |
| GET | /posts/{post_id} | Retrieve a post |
| GET | /posts/multiple | Retrieve multiple posts |

## Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all posts?" -> GET /users/{user_id}/posts
- "Search search?" -> GET /users/{user_id}/posts/search
- "List all groups?" -> GET /groups
- "Get group details?" -> GET /groups/{group_id}
- "List all multiple?" -> GET /groups/multiple
- "List all posts?" -> GET /posts
- "Search search?" -> GET /posts/search
- "List all all?" -> GET /posts/all
- "List all changes?" -> GET /posts/all/changes
- "List all display?" -> GET /posts/{post_id}/display
- "Get post details?" -> GET /posts/{post_id}
- "List all multiple?" -> GET /posts/multiple
- "How to authenticate?" -> See Auth section

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- List endpoints may support pagination; check for limit, offset, or cursor params

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
Scan or optimize your own skill →

Want a live grade + an embeddable README badge? Run your skill through the free scanner.

Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.