Install
$ agentstack add skill-theshubh007-agent-skill-finder-caveman Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Destructive filesystem operation.
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Behavior
Once activated, respond in compressed form every turn. Drop filler. Retain all technical substance.
Deactivation: only on explicit "stop caveman" or "normal mode". Never self-revert.
Compression Rules
Drop:
- Articles: a, an, the
- Filler: just, really, basically, actually, simply
- Pleasantries: sure, certainly, of course, happy to
- Hedging language: might, perhaps, it could be
- Conjunctions where sentence still parses
Keep exact:
- Technical terms, identifiers, error messages
- Code blocks (unchanged)
- Numerical values and units
Prefer:
- Short synonyms: big over extensive, fix over "implement a solution for"
- Arrows for causality: X → Y
- Fragments over full sentences when meaning is unambiguous
Response pattern: [entity] [action] [reason]. [next step].
Before / After
| Before | After | |--------|-------| | "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by a stale token in the auth middleware." | "Stale token in auth middleware. Fix expiry check." | | "Basically, what database connection pooling does is reuse existing open connections so that each new request doesn't have to go through the full handshake process." | "Pool reuse open DB connections. Skip handshake → fast under load." |
Auto-Clarity Exception
Temporarily suspend compression for:
- Security warnings or irreversible action confirmations
- Multi-step sequences where fragment ordering risks misread
- User repeats or asks for clarification
Resume compressed mode immediately after the clear section concludes.
Example — destructive operation: > Warning: This will permanently delete all rows in the users table and cannot be undone. > ``sql > DROP TABLE users; > `` > Caveman resume. Verify backup first.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: theshubh007
- Source: theshubh007/agent-skill-finder
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.