Skip to content

NicolaiSchmid/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.
exa-search Search the web using Exa's AI-powered API. Semantic search, content extraction, answers, and deep research.

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
  • Exa: Uses API key for web search requests

Only use in trusted environments.

Contributing

Pull requests welcome. Please include:

  • Clear usage examples
  • Platform requirements
  • Security considerations

About

always wanted to search your signal history? your emails? all packaged into a neat set of skills!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors