Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
email - Skill - OpenSmartRoute
Skillv1.0.0
email
Email management and automation. Send, read, search, and organize emails across multiple providers.
Imported from drbobber/superdiscount-deals (skills/email/SKILL.md). Install upstream with npx skills add drbobber/superdiscount-deals --skill email. Copyright stays with the author.
Email 📧
Email management and automation.
Features
Send emails
Read inbox
Search messages
Organize with labels/folders
Email templates
Bulk operations
Supported Providers
Gmail
Outlook
IMAP/SMTP
Usage Examples
"Send email to user@example.com"
"Show unread emails"
"Search emails from last week"
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
drbobber-superdiscount-deals-email.ocm.jsonjson
{
"ocm": "1",
"id": "drbobber-superdiscount-deals-email",
"kind": "skill",
"name": "email",
"description": "Email management and automation. Send, read, search, and organize emails across multiple providers.",
"publisher": "drbobber",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Email management and automation. Send, read, search, and organize emails across multiple providers."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/drbobber/superdiscount-deals",
"path": "skills/email/SKILL.md",
"ref": "52bcc19c3c71be8ee732daa89362501ecb2ef981",
"url": "https://github.com/drbobber/superdiscount-deals/blob/52bcc19c3c71be8ee732daa89362501ecb2ef981/skills/email/SKILL.md",
"key": "drbobber/superdiscount-deals/skills/email/SKILL.md"
}
},
"instructions": "# Email 📧\n\nEmail management and automation.\n\n## Features\n\n- Send emails\n- Read inbox\n- Search messages\n- Organize with labels/folders\n- Email templates\n- Bulk operations\n\n## Supported Providers\n\n- Gmail\n- Outlook\n- IMAP/SMTP\n\n## Usage Examples\n\n```\n\"Send email to user@example.com\"\n\"Show unread emails\"\n\"Search emails from last week\"\n```",
"cost": {
"context_tokens": 84
}
}
Fetch it by URL: GET /api/v1/registry/drbobber-superdiscount-deals-email/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.