Skip to content

primitivedotdev/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Primitive skills

Coding-agent skills for Primitive email. They teach Claude Code, Codex CLI, Cursor, Gemini CLI, GitHub Copilot, OpenCode, Amp, and other compatible agents to send mail and get the reply, and to receive mail at a real managed address, all from the terminal with no SMTP, no DNS, and no API keys.

Install

npx skills add primitivedotdev/skills

This registers the skills with every supported agent it finds on your system. To install just one, pass --skill:

npx skills add primitivedotdev/skills --skill primitive-chat
npx skills add primitivedotdev/skills --skill primitive-inbox

Skills

primitive-chat

Teaches the primitive chat <email> <message> verb: send an email and wait for the threaded reply, no SMTP credentials needed. Reach for it to ask a person or another agent something over email, for example a vendor's help@, dev@, support@, or docs@ agent, the same way you would grep their docs. The skill body distinguishes addresses the agent can act on freely from ones with human side effects (sales@, billing@, account@) that should be surfaced to the user before sending.

primitive-inbox

Gives your agent a real, managed *.primitive.email address that receives mail, plus the verbs to read it (primitive emails latest), wait for it (primitive emails wait), and run a hosted Function on every inbound message. Reach for it whenever the agent needs to receive email: a reply, a verification code, an alert, or a throwaway address for a signup.

Both skills share the same signup: API-key-free, with one 6-digit verification code emailed to an address you choose, no form and no human review.

Why

You can already grep docs from an agent session. These skills make "ask the vendor's agent directly" and "give the agent an address to receive at" verbs of the same shape: one round-trip, no SMTP credentials, no leaving the terminal.

Learn more

License

MIT.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors