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-skills

README

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

SkillDescription
signal-history-searchSearch Signal Desktop messages via SQLCipher. Sub-second queries on macOS.
apple-mail-searchSearch Apple Mail via SQLite. Fast search across all accounts without launching Mail.app.
paperless-searchSearch Paperless-ngx documents via REST API. Full-text search with tag/correspondent filtering.

Structure

Each skill contains:

  • SKILL.md — Full documentation loaded by the agent
  • README.md — Quick start for humans
  • scripts/ — 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

nicolaischmidnicolaischmid

Statistics

Stars0
Forks0
Open Issues0
LicenseMIT License
CreatedJan 25, 2026