nicolaischmid/agent-skills
always wanted to search your signal history? your emails? all packaged into a neat set of skills!
0 stars0 forksUpdated Jan 26, 2026
npx skills add nicolaischmid/agent-skillsREADME
Agent Skills
Skills for coding agents to search private data sources. Each skill provides direct access to encrypted or local databases without manual exporting.
Installation
npx skills add nicolaischmid/agent-skills
Skills
| Skill | Description |
|---|---|
| signal-history-search | Search Signal Desktop messages via SQLCipher. Sub-second queries on macOS. |
| apple-mail-search | Search Apple Mail via SQLite. Fast search across all accounts without launching Mail.app. |
| paperless-search | Search Paperless-ngx documents via REST API. Full-text search with tag/correspondent filtering. |
Structure
Each skill contains:
SKILL.md— Full documentation loaded by the agentREADME.md— Quick start for humansscripts/— Helper scripts (if any)
Security
These skills access sensitive data:
- Signal: Decrypts local SQLite database using SQLCipher
- Apple Mail: Reads local SQLite mail index
- Paperless: Uses API token for authenticated requests
Only use in trusted environments.
Contributing
Pull requests welcome. Please include:
- Clear usage examples
- Platform requirements
- Security considerations
Publisher
Statistics
Stars0
Forks0
Open Issues0
LicenseMIT License
CreatedJan 25, 2026